/* CSS Document */


.bodytxt
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:none;
font-weight:normal;
}
.formtxt
{
font-family:verdana;
font-size:11px;
color:#5E6464;
text-decoration:none;
font-weight:bold;
}
.whitebold
{
font-family:verdana;
font-size:11px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
.orangebold
{
font-family:verdana;
font-size:12px;
color:#E56C25;
text-decoration:none;
font-weight:bold;
}
.graylink
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:none;
font-weight:normal;
}
.graylink:hover
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:underline;
font-weight:normal;
}
.graylinkbold
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:none;
font-weight:bold;
}
.graylinkbold:hover
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:underline;
font-weight:bold;
}
.cmslinkbold
{
font-family:verdana;
font-size:11px;
color:#312C2B;
text-decoration:underline;
font-weight:bold;
}
.cmslinkbold:hover
{
font-family:verdana;
font-size:11px;
color:#3B4406;
text-decoration:underline;
font-weight:bold;
}
.greenlink
{
font-family:verdana;
font-size:11px;
color:#3B4406;
text-decoration:none;
font-weight:bold;
}
.greenlink:hover
{
font-family:verdana;
font-size:11px;
color:#3B4406;
text-decoration:underline;
font-weight:bold;
}
.headinggreen
{
font-family:verdana;
font-size:12px;
color:#A7C71C;
text-decoration:none;
font-weight:bold;
margin-top:0;
margin-bottom:0
}
.headingwhite
{
font-family:verdana;
font-size:12px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
margin-top:0;
margin-bottom:0
}
.headingorange
{
font-family:verdana;
font-size:14px;
color:#E56C25;
text-decoration:none;
font-weight:bold;
margin-top:0;
margin-bottom:0
}
.headinggray
{
font-family:verdana;
font-size:13px;
color:#56575A;
text-decoration:none;
font-weight:bold;
margin-top:0;
margin-bottom:0
}
.subheading
{
font-family:Trebuchet MS;
font-size:18px;
color:#675400;
text-decoration:none;
font-weight:bold;
margin-top:0;
margin-bottom:0
}
.txtbox
{
font-family:verdana;
font-size:11px;
color:#000000;
text-decoration:none;
font-weight:normal;
border:solid 1pt #000000;
}

.btnLogin
{
	BORDER-width: 0px; 	
	BACKGROUND-IMAGE: url(images/bt_login.gif); 	
	CURSOR: pointer; 	
	width:64px;
	height:15px;
}
.btnLoginOver
{
	BORDER-width: 0px; 	
	BACKGROUND-IMAGE: url(images/bt_roll_login.gif); 	
	CURSOR: pointer; 	
}
.btnLogout
{
	BORDER-width: 0px; 	
	BACKGROUND-IMAGE: url(images/bt_logout.gif); 	
	CURSOR: pointer; 
	width:64;
	height:15;	
}
.btnLogoutOver
{
	BORDER-width: 0px; 	
	BACKGROUND-IMAGE: url(images/bt_roll_logout.gif); 	
	CURSOR: pointer; 
	width:64;
	height:15;
	}

