@charset "iso-8859-1";
/* CSS Document */


td.datacellone {
	background-color: #3a403b; color: white;
}
td.datacelltwo {
	background-color: #262a27; color: white;
	}
td.datacellthree {
	background-color: #ffffff; color: white;
}



.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 5px;
	padding-left: 5px;
text-transform: none;
	color:#ffffff;
	text-decoration: none;
}

.h1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 5px;
	color:#ff8400;
	text-decoration: none;
}

.h2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: caps;
	padding: 5px;
	color:#ffffff;
	text-decoration: none;
}


.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	a	
	text-decoration: none;
	color:  #ffffff;
a:hover	{
	text-decoration: none;
	color: #ffffff;

}
.sidelink {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style:bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	a	
	text-decoration: none;
	color:  #000000;
a:hover	{
	text-decoration: none;
	color:#000000;

}
/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#breadCrumb a{
	color: #ffffff;
}

#breadCrumb a:hover{
	color: #ffffff;
	text-decoration: underline;
}
