.bluetext{
	color: #0066CC;
}

.bodytext {
	color: #000000;
	font: 13px  Verdana, Arial, Helvetica, sans-serif;
}

.footer {
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

.footer a{
	color: #cc0000;
	font-size: 11px;
	text-decoration: none;
}

.footer a:hover{
	color: #cc0000;
	text-decoration: underline;
}

.orangetext{
	color: #cc0000;
}

.heading{
	font-size: 16px;
	color: #cc0000;
	font-weight: bold;
}

.smallorangetext{
	color: #cc0000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smalltext {
	color: #000000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.smalltext a{
	color: #000000;
	text-decoration: underline;
}

.smalltext a:hover{
	color: #0000FF;
	text-decoration: none;
}

.topbarheading{
	color: #000000;
	font: 13px  Verdana, Arial, Helvetica, sans-serif;
}

.topbarheading a{
	color: #000000;
	text-decoration: none;
}

.topbarheading a:hover{
	color: #000000;
	text-decoration: none;
}

a{
	color: #cc0000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

body,p {
	margin-top: 0px;
	margin-left: 0px;
	color: #0000000;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	color: #0000000;
	font: 13px  Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
	padding-top: 0;
}

.largetext{
	font-size: 16px;
}

.menu{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size:12px;
	line-height: 20px;
}

.menu a{
	color: #cc0000;
	text-decoration: none;
}

.menu a:hover{
	text-decoration: underline;
}

.orangebg {
	background-color: #ff6600;
	color: black;
}
.orangebg a{
	color: black;
	text-decoration: none;
}
.orangebg a:hover{
	color: white;
	background-color:#cc0000;
	text-decoration: none;
}

.graybg{
	background-color: #efefef;
	color: black;
}