
body         {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	background-color: #cccccc;
	margin-top: 0px;
}
               
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 120%;
}
input, select, textarea 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 120%;
	text-transform:uppercase ;
}
			   
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	padding: 0;
	background-color: #5A0905;
}

.bottom A {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none
}
.bottom A:hover {
	color: #ffffff;
	text-decoration:none
}
.BOX {
	border: 1px dotted #CC0000;
	color: #000000;
	background-color: #EEE8E8;
	padding: 15px;
}
a {
	color: #A6210E;
	text-decoration: none;
}
a:hover {
	color: #BE2712;
	text-decoration: underline;
}

a.light {
	color: #333333;
	text-decoration: none;
}
a.light:hover {
	color: #000000;
	text-decoration: underline;
}

a.small {
	color: #999999;
	text-decoration: none;
	font-size: 9px;
}
a.small:hover {
	color: #666666;
	text-decoration: underline;
}

.supertitle {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color:#666666;
	padding-bottom: 5px;
}	
.title {
	font-size: 20px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.subtitle {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:uppercase;
	color:#CC0000;
	padding-bottom: 5px;
}

A.nav 
{
    color: Black;
    font-weight:bold;
}
A.nav:hover
{
    color: Black;
}

.loadingBackground
{
    background-position: center center;
    background-image: url(/images/loading.gif);
    background-repeat: no-repeat;
}

.textright {
    text-align:right
}

.errormessage 
{
    color: #CC0000;
    font-weight:bold;
}

.small 
{
    font-size: 9px;
    color: #888888;
}



TD.rootnav
{
	background-position: center center;
	/*background-image: url(/images/nav_bg.gif);*/
	background-color: #ED1A3B;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 17px;
}

TD.rootnav_over
{
	background-position: center center;
	/*background-image: url(/images/nav_bg2.gif);*/
	background-color: #E10000;
	background-repeat: no-repeat;
	padding-left: 5px;
	height: 17px;
	cursor: hand;
}
TD.rootnav_active
{
	background-position: center bottom;
	padding-left: 5px;
	background-image: url(/images/nav_bg2.gif);
	cursor: hand;
	background-repeat: no-repeat;
	height: 17px;
	background-color: #e10000;
}


A.navroot, A.navroot:hover, A.navroot:visited
{
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	color: #FFFFFF;
	font-family: Verdana;
	text-decoration: none;
}





