@charset "utf-8";
/* CSS Document */

.style1 {font-family: "Arial"; color: #000000; font-weight:normal; font-size: x-small; }
.style2 {font-family: "Arial"; color: #000000; font-weight:normal; font-size: small; }
.style3 {font-family: "Arial"; color: #927F2F; font-weight:bold; font-size: large; }
.style2Bold {font-family: "Arial"; color: #000000; font-weight:bold; font-size: small; }
.styleHdr {font-family: "Arial"; color: #203d8c; font-weight:bold; font-size: large; }
.styleBold {font-family: "Arial"; color: #000000; font-weight:bold; font-size: large; }
.styleFaq {font-family: "Arial"; color: #203d8c; font-weight:bold; font-size: normal; }
.styleFaqBold {font-family: "Arial"; color: #000000; font-weight:bold; font-size: x-small; }
.styleNoLink {font-family: "Arial"; color: #d8d5d5; font-weight:normal; font-size: small; }
.styleDetail {font-family: "Arial"; color: #203d8c; font-weight:bold; font-size: normal; font-style:italic; }

.menu_borders{
	border-right: 2px solid #CCCCCC;
}



table.cartTableBorder {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	
}
table.cartTableBorder th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #CCCCCC;
	
	-moz-border-radius: ;
}
table.cartTableBorder td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #CCCCCC; 
	vertical-align:middle;	
	-moz-border-radius: ;
}



.MainBoxPadding{
	padding-left:10px; padding-top:10px; 

}

.link a:link {
	color: #203d8c;

}
.link a:visited {

	color: #203d8c;
}
.link a:hover {
	text-decoration: underline;
	
	color: #00aa94;
	
}

.linkFeatured a:link {
	color: #927F2F;

}
.linkFeatured a:visited {

	color: #927F2F;
}
.linkFeatured a:hover {
	text-decoration: underline;
	
	color: #00aa94;
	
}

.linkPaging a:link {
	text-decoration: none;
	color: #203d8c;
	

}
.linkPaging a:visited {
	text-decoration: none;
	color: #203d8c;
	
}
.linkPaging a:hover {
	text-decoration: none;
	color: #00aa94;
	
}

.texta { 
font:Arial, Helvetica, sans-serif;
 font-size: 12px; 
 background-color: #CCCCCC; 
 border: 1px solid #666666; 
}

 .buttons { 
 font:Arial, Helvetica, sans-serif;
 font-size: 12px; 
 background-color: #203d8c; 
 color: #FFFFFF; 
 border: 1px solid #666666; 
  
}

.selectField {
font:Arial, Helvetica, sans-serif;
 font-size: 12px; 
 background-color: #CCCCCC; 
  border: 1px solid #666666; 
 }






