body {
	background-color: #f6f6f6;
	margin: 0px;
	padding:0;
	font:12px Arial, Tahoma, "Trebuchet MS";
}
form{
padding:0;
margin:0;
}
a {
	border:none;
}
img {
	border:none;
}
#wrapper{
width:900px;
margin:0 auto;
border:5px solid #d17225;
background:#FFFFFF;
}
#print_header {
	display:none;
}
.orange_bg, .purple_bg, .green_bg{
margin-bottom:10px;
color:#666666;
}
.orange_bg{
background:#ffe5d0;
text-align:justify;
border-bottom:5px #ff8b2d solid;
}
.purple_bg{
background:#f6d5f8;
border-bottom:5px #6a1670 solid;
}
.green_bg{
background:#ddedd1;
border-bottom:5px #64a832 solid;
}
.orange_title, .purple_title, .green_title{
width:100%;
font:20px "Trebuchet MS";
margin-bottom:4px;
}
.green_title{
color:#669933;
}
.orange_title{
color:#FF9900;
}
.purple_title{
color:#660099;
}
.maintitle{
font: 26px "Trebuchet MS";
color:#CC6633;
font-variant:small-caps;
}
.textpadding{
padding:5px;
text-align:justify;
}
@media print {
	#hmenu {
		display:none;
	}
	#wrapper {
		width:650px;
	}
	#footer {
		display:none;
	}
	#screen_header {
		display:none;
	}
	#print_header {
		display:inline;
	}
	.formButton {
		display:none;
	}
	.hidden {
		display:none;
	}
	#logo {
		height:70px;
		width:200px;
	}
}
#hmenu {
padding :9px 0;
margin :0 auto;
border-bottom:1px solid #d17225;
border-top:1px solid #d17225;
font:bold 14px "Trebuchet MS" ;
}
#hmenu a {
padding : 9px 15px 5px 15px;
text-decoration : none;
color : #d17225;
}
#hmenu a:hover, #hmenu .active {
color: #ffffff;
background:#d17225;
border-bottom : 4px solid #D3A376;
}
.redlink{
color:#CC3300;
font-weight:bold;
}
a.redlink{
color:#660033;
text-decoration:none;
}
#footer {
color:#333333;
font-family:tahoma;
font-size:11px;
padding-top:10px;
clear:both;
text-align:center;
}
#footer a { 
color:#CC6633;
}
#footer a:hover {
color:#CC6666;
}

.tabledata
{
 border-right:1px solid #C0C0C0;
 border-bottom:1px solid #C0C0C0;
 border-left-width: 1;
 border-top-width: 1;
 border-left-color:#C0C0C0;
 border-top-color:#C0C0C0;
}

#dhtmltooltip{
position: absolute;
left: -500px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 10s0;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.content
{
	font-family: Verdana;
	font-size: 9pt;
}
.formButton
{
    font-family: Verdana;
    font-size: 10pt;
    color: #FFFFFF;
    background:#FFFFFF url(background1.gif);
    margin: 0;
    border: none;
}
.colHeading {
	font-size:13px;
	font-weight:bold;
	color:#d17225;
}
.redHeading {
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}
.bigText {
	font-weight:bold;
	color:#000000;
}
.red {
	color:#FF0000;
}
a.normal {
	text-decoration:none;
	color:blue;
}
.error {
	color:#FF0000;
}