a: {
	color:#ff9933;
	text-decoration:none;
	}

a:link {
	color:#ff9933;
	text-decoration:none;
	}
	
a:visited {
	color:#ff9933;
	text-decoration:none;
	}

a:hover{ /*hover background color*/
	color:#ffffff;
	background-color:#ff9933;
	}

a:active {
	color:#ff9933;
	text-decoration:none;
	}
	
b:{
	color:#ff9933;
	}

.header {
	background-color:#ffffff;
	color:#cccccc;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
	}

.home {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	}

.panel {
	background-repeat:no-repeat;
	color:#cccccc;
	font-family:Verdana, Arial;
	font-weight:normal;
	}
	
.footer {
	color:#cccccc;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:normal;
	line-height:22px;
	padding:10px 0px 0px 10px;
	}
	
.footer a: {
	color:#cccccc;
	text-decoration:none;
	}

.footer a:link {
	color:#cccccc;
	text-decoration:none;
	}
	
.footer a:visited {
	color:#cccccc;
	text-decoration:none;
	}

.footer a:hover{ /*hover background color*/
	color:#ffffff;
	background-color:#ff9933;
	}

.footer a:active {
	color:#cccccc;
	text-decoration:none;
	}
	
#dhtmltooltip{
	position: absolute;
	left: -25px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	/*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;
	}