.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #666666;
}
.bodytextsm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #000000;
}
.bodytextlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #000000;
}
.bodytextsm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	color: #000000;
}
.bodytextsmgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #666666;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 16px;
	color: #666666;
}
.bodytext2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 22px;
	color: #000000;
}
.bodytextwhlg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 22px;
	color: #ffffff;
}
.bodytextwh2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 14px;
	color: #ffffff;
}

body 
{ 
scrollbar-base-color: #002060; 
scrollbar-face-color: #ffffff; 
scrollbar-track-color: #ffffff; 
scrollbar-arrow-color: #002060;
scrollbar-highlight-color: #002060; 
scrollbar-3dlight-color: #ffffff; 
scrollbar-shadow-color: #002060;
scrollbar-darkshadow-color: #ffffff; 
} 

/* Purpose: undo some default styling of common (X)HTML browsers      */ 
  
/* link underlines tend to make hypertext less readable,  
* because underlines obscure the shapes of the lower halves of words 
*********************************************************************/ 
a:link, a:visited { text-decoration:underline; color:#06539B } 
 
/* no list-markers by default (optional)                              */ 
ul,ol { list-style:none;  } 
  
/* Avoid browser default inconsistent font-sizes                      */ 
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; } 
  
/* Remove inconsistent (among browsers) default ul,ol padding or margin 
* the default spacing on headings does not match nor align with normal 
* interline spacing at all, so let's get rid of it. 
* Zero out the spacing around pre, form, body, html, p, blockquote as well 
* form elements are oddly inconsistent, and not quite CSS emulatable. 
* Nonetheless, strip their margin and padding as well. 
**********************************************************************/ 
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p, blockquote, fieldset, input 
{ margin:0; padding:0 } 
  
/* remove default borders around linked images                        */ 
a img,:link img,:visited img { border:none } 

#footer {color:#FFFFFF; text-align:center; line-height:14px; font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif}
#footer a:link, #footer  a:visited { color:#ffffff; }


.product_list {
	list-style-type: circle;
}

.product_list li {
	margin: 5px 0;
	margin-left: 30px;
}

/* ----- TABLE STYLES ---- */

#product_table td {
	border:1px solid #fff;
	}

.light_blue {
	background:#d4f1ff;
	}
	
.lighter_blue {
	background:#ecfaff;
	}

.top_bg {
	background:#b0c8d4;
	font-size:12px;
	color:#444;
	}

