BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
	background-image:url(images/bg.gif);

	}

.texttittle {
	font-family: Candara;
	font-size:2.0em;
	color:#6b2d05;
	text-decoration:none;
	font-weight:bold;
}

.text {
	font-family: Candara;
	font-size:1.1em;
	color:#893706;
	text-decoration:none;
}

.textlink {
	font-family: Candara;
	font-size:1.1em;
	color:#893706;
	text-decoration:underline;
	
}

.textlink:link
{
	font-family: Candara;
	font-size:1.1em;
    COLOR:#893706;
    text-decoration:underline;
}

.textlink:visited
{
	font-family: Candara;
	font-size:1.1em;
    COLOR:#893706;
    text-decoration:underline;
}

.textlink:hover
 {
 	font-family: Candara;
	font-size:1.1em;
    COLOR: #000000;
	TEXT-DECORATION:none;
 }
 


.bottombg
	{
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:254px;
	}
	
