/* CSS Document */

body {
	background-color:#FFFFFF;
	background-position: center;
	
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #999999;
	}
	
a:link {
	color: #000000; text-decoration: none;
}
a:visited {
	color: #000000; text-decoration: none;
}

a:hover { 
	color:#666666; text-decoration: none;
}

.yellowhome {
font-family: Trebuchet MS, Verdana, Tahoma, Arial;
	font-size: 14px;
	color: #FFFF00;
	}
		
.maintitle {
	font-weight: bold; 
	font-size: 22px;
	color: #000000;
	}
.subtitle {
	font-size: 18px;
	color: #bcc7cf;
	}
.subsubtitle {
	font-size: 17px;
	color: #bcc7cf;
	}
.subtitlecontrast {
	font-size: 17px;
	color: #333333;
	}
	
.maindark {
	font-weight: bold; 
	font-size: 22px;
	color: #666666;
}

.subbrown {
	font-size: 14px;
	color:#735b48;
}
.subblack {
	font-size: 14px;
	color:#000000;
}
.subgreen {
	font-size: 15px;
	color:#07b218;
}

.small {
	font-family: Tahoma, Verdana, Helvetica, serif, sans-serif;
	font-size: 14px;
	color: #ffffff;
	}

.smalltext {
	font-family: Tahoma, Verdana, Helvetica, serif, sans-serif;
	font-size: 13px;
	color: #ffffff;
}

.smalldark {
	font-family: Tahoma, Verdana, Helvetica, serif, sans-serif;
	font-size: 13px;
	color: #333333;
}



.darklinks A:link {color: #735b48; }
.darklinks A:visited {color: #735b48; }
.darklinks A:active {color: #735b48; }
.darklinks A:hover {color: #533b28; }
