/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height:17px;
}
a {
	font-size: 11px;
	color: #615E5E;
}
a:link {
	text-decoration: none;
	color: #615E5E;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3C56F2;
}
a:active {
	text-decoration: none;
}
h1{
	font-size:12px;
	display:inline;
	line-height:25px;
	color:#5282C7;	
}

#mainmenu td a {
	font-size: 11px;
	color: #ffffff;
}
#mainmenu a:link {
	text-decoration: none;
}

#mainmenu a:hover {
	text-decoration: none;
	color: #cccccc;
}
#content td{
	text-align:justify;
}
#content ul{
	text-align:left;
	margin-top:5px;
}
#content li{
	text-align:left;
	padding-top:3px;
}
#content a{
	color:#333333;
	text-decoration:none;
	
}
#content a:link{
	color:#333333;
}
#content a:hover{
	color:#5282C7;
	text-decoration:underline;
}