
BODY {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color : Black;
}


A {
	text-decoration: none;
	color: Navy;
}


DIV {
	font-family: Georgia, Arial;
	font-size: 12px;
	font-style: normal;
	color : #000000;
	
}

H1 {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	color : Black;
	font : normal;
	text-decoration : underline;
}

H2 {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	color : Maroon;
	letter-spacing : 1px;
	margin-bottom : 0px;
}


H3 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color : #000000;
	margin-bottom : 0px;
	display : block;
	letter-spacing : normal;
	font : normal;
}

H4 {
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color : #000000;
	margin-bottom : 0px;
	text-decoration : none;
	word-spacing : normal;
}

H5 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color : #000000;
	border : 0px none;
	border-bottom : 0px none;
	border-style : none none none;
	clear : none;
	margin-bottom : 0px;
	margin-top : 0px;
	padding : 0px 0px 0px 0px;
	padding-bottom : 0px;
	padding-top : 0px;
	word-spacing : 0px;
	text-indent : 0px;
	white-space : nowrap;
	text-decoration : none;
	line-height : normal;
	float : none;
	font-variant : normal;
	display : inline;
	border-bottom-width : 0px;
	border-top : 0px none;
	border-top-width : 0px;
	font : bold normal normal/normal;
	font-weight : bold;
	height : 0px;
	text-align : left;
	vertical-align : text-top;
	list-style-type : none;
	letter-spacing : normal;
	margin-left : 0px;
	margin-right : 0px;
	padding-left : 0px;
	padding-right : 0px;
	width : auto;
	border-right-width : 0px;
	border-left-width : 0px;
	background-repeat : no-repeat;
	background-image : none;
	background-attachment : fixed;
	margin : 0px 0px;
	border-width : 0px;
	z-index : auto;
}


H6 {
	font-family: Arial;
	font-size: 9px;
	font-style: normal;
	color : #000000;
	margin-bottom : 0px;
	text-decoration : none;
	word-spacing : normal;
	border-width : 0px;
	margin : 0px;
}


A:ACTIVE {
	text-decoration: underline;
	color: Blue;
	font-weight : bold;
}

A:Hover {
	text-decoration: none;
	color: Red;
	font-weight : bold;
}

A:LINK {
	color: Navy;
}

