A:link  {
	color : #0c8fce;
	text-decoration : none;
	font-weight : bold;
}
A:visited  {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}
A:active  {
	color : #333399;
	text-decoration : none;
	font-weight : bold;
}
A:hover  {
    color : #0c8fce;	
	 text-decoration : underline; 
	 font-weight : bold;
}
body {
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.bodymain {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000
}
.bodymain_white {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff
}
.indent {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 12px;
	display: block;
}
.indent2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 28px;
	margin-top: -14px;
	display: block;
}
.indent3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 44px;
	margin-top: -14px;
	display: block;
}
.indent4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-left: 26px;
	display: block;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 3px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 3px;
}
.box {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.required {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: Red;
	font-weight: bold;
}
#header_shadow {
	background-image: url(images/shadow_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
}
#shadow_footer{
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
ul.check {
	list-style-image: url(images/ul_check.gif);
	FONT-WEIGHT: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-top: 2px; 
}
.box_white {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}
a.box_white:link {
	color : #ffffff;
	font-size: 8pt;	
	text-decoration : none;
	font-weight : bold;
}
a.box_white:visited {
	color: #ffffff;
	font-size: 8pt;	
	text-decoration: none;
	font-weight: bold;
}
a.box_white:hover {
	color: #87D3F8;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
.top_nav {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0c8fce;
}
a.top_nav:link {
	color : #0c8fce;
	font-size: 9pt;	
	text-decoration : none;
	font-weight : bold;
}
a.top_nav:visited {
	color: #0c8fce;
	font-size: 9pt;	
	text-decoration: none;
	font-weight: bold;
}
a.top_nav:hover {
	color: #ff6600;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
.distributors {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
}
input.subtotal {
	background-color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	font-style: normal;
	font-variant: normal;
	height: auto;
	font-weight: bold;	
	letter-spacing: normal;
	line-height: normal;
	border-width: 0;
}
input.order {
	background-color: #FFFF99;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	height: auto;
	letter-spacing: normal;
	line-height: normal;
	border-width: 1px 1px 1px 1px;
	border-color: Gray Gray Gray Gray;
}