.border {
	color: #000000;
	border: #FF0000;
	background: #FFFFFF;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	}
.font {
	font-size : 11pt;
	font-family : Verdana;
	color : #000000;
	font-weight : normal;
	}
.header {
	font-size : 14pt;
	font-family : Verdana;
	color : #CC0000;
	font-weight : normal;
	}
a	{
	color           : #CC0000;
	font-weight     : bolder;
	font-size       : 10pt;
	font-family     : Verdana;
	text-decoration : none;
}

a:hover {
	color             : #FFFFFF;
	background-color  : #CC0000;
	font-weight       : bolder;
	font-size         : 10pt;
	font-family       : Verdana;
	text-decoration   : none;
}
