body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 0;
	padding: 0;
											scrollbar-base-color: #D6F6FC;
											scrollbar-arrow-color: #000000;
											scrollbar-darkshadow-color: #034168;
											scrollbar-face-color: #046598;
											scrollbar-highlight-color: #D6F6FC;
											scrollbar-shadow-color: #046598;
											scrollbar-track-color: #268ABE;
}
#body_bg {
	background: #000000;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #000;
	margin: 20px 0px;

}
p {
	margin: 0;
	padding-bottom: 5px;
}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 24px;
	color: #FA0208;
	font-weight: normal;
	margin: 5px 0px;
}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	margin: 5px 0px;
}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 18px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
}
h5 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 3px double #EEEEEE;
}
h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
}

a:link, a:visited {
	color: #0370b8;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: none;
}
