
	body { margin: 0px; background: url(images/bg.jpg) #D0D0D0;  
		scrollbar-3dlight-color: #0A7BDD; 
		scrollbar-arrow-color: #0A7BDD;
		scrollbar-base-color: #C0C0C0;
		scrollbar-darkshadow-color: #C0C0C0;
		scrollbar-face-color: #C0C0C0;
		scrollbar-highlight-color: #C0C0C0;
		scrollbar-shadow-color: #0A7BDD; }

	H1{ font-family: Arial, Helvetica; color: #3397FB; font-size : 16pt; margin-left: 10px }
	H2{ font-family: Arial, Helvetica; color: #666666; font-size : 12pt; margin-left: 10px; text-decoration: underline; }
	H3{ font-family: Arial, Helvetica; color: #333333; font-size : 14pt; }
	H4{ font-family: Arial, Helvetica; color: #333333; font-size : 12pt; }
	p { font-family: Arial, Helvetica; color: #333333; font-size : 10pt; text-indent: 10px; text-align: justify; }
	table { font-family: Arial, Helvetica; color: #333333; font-size : 10pt; }
	
	li { font-family: Arial, Helvetica; color: #333333; font-size : 10pt; }
	ul {list-style-type: disc; list-style-image: url(images/bullet.jpg);} 

.forminput
	{
	border: 1px solid #051784
	}

#navlist li
	{
	display: inline;
	list-style-type: none;
	padding-right: 25px;
	}

#navcontainer
	{
	position: relative;
	top: 15px;
	}

#dhtmltooltip
	{
	position: absolute;
	width: 400px;
	border: 1px solid black;
	padding: 7px;
	background-color: #FFFFFF;
	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);*/
	color: #3397FB;
	}

.servicelist li
	{
	cursor: default;
	text-decoration: underline;
	font-weight: none;
	line-height: 20px;
	list-style-image: url(images/service.jpg);
	}


	.borleft { border-left: 1px solid #000000 }
	.bordotleft { border-left: 1px dotted #000000 }
	.borright { border-right: 1px solid #000000 }
	.bordotright { border-right: 1px dotted #000000 }
	.borbottom { border-bottom: 1px solid #000000 }
	.bordotbottom { border-bottom: 1px dotted #000000 }
	.bortop { border-top: 1px solid #000000 }
	.bordottop { border-top: 1px dotted #000000 }

    a:link { color : #000000; }
    a:visited { color : #000000; }
    a:hover { color : #606060; }
    a:active { color : #606060; }

    img { border: 0px solid #000000; }