A.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	height: 20px;
	color: #FFFFFF;
	text-decoration: none
}

A.white:visited {
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none
}
A.white:hover {
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: underline
}
A.white:active {
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none
}


A.pge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006CC6;
	text-decoration: none
}

A.pge:hover {
	color: #00FF66;
	text-decoration: none
}
A.pge:active {
	color: #006CC6;
	text-decoration: none
}
A.pge:visited {
	color: #006CC6; 
	text-decoration: none
}
A.pgec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #006CC6;
	text-decoration: underline
}

A.pgec:hover {
	font-weight: bold; 
	color: #00FF66;
	text-decoration: underline
}
A.pgec:active {
	font-weight: bold; 
	color: #006CC6;
	text-decoration: underline
}
A.pgec:visited {
	font-weight: bold; 
	color: #006CC6; 
	text-decoration: underline
}


A.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	color: #0099FF;
	text-decoration: none
}

A.blue:hover {
	font-weight: bold;
	color: #00FF66;
	text-decoration: underline
}
A.blue:active {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none
}
A.blue:visited {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none
}		
A.gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	color: #666666;
	text-decoration: none
}

A.gray:hover {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none
}
A.gray:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none
}
A.gray:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none
}

A.grayh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none
}

A.grayh:hover {
	font-weight: normal;
	color: #0066FF;
	text-decoration: none
}
A.grayh:active {
	font-weight: normal;
	color: #666666;
	text-decoration: none
}
A.grayh:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none
}

A.ah2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006CC6;
	text-decoration: none
}
A.ah2:hover {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none
}
A.ah2:active {
	font-weight: bold;
	color: #006CC6;
	text-decoration: none
}
A.ah2:visited {
	font-weight: bold;
	color: #006CC6;
	text-decoration: none
}
body {
	background-color: #0099FF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#body_10point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #000000;
}


.footercopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009933;
	height: 20px;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006CC6;
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #009933;
	height: 20px;
}


#blueblock{
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	border: 0;
	font-weight: bold;
}

* html #blueblock{ /*IE 6 only */
	w\idth: 160px;
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
	display: block;
	padding: 5px 5px 5px;
	background-color: #0166C0;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	height: 17px;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
	background-color: #2586d7;
	color: #fff;
}

.basictab{
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 20px;
	border-bottom: none;
	color: #006CC6;
}

.basictab li a:visited{
	color: #006CC6;
}

.basictab li a:hover{
	color: #33CC33;
}

.basictab li a:active{
	color: #006CC6;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	color: #00FF00;
}

.basictabsmall{
	padding: 3px 0;
	margin-left: 0;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}

.basictabsmall li{
display: inline;
margin: 0;
}

.basictabsmall li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 20px;
	border-bottom: none;
	color: #666666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
}


.basictabsmall li a:visited{
	color: #666666;
}

.basictabsmall li a:hover{
	color: #33CC33;
}

.basictabsmall li a:active{
	color: #666666;
}

.basictabsmall li.selected a{ /*selected tab effect*/
	position: relative;
	top: 1px;
	padding-top: 4px;
	color: #00FF00;
}
#orangestripe {
	background-image: url(images/orangestripe.jpg);
}
#tablewhite {
	background-color: #FFFFFF;

}
.black10point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	line-height: 20px;
	color: #000000;
}
.black10pointquickfind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
}


#Layer {
	position:absolute;
	width:566px;
	height:112px;
	z-index:1;
	left: 435px;
	top: 74px;
	background-color:#3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	visibility: hidden;
}
#Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #000000;
}
.whitequickfindtop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0099FF;
}

.black10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
#Quick_Find {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
#Catalog_Search_ABC {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 12px;
}

.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.black11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
.line {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	color: #666633;
}
#CartTopBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#CartInterior {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
#PageCount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006CC6;
}
.style1 {color: #0166C0}#error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
#Sort_10Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
#Quantity_9Point {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	height: 10pt;
	font-size: 10px;
	text-align: right;
}
#Input_9Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}

#Catalog_Black9_point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
}
#Quick_Find {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(../images/tab.gif);
}
#ProductDetail_10Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #000000;
	font-weight: normal;
}


#Breadcrumbs_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006CC6;
}

.black9point {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 9px;
}
.h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 12px;
	background-color: #0066CC;
}
#Order_History_Top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
}
.Black10PointBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.Black9PointBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}


#Order_History_Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
#Search_By {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
#OrderHistoryDetail_Order_Number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}

.OrderHistoryDetail_Order_Number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
#Order_History_Detail_Bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 20px;
	font-weight: bold;
}
.Order_History_Detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 20px;
	font-weight: normal;
}
.Black9Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
}
#Black9Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #000000;
}
.Black16PointBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.Blue10Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	height: 12px;
}
.Black10Point12Lead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
}
.Blue14Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006CC6;
}
.Blue11Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
}
.yellowhighlight {
	background-color: #FFFF33;
}
.White12Point {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: red;
}
.button{
	background-color: white;
	border: solid #006CC6;
	border-width: 1px;
	font-size : 10px;
	color: #006CC6;
	text-align: center;
	width: 120px;
}

.buttonLite{
	background-color: white;
	border: solid #006CC6;
	border-width: 1px;
	font-size : 10px;
	color: #006CC6;
	text-align: center;
	width: 40px;
}

.bluesearch {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/bluetab.gif);
	background-repeat: no-repeat;
}
.greenfilter {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/greentab.gif);
	background-repeat: no-repeat;
}
