body, div, table, form
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, form
{
	font-size: 80%;
}

div 
{
	font-size: 100%;
}

table 
{
	font-size: 100%;
}

div.page 
{
	color: #333366;
	width: 100%;
	overflow: visible;
	background-color: #ffffff;
	text-align: left;
}

div#userHeading 
{
	font-weight: bold;
	font-size: 150%;
}

td {font-size:10;font-family:Verdana;color:#333366;}
.button {font-size:10;font-family:Verdana;color:#333366;}

a{color: #333366;text-decoration: none;}
a:link{color: #333366;}
a:hover{color: #333366;text-decoration: underline;}
a:visited{color: #333366;}
a:active{color: #333366;}

.optionList 
{
	font-size:10;
	font-family:Verdana;
	color:#333366;
	background-color: #ffffff;
}

.chartScroll
{
	background-color: #ffffff; 
	width: 390px; 
	height: 390px; 
	overflow: auto;
	scrollbar-face-color: #B5B5DB;
	scrollbar-darkshadow-color: #9A9ABB;
	scrollbar-3dlight-color: #9A9ABB;
	scrollbar-arrow-color: #333366;
	scrollbar-highlight-color: #9A9ABB;
	scrollbar-shadow-color: #9A9ABB;
	scrollbar-track-color: #E1E2F7;
	padding: 2px;
}
