@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #1D5381;
}

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

a.top {
	color:#c4e8ff;
	text-decoration: none;
}


a.top:hover {
	color:#77C9FF;
	text-decoration: none;
}

a.menu {
	color:#FF9900;
	text-decoration: none;
}

a.menu:hover {
	color:#FF6633;
	text-decoration: none;
}

a.service {
	color:#D60D0D;
	text-decoration: none;
}

a.service:hover {
	color:#F44848;
	text-decoration: none;
}

a.page {
	color:#FF9900;
	text-decoration: none;
}

a.page:hover {
	color:#999999;
	text-decoration: none;
}


.style1 {color: #CBCBCB}
.style2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.style3 {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
.style4 {
	font-size: 10px;
	color: #EBF3FF;
}
.style5 {
	color: #FE8B11;
	font-weight: bold;
}
.style6 {color: #7CA8E4}
.style8 {
	color: #c4e8ff;
	font-size: 10px;
}
.style9 {
	font-size: 16px;
	color: #CB0C0C;
}

.style10 {
	color: #D60D0D;
	font-size: 10px;
}

.style11 {
	color: #7A1400;
	font-size: 12px;
	font-weight: bold;
}

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 400px;
	border: 1px solid black;
	padding: 5px;
	background-color: #EBEBEB;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	text-align: left;
	color: #666666;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
