/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}

td {
	vertical-align: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: normal;
	color:#666666;
	list-style-image: url(../images/img_bulleteye.jpg);
	list-style-position: outside;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#003366;
	font-weight:normal;
} 

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color:#CC0000;
}

.blue {COLOR: #003366}
.blue A {COLOR: #003366}
.blue A:hover {
    COLOR: #ffffff;
    TEXT-DECORATION: underline}
.blue A:active {
    COLOR: #003366;
    TEXT-DECORATION: underline}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 10px;
	font-style:italic;
	font-weight: normal;
}

.description a:link {color:#cccccc;}
.description a:hover {color:#999999;}

.disclaimer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 10px;
	font-weight: normal;
	font-style:italic
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	color:#;
	color: #999999;
}

.footer a {color:#003366;}
.footer a:hover {color:#003366;}
.footer a:active {color:#003366;text-decoration:underline;}

.headline1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:normal;
	font-weight:bold;
	color: #3366CC;

}

.leftnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3366CC;
	font-size: 10px;
	font-weight: normal;
}

.leftnav a:hover {color:#003366;}
.leftnav a:active {color:#003366;text-decoration:underline;}

.sectionheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal
	color: #3366CC;
	color: #679AB3;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;}

.white a {color:#ffffff;}
.white a:hover {color:#ffffff; text-decoration:underline;}
.white a:active {color:#ffffff;}

.FormQuestion {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#eeeeee;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	height: 19px;
	vertical-align: top;
}

.FormAnswer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	height: 19px;
	vertical-align: top;
}

  -- form -- 
input.text {font-family:'Courier New', Courier, mono; font-size:11px;font-weight:normal;color:#333333;}
input.button {font-family:'Courier New', Courier, mono; font-size:11px;background-color:#eeeeee;font-weight:normal;color:#333333;height:19px;}
select {font-family:'Courier New', Courier, mono; font-size:11px;font-weight:normal;color:#333333;height:19px;}
textarea {font-family:'Courier New', Courier, mono; font-size:11px;font-weight:normal;color:#333333;}
