body
{
margin:0px;
background-color:#656565;
background-image:url(../images/bck.gif);
} 
a:link {
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: #464646;
text-decoration:none;

}
//a:hover {
//	color: #464646;
//	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
//	font-size: 11px;
	
//	font-style: normal;
	
//}
//a:visited {
//	color: #464646;
//	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
//	font-size: 11px;
	
//	font-style: normal;
	
//}

img.left {
	float: left;
	margin-right: 5px;
}


.box {
	border: 1px solid #ff6600;
}
.blue2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#0072BC;
}
.whitetext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
line-height:18px;
}
.blacktext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none;
font-weight:bold;
line-height:18px;
}
.redtext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
text-decoration:none;
font-weight:bold;
line-height:18px;
}
.smalltext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
text-decoration:none;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #ccc;
color:#999999;
background: white url(./images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(./images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ==================== Form style sheet ==================== */
fieldset { margin: 0 0 22px 0; border: 1px solid #CCCCCC; padding: 12px 17px; background-color: #FBF7EC; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
legend { font-size: 1.0em; background-color: #ff6600; color: #FFFFFF; font-weight: bold; padding: 4px 8px; }
/* ==================== Form style sheet END ==================== */

