/* CSS Document */

body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	min-width:911px;
	border: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	background-color: #530000;
	/*background-attachment:scroll;
	background-image:url(body_bg.png);
	background-repeat: repeat-x;*/
}

h1, h2, h3, h4, h5, h6 
{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #666;
}

h1
{
	font-size: 18px;
	color:#004990;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

h4
{
	font-size: 12px;
    color:#000000;

}

h5
{
	font-size: 11px;
}

h6
{
	font-size: 10px;
}

p
{
	font-size: 12px;
	line-height: 16px;
}

div 
{
	padding: 0px;
	border: 0px;
}

a:link, a:visited, a:link:active, a:link:hover, a:visited:hover
{
	color:#004518;
	font-weight: normal;
	text-decoration: none;
}

a:link:active
{
	color:#004518;
	text-decoration: underline;
}

a:link:hover, a:visited:hover
{
	text-decoration: underline;
	color:#004518;
}

a img
{
	text-decoration: none;
	border: 0px;
}

img
{
	padding:0px;
	border:0px;
	margin:0px;
	border-style: none; 
}
