#header {
	background : #333333;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 5px;
}

a {
	color : #990000;
	text-decoration : underline;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
}

a:hover {
	color : #990000;
	text-decoration : underline;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
}

a:visited {
	color : #990000;
	text-decoration : underline;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
}



body { background : #ffffff;
	color : #333333;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	font-size : 12px;
	
}

h1 {
	font-size : 13px;
	color : #990000;
}

h2 {
	color: 990000;
	font-size : 11px;
	font-family : Verdana, Tahoma, Arial, sans-serif;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}




