/* Main */

html, body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	background-color: #090909;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	color: #CCC;
	font-size: 12px;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	background-color: transparent;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

h2 {
	background-color: transparent;
	font-family: Arial, Helvetica, Nimbus Sans L, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}

h3 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A607D;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 19px;
}

h4 {
	background-color: transparent;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 19px;
}
a {
	background-color: transparent;
	text-decoration: underline;
	color: #039;
}

a:hover {
	text-decoration: none;
}

pre {
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #999;
}

hr {
	color: #2E2E2E;
	text-decoration: none;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#colum_center strong {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1A607D;
}

.colum_center_td {
	font-size: 11px;
}
.print-only, .hidden {
	display: none;
}
br.clear, br.clear-both {
	height: 0px;
	overflow: hidden;
}
/* Makes clearfix actually work in IE */ 
.clear {display: inline-block;}
.clear {height: 1%;}

/* P L A C E M E N T */
.left {float: left; margin-right: 10px;}
.right {float: right; margin-left: 10px;}
.right.inset {margin: 0 120px 0 10px;} /* img floated right within text */
.left.inset {margin-left: 220px;} /* img floated left within text */

/* S I Z E */
.one {width: 100px;}
.two {width: 210px;}
.three {width: 320px;}
.four {width: 430px;}
.five {width: 540px;}
.six {width: 650px;}
.seven {width: 760px;}	
.eight {width: 870px;}
.nine {width: 981px;}
