@charset "UTF-8";

html {

}

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	margin-left: 0%;
	margin-top: 0%;
	color: #111111;
	background-color: #FFFFFF;
}

P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-left: 0%;
	margin-top: 0%;
	color: #111111;
	background-color: #FFFFFF;
	
}

link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #550000;
}

a:link {
	color:#EE0000;
}

a:visited  {
	color : #AA0000;
}

a:active  {
	color : #EE0000;
}

a:hover  {
	color : #0099FF;
	text-decoration : none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	font-weight: normal;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: normal;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	font-weight: bold;
}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-weight: bold;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
	font-weight: lighter;
}

a  {
	text-decoration : none;
	font-weight : normal;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
}
