body {}

* {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	
}

* img { border: none; }

p { margin: 0 0 12px 0; }

h1 {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
}
h2 {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	color: #e90000;
}
h3 {
	margin: 0;
	margin-bottom: 1em;
	font-weight: normal;
	color: #e90000;
	border-bottom: 1px solid #e90000;
}
h4 { 
	background: url(../images/layout/h4_bg.gif) no-repeat 0 0; 
	border-bottom: 1px solid #003872;
	height: 18px;
	margin: 0 0 0.5em 0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 0 0 12px;
}
a { color: #003872; text-decoration: none; }
a:HOVER { text-decoration:underline; }

INPUT.btn, INPUT.button, INPUT [type=submit]
INPUT[type=button], INPUT [type=reset],
BUTTON {
	color:#FFFFFF;
	border:1px solid;
	border-left-color: #FFF;
	border-top-color: #FFF;
	border-bottom-color: #7f7f7f;
	border-right-color: #7f7f7f;
	background:#a7b6af;
}

HR {
border: none;
border-bottom: 1px solid #ECE9E8;
font-size: 0px;
background-color: transparent;
}

ul {
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

ul li {
	margin: 0;
	padding: 0;
	padding-left: 30px;
	background-image: url('../images/layout/dot-6x6.gif');
	background-position: 15px center;
	background-repeat: no-repeat;
	list-style: none;
}