body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #535353;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	background-color : #ffffff;
	
	scrollbar-face-color: #E3E7EE;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #888888;
	scrollbar-darkshadow-color: #535353;
	scrollbar-shadow-color: #212121;
	scrollbar-arrow-color: #56A6BB;
	scrollbar-track-color: #535353;		
	
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #535353;
}


span.selected {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-decoration : underline;
	color : #535353;	
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #4597AC;	
}

A:link
{
	color : #535353;
    text-decoration: none;
}
A:visited
{
	color : #535353;
    text-decoration: none;
}
A:hover
{
	color : #535353;
    text-decoration: underline;
}
A:active
{
	color : #535353;
    text-decoration: underline;
}


