<!-- 
BODY, TD, P, OL, UL, SPAN, DIV, SUP  {
		font-family : Verdana;
		font-size : 9pt;
		color : #2F4357;
	}

	.main_text, .main_text UL, .main_text OL, .main_text TD, , .main_text DIV {
		font-size : 9.5pt;
		color : #000000;
	}
	
	a {
		color:#233242;
	}
	a:visited{
		color:#283849;
	}
	a:active{
		color:#172330;
	}

	.login {
		border-width : 0px;
		color : #283B4E;
		background-color : #7992B2;
		text-align : center;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
	}


	.menu_header {
		background-color : #2F4055;
		color : #7992B2;
		padding-left : 5px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.menu_header a.mheader {
		color : #7992B2;
		text-decoration : none;
		
	}


	A.menu, A.menu:link, A.menu:visited {
		color : #283B4E;
		text-decoration : none;
	}
	.menu {
		color : #283B4E;
		text-decoration : none;
		padding-top:5px;
		padding-bottom:5px
	}
	A.menu:hover {
		text-decoration : none;
	}
	.main  {
		font-size : 9pt;
		font-family : Verdana;
		border-width : 1px;
		border-color : #658095;
		border-style : solid;
		text-align : justify;
		background-color : #D6E3F3;
	}
	.main_text .header {
		font-size : 18px;
		font-weight : bold;
		color : #2F4055;
	} 
	img {
		border-color: #000000;
	}
	-->