body
{
    margin:0px;
    padding:0px;
}

.style {
	font-family: verdana, Helvetica, sans-serif;
	list-style-image: url(/images/bullet.gif);
	background-position: 0px 0px;
}
a{color : #0099CC; text-decoration : none;}
a:visited{color : #0099CC;}
a:hover{color : #FF6600;}

a.menulink:link {color: White; font-size : 11px; text-decoration : none; font-family : Arial, Helvetica, Verdana, sans-serif; font-weight : bolder;}
a.menulink:visited {color: White; font-size : 11px; text-decoration : none; font-family : Arial, Helvetica, Verdana, sans-serif; font-weight : bolder;}
a.menulink:hover {color: #FFCC66; font-size : 11px; text-decoration : none; font-family : Arial, Helvetica, Verdana, sans-serif; font-weight : bolder;}

}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid #996600;
padding: 2px;
font-family: verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: White;
background-color: #0099CC;
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);*/
}

.menuborder {
border-collapse: collapse; 
border-left: 1px solid #FF9966; 
border-right: 1px inset #F98726; 
border-top-width: 1; 
border-bottom: 1px inset #F98726;
border-top: 1px inset #F98726;
background-image: url('/images/tblback.jpg');
background-position:bottom;
background-repeat:repeat-x;
}

h1 {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}

h2{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099CC;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
}

p {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333366;
}

td{
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333366;
}

li {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
}

.align{
	text-align:center;
}

/*#graph {float:left;}*/