* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow: auto;
	overflow-y: scroll;
	height: 100%;
	width: 100%;
}

body {
	background: #B0B0B0;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
	height: 100%;
	width: 100%;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

div {
	position: relative;
	text-align: left;
}

div.pag {
	background: url("/images/backing.gif") repeat-y top center;
	margin: 0px auto;
	min-height: 100%;
	width: 1000px;
	clear: both;
}

div.sub {
	background: url("/images/backing.gif") repeat-y top center;
	margin: 0px auto;
	width: 1000px;
	clear: both;
}

div.hda {
	background: url("./images/header.jpg") no-repeat top center;
	height: 110px;
	color: white;
}

div.hdl {
	position: absolute;
	left: 30px;
	top: 30px;
}

div.hdr {
	position: absolute;
	width: 468px;
	height: 60px;
	right: 30px;
	top: 25px;
}

div.bar {
	background: url("./images/separator.gif") no-repeat top center;
	height: 5px;
}

div.cnt {
	padding: 18px 30px;
}

div.fta {
	background: url("./images/footer.gif") no-repeat top center;
	height: 80px;
	color: white;
}

div.ftl {
	position: absolute;
	left: 30px;
	top: 18px;
	width: 600px;
}

div.ftr {
	position: absolute;
	text-align: right;
	right: 30px;
	top: 20px;
	width: 300px;
}

div.co1 {
	float: left;
	width: 300px;
}

div.co2 {
	float: left;
	width: 300px;
	margin-left: 20px;
}

div.co3 {
	float: right;
	width: 300px;
}

div.shd {
	background: #D0D0D0;
	border: 1px solid #B0B0B0;
	border-bottom: 0px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 2px 3px 2px 3px;
}

div.sli {
	background: #F8F8F8;
	border: 1px solid #B0B0B0;
	line-height: 20px;
	padding: 2px 3px 2px 3px;
}

div.ssp {
	height: 18px;
	clear: both;
}

div.psp {
	height: 10px;
	clear: both;
}

div.end {
	height: 0px;
	clear: both;
}

div.frm {
	background: #F8F8F8;
	border: 1px solid #B0B0B0;
	padding: 12px 20px 16px 20px;
	margin: 15px 0px 0px;
	width: 400px;
}

img {
	border: 0px solid white;
}

table {
	border: 0px solid white;
	border-collapse: collapse;
	border-spacing: 0px;
}

tr, td {
	border: none;
	text-align: left;
	vertical-align: top;
}

input, select, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 16px;
}

input.frm, select.frm {
	margin-top: 2px;
	width: 400px;
}

textarea.frm {
	margin-bottom: 12px;
	margin-top: 2px;
	width: 400px;
}

p, ul, ol {
	margin-bottom: 10px;
}

small {
	font-size: 11px;
}

span.alr {
	color: red;
	font-weight: bold;
}

span.lbl {
	font-weight: bold;
}

span.par {
	font-weight: bold;
}

ul, ol { margin-left: 40px; }

em { font-style: italic; }

b { font-weight: bold; }

a { text-decoration: none; }

a:link { color: #000080; }
a:visited { color: #000080; }
a:hover { color: #E00000; }
a:focus { color: #000080; outline: none; }
a:active { color: #000080; outline: none; }

div.hda a:link, div.fta a:link { color: #F0F0F0; }
div.hda a:visited, div.fta a:visited { color: #F0F0F0; }
div.hda a:hover, div.fta a:hover { color: #F00000; }
div.hda a:focus, div.fta a:focus { color: #F0F0F0; }
div.hda a:active, div.fta a:active { color: #F0F0F0; }

