BODY {
	font-size   : 12px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style  : normal;
	color		: #000000;
}


.form {
	font-size   : 12px; 
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style  : normal;
	color		: #333333;
	border-width : 1px;
	border-color : #333333;
	border-style : solid;
	background-color: #ffffff;
}

P {
	font-size   : 12px; 
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style  : normal;
	color		: #333333;
	text-align  : Justify;
}

.red {
	font-size   : 18px; 
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style  : normal;
	color		: #8B2942;
}

LI {
	font-size   : 11px; 
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style  : normal;
	line-height : 14px;
	color		: #333333;
}

.home {
	font-size   : 10px; 
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style  : normal;
	line-height : 14px;
	color		: #333333
}

B {
	font-weight : bold;
}

.nav2 {
	font-size   : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	line-height	: 14px;
	color 		: #333333;
	padding-top : 2px;
}

.nav2:Active {
	font-size   : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	line-height	: 14px;
	color 		: #333333;
	padding-top : 2px;
}

.nav2:Visited {
	font-size   : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	line-height	: 14px;
	color 		: #333333;
	padding-top : 2px;
}

.nav2:Hover {
	font-size   : 11px;
	font-family : Arial, Helvetica;
	font-weight : bold;
	line-height	: 14px;
	color 		: #044B2D;
	padding-top : 2px;
}

A {
	text-decoration : none;
	font-family : Arial, Helvetica;
	color           : #8B2942;
}

A:Active {
	color           : #FF0000;
}

A:Hover {
	color           : #000000;
}

.copyright {
	font-size   : 9px;
	font-family : Arial, Helvetica;
	font-weight : normal;
	color       : #333333;
	padding-top : 10px;
}



