p {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
}

.titles{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #663300;
}

.maintext {
	font-family: verdana, arial, tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF
}

.bigtext {
	font-family: verdana, arial, tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #003300;
}

.blacktext {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.graytext {
	font-size: 12px;
	color: #CC9933;
}

.smalltext {
	font-size: 10px;
}

.menutext {
	font-family: verdana, arial, tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

.toptext {
	font-family: verdana, arial, tahoma;
	font-size: 12px;
	color: #FFFFFF;
}


.headp {
	font-weight: bold;
	font-size: 14px;
	color: #2A3F55;
}

a:link {
	color: #660000; 
	/*color: #000000;*/
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

