body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#161616;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#top-bar {
	background: #0c4da2 url(images/top_bg.gif) repeat-x;
	padding-right:18px;
}

.title {
	height:31px;
	padding-left:19px;
	color:#FFF;
	font-weight:600;
	font-size:14px;
}

.title img {
	margin-left:59px;	
}

#product {
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-top:none;
	border-color:#CCC;
}


#top a{
	color: #9fc8ee;
	text-decoration: none;
}
#top a:visited {
	text-decoration: none;
	color: #9fc8ee;
}
#top a:hover {
	text-decoration: none;
	color: #e21d27;
}


a:link {
	color:#0c4da2;
	text-decoration: none;
}
a:visited {
	color:#0c4da2;
	text-decoration: none;
}
a:hover {
	color:#ed1b2e;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#footer {
	background: #0C4DA2 url(images/footer_bg_16.gif) repeat-x;
	color:#FFF;
	text-align: center;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size:14px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
/*width: 150px; */
border: 1px solid black;
padding: 2px;
background-color: #EAF3FF;
visibility: hidden;
z-index: 100;
padding-left:5px;
padding-right:5px;
/*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;
}
