@charset "utf-8";
/* CSS Document */


/* Site defaults and globals */

body, td, th, p {
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #F28300;
}

a:hover {
	color: #39BBBF;
}

a:active {
	color: #39BBBF;
}

a:visited {
	color: #CC6D00;
}



/* Site classes */

/* .navhead											*/
/*													*/
/* navhead defines the headers for the left side 	*/
/* navigation										*/

.navhead {
	color: #39BBBF;
	text-align:center;
	font-weight:bold;
}

.tinytext	{
	color:#999;
	font-size:12px;
}

.contentheader {
	font-size:18px;
	border:3px;
	text-align:center;
	background-color:#CCC;
	border-bottom-color:#333;
	border-top-color:#333;
	border-left-color:#CCC;
	border-right-color:#CCC;
}

