@charset "utf-8";

a, img, table, tr, td, div, form, span, ul, ol, li, h1, h2, h3, h4 {
	margin:0;
	padding:0;
	border:0;
}

html {
	overflow:scroll;
}

html body {
	height:100%;
}

body {
	font-size:12px;
	line-height:16px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	margin:0 auto;
	background:url(/templates/ClearSign/_sysImages/bgSite.jpg) center 0;
}

a {
	color:#009ee0;
	text-decoration:none;
}

a:focus,
a:hover {
	outline:0;
}

h1, h2, h3, h4, h5 {
	font-weight:bold;
	line-height:normal;
}

h1 {
	font-size:22px;
	margin:6px 0 12px;
}

h2 {
	font-size:18px;
	margin:6px 0 12px;
}

h3 {
	font-size:14px;
	margin:6px 0 12px;
}

h4 {
	font-size:12px;
	margin:6px 0 6px;
}

h5 {
	color:#aca549;
	font-size:14px;
	padding:0 0 4px;
	margin:6px 0 12px;
	border-bottom:1px dotted #aca549;
}

p {
	line-height:18px;
}

ol, ul {
	list-style:none;
}

#content ol {
	list-style:decimal;
	line-height:18px;
	margin:0 0 0 25px;
}

#content ul {
	list-style:disc;
	line-height:18px;
	margin:0 0 0 25px;
}

address {
	font-style:normal;
	padding:5px 0 3px;
	background:#445A80;
}

input {
	border:solid 1px #5A7EBE;
	background:#000;
}

dl {
	margin-top:20px;	
}

dt {
}

dd {
	margin:0px;
	margin-bottom:1.4em;
}


