/* General Styles */

body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg_home.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #030303;
}
#bodysub {
	background-image:url(../images/bg_sub.jpg);
	background-color:#021C35;
}
tr td, p {
	font-size:12px;
	color:#030303;
}

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

img { border:0;
}

h1 {
	color:#030303;
	font-size:16px;
	font-weight:bold;
}

h2 {
	color:#757677;
	
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	border-bottom---:1px dashed #FFFFFF;
	padding-bottom---: 2px;
}

h3 {
	color:#030303;
	margin-top: 12px;
	margin-bottom--: 12px;
	margin-left--: 22px;
	font-size:12px;
	line-height---:22px;
	font-weight:bold;
}

h4 {
	color:#FFFFFF;
	margin-top: 12px;
	margin-botto: 12px;
	margin-left: 28px;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
}

h5 {
	color:#ffc10d;
	margin-top: 12px;
	margin-left: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

h6 {
	color:#ffffff;
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 2px;
	font-size:14px;
	line-height:22px;
	font-weight:bold;
}

li {
	font-size:12px;
	text-indent: 6px;
	color: #030303;/*ffc10d;*/
	margin: 0px 10px 0px 5px;
	list-style-type:square;
}

div.hr {
  	background: url(../images/hr.gif) no-repeat scroll center;
	background-repeat: repeat;
	border: 0;
	width: 97%;
	height: 4px;
	line-height: 6px;
	margin: 2px 2px 2px 2px;
}
div.hr hr {
  display: none;
}



