* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding-top: 0px;
	background-color: #A1D9F3;
	background-image: url('/images/gradient1.jpg');
	background-repeat: repeat-x;
	font-family: "Comic Sans MS";
    font-size: small;
    color: #000080;
}
#wrapper {
	position: relative;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
	position: relative;
	height: 162px;
}
#content {
	padding: 10px;
	background-color: #FFFFFF;
	position: relative;
}
#footer {
	background-image: url('/images/footer1.jpg');
	height: 34px;
	position: relative;
	
}
#footer1 {
	position: relative;
	background-repeat:no-repeat;
	height: 34px;
}
#footer2 {
	background-image: url('/images/footerr.jpg');
	height: 34px;
	position: relative;
	background-repeat:no-repeat;
	display:inline;
}
p {
    font-family: "Comic Sans MS";
    font-size: medium;
    color: #000080;
}

.newStyle1 {
	position: relative;
	left: 450px;
}
.newStyle2 {
	float: right;
}
.style1 {
	color: #FFFFFF;
	font-size: x-large;
}
.style2 {
	font-size: medium;
	color: #4F4D4D;
}

a, a:visited {
	text-decoration: underline;
	color: black;
	margin:0px;
	padding:0px;
	
}
table, td, th, tr {
	border-style:none;
	margin:0px;
	padding:0px;
}
.tables2 table, .tables2 td, .tables2 th, .tables2 tr {
	border-style:none;
	margin:2px;
	padding:2px;
}

.sg_Radio_Options input 
{
	vertical-align:middle;
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	text-align:left;
}

a:hover {
	color: black;
}


#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}


#right-column {
	color: #808080;
	width: 134px;
	background: url("images/menutop.gif") no-repeat top left;
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url("/images/h2bg.gif") top left repeat-y;
}

.black {
	color: #000;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url("/images/searchbox.gif") no-repeat;
	padding: 5px;
	height: 30px;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}

.questions td
{ 
	border: 0px #000000 solid;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040; 
}

.questions
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

.reports td, .reports th, .reports table{
	border:1px solid #000;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}
.reports td, .reports th{
	padding: 0px 0px
	vertical-align:top;
	font-weight:normal;
}
.reports thead th{
	text-transform:uppercase;
	background:#666;
	color:#fff;
}
.reports tbody td.green{
	background:green;
}
.reports tbody td.amber{
	background:#ff9900;
}
.reports tbody td.red{
	background:red;
}
.reports tbody th{
	background:#999;
}
.reports tbody td.odd td{
	background:#eee;
}
.reports tbody td.even th{
	background:#ccc;
}

caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
.reports table th a:link{
	color:#030;
	margin:0px;
	padding:0px;
}
.reports table th a:visited{
	color:#003;
	margin:0px;
	padding:0px;
}
.reports table td a:link{
	color:#369;
	margin:0px;
	padding:0px;
}
.reports table td a:visited{
	color:#000;
	margin:0px;
	padding:0px;
}
.reports table a:hover{
	text-decoration:none;
	margin:0px;
	padding:0px;
}
.reports table a:active{
	color:#000;
	margin:0px;
	padding:0px;
}


