/* CSS Document */
a:active     { color: #ff0000;font-size:7.5pt;font-weight:bold;text-decoration: none}
a:link       { color: #016cdd;font-size:7.5pt;font-weight:bold;text-decoration: none}
a:visited    { color: #016cdd;font-size:7.5pt;font-weight:bold;text-decoration: none}
a:hover      { color: #016cdd;font-size:7.5pt;font-weight:bold;text-decoration: underline;}

a.whitelink:active    { color: #fff;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.whitelink:link       { color: #fff;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.whitelink:visited    { color: #fff;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.whitelink:hover      { color: #fff;font-size:7.5pt;font-weight:bold;text-decoration: underline;}

a.greytextbold:active     { color: #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.greytextbold:link       { color: #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.greytextbold:visited    { color: #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.greytextbold:hover      { color: #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: underline;}

a.redtextnormal:active     { color: #dd0101;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.redtextnormal:link       { color: #dd0101;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.redtextnormal:visited    { color: #dd0101;font-size:7.5pt;font-weight:bold;text-decoration: none}
a.redtextnormal:hover      { color: #dd0101;font-size:7.5pt;font-weight:bold;text-decoration: underline;}

a.currentpage:active     { color:  #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none;cursor:default}
a.currentpage:link       { color: #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none;cursor:default}
a.currentpage:visited    { color:  #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none;cursor:default}
a.currentpage:hover      { color:  #6c6c6c;font-size:7.5pt;font-weight:bold;text-decoration: none;cursor:default}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6c6c6c;
}

.headerlinks {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.headerlinks a:link, .headerlinks a:visited, .headerlinks a:active{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.headerlinks a:hover {
	color: #fff;
	text-decoration: underline;
	
}

.formfields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	
}

.blacktextbold {
	color: #000;
	font-weight:bold;
	line-height: 15px;
}
.orangetextbold {
	font-size: 10px;
	color: #ff6600;
	font-weight:bold;
	line-height: 15px;
}
.greytextnormal {
	color: #6c6c6c;
}

.blueheadings {
	font-size: 12px;
	font-weight: bolder;
	color: #016cdd;
}
.bluetext {
	color: #016cdd;
	font-weight:bold;
}
.greendash {
	color: #d9e9be;
}

.footer {
	font-size: 9px;
}

table.specs {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: separate;
	background-color: white;
}
table.specs th {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.specs td {
	border-width: 0px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #e7e7e7;
	-moz-border-radius: ;
}

