body{
background-color:#202020;
margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.text{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
font-weight:normal;
color:#000;
}
.smallertext{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
color:#000;
}
.specs_text {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-style:normal;
font-weight:normal;
color:#000;
}
.text_white {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #fff;
}
.navbar_text a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
color:#fff;
text-decoration:none;
}
.navbar_text a:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-style:normal;
font-weight:normal;
color:#fff;
text-decoration:underline;
}
#navbar_current{
font-weight:bold;
text-decoration:underline;
}
#fieldhight {
height:22px;
text-align:left;
line-height:22px;
}
.page_link a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
font-variant:normal;
color:blue;
text-decoration:none;
}
.guide_cell{
text-indent:8px;
}
.guide_cell #glink{
text-decoration:none;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;
font-variant:normal;
}
.guide_cell #glink:hover{
text-decoration:underline;
color:blue;
}
.guide_cell #gsublink{
text-decoration:none;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
font-variant:normal;
}
.guide_cell #gsublink:hover{
text-decoration:underline;
color:blue;
}
.pagination{
padding:2px;
}
.pagination ul{
margin:0;
padding:0;
text-align:center; /*Set to "right" to right align pagination interface*/
font-size:16px;
}
.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}
.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #FFF;
background-color: #2e6ab1;
}
.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}
.pagination a.prevnext{
font-weight: bold;
}.header_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: blue;
	text-decoration: none;
}
.header_red {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: red;
}
a img {border:0px;margin:3px 3px 3px 3px;}
a:hover img {border:3px solid #F87431;margin:0;}
#redcell{
height:30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight:normal;
border:1px solid red;
background-image:url(graphics/redcell_bg.gif);
}
.redcelltext a{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight:normal;
color:blue;
text-decoration:none;
}
.redcelltext a:hover{
color:blue;
font-weight:normal;
text-decoration:underline;
}
.clearcontents{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
font-weight:normal;
color:#000;
background-color:#FFF380;
text-decoration:none;
}
.clearcontents:hover{
border-top:1px solid #726E6D;
border-bottom:1px solid #726E6D;
background-color:#FFF8C6;
}
.mininav{
padding-top:8px;
}
.mininav_text a{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight:normal;
color:#000;
text-decoration:none;
}
.mininav_text a:hover{
color:blue;
text-decoration:underline;
}
BR.page {page-break-before: always}
#custom ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
}
#custom li, #custom-gen li {
	list-style-image: none;
	list-style-type: none;
}
#custom-gen ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 1em;
	text-indent: -1em;
}
#custom-gen ul li:before {
	content: "\00BB \0020";
}
//Vertical Menu
.glossymenu{
list-style-type: none;
margin: -5px 0;
padding: 0;
width: 150px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}
.glossymenu a{
	background: white url(images/glossybackblue.gif) repeat-x bottom left;
	color:#FFFF00;
	display: block;
	width: auto;
	margin-left:-40px;
	padding: 5px 0; /* Adjusts height for links */
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
* html .glossymenu a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}
.glossymenu a:visited, .glossymenu li a:active{
color:#FFFF66;
}
.glossymenu a:hover{
color:#FFF;
background-image: url(images/glossyback2.gif);
}
//End of Vertical Menu
