body
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.yourprice
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF3333;
}

.statusalert
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FF3333;
}

.pagetitle
{
	font-size: 14pt;
	color: #1f4a5f;
	text-transform: uppercase;
	background-image: url(../images/bg_page-title.gif);
	padding-bottom: 5px;
	padding-left: 40px;
}

.pagetitle_bg
{
	background-image: url(../images/bg_page-title.gif);
}

.pagetitle_txt
{
	font-size: 14pt;
	color: #1f4a5f;
	text-transform: uppercase;
	padding-bottom: 5px;
	padding-left: 40px;
	padding-right: 10px;
}

h1
{
	font-size: 11pt;
	color: #000000;
	margin-bottom: 10px;
}

h2
{
	font-size: 11pt;
	color: #1f4a5f;
	margin-bottom: 10px;
}

.small
{
	font-size: 8pt;
}

.tiny
{
	font-size: 7pt;
}

.footer
{
	color: #AAAAAA;
	font-size: 8pt;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

a
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #ff8000;
	text-decoration: underline;
}



a.navtop
{
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.navtop:hover
{
	color: #ffffff;
	text-decoration: underline;
}

a.orange
{
	font-size: 8pt;
	font-weight: bold;
	color: #ff8000;
}

a.orange:hover
{
	font-size: 8pt;
	font-weight: bold;
	color: #1f4a5f;
}

a.2ndnav
{
	color: #1f4a5f;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}

a.2ndnav:hover
{
	text-decoration: underline;
}

a.small
{
	font-size: 8pt;
	font-weight: normal;
}

a.footerlink
{
	color: #777777;
	font-weight: normal;
}

.nav_primary
{
	background-color: #6190a3;
}

ul
{
	padding: 0px;
	margin: 10px;
}

li
{
	padding: 0px;
	margin: 5px;
	list-style-position: outside;
	list-style-type: square;
}

.bgwhite
{
	background-color: #ffffff;
}

.bgdkblue
{
	background-color: #1f4a5f;
}

.bgmdblue
{
	background-color: #6190a3;
}

.bgltblue
{
	background-color: #b0c7d0;
}

.bgyellow
{
	background-color: #FFFF99;
}

.bgblack
{
	background-color: #000000;
}

hr
{
	color: #6190a3;
	height: 1px;
}

.bodyindent10px
{
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;	
	padding-right: 10px;
}

.bodyindent20px
{
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;	
	padding-right: 20px;
}

.indent5px
{
	padding: 5px;
}

.indent10px
{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.product_details
{
	background-color: #FFFFee;
	padding: 3px;
	border: 1px solid Gray;
}


.input
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
}

.inputshort
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
	width: 120px;
}

.inputlong
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 20px;	
	width: 300px;
}

.formheader
{
	background-color: #6190a3;
	color: White;
	font-weight: bold;
}

.form_item
{
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
}

.input
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 150px;
	height: 20px;	
}

.required
{
	color: #cc0000;
	font-size: 10pt;
}

.not_required
{
	color: White;
}

.inputlong
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 300px;
	height: 20px;	
}

.tel3
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 24px;
	height: 20px;	
}

.tel4
{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 32px;
	height: 20px;	
}

.button
{
	color: #000000;
	height: 25px;
	background-image: url(../images/bg_button.gif);
	border-style: outset;
	border-color: #DDDDDD;
	border-width: 2px;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	text-decoration: none;
}

a.button_addtocart
{
	color: #000000;
	background-color: #CCFF66;
	height: 20px;
	border-style: outset;
	border-color: #DDDDDD;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

a.button_addtocart:hover
{
	color: #000000;
	background-color: #99CC00;
	text-decoration: none;
}

a.button_details
{
	color: #000000;
	background-color: #DCDCDC;
	height: 20px;
	border-style: outset;
	border-color: #DDDDDD;
	border-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

a.button_details:hover
{
	color: #000000;
	background-color: #BABABA;
	text-decoration: none;
}

.button_contshopping
{
	color: #000000;
	background-color: #FFCC33;
	height: 20px;
	border-style: outset;
	border-color: #DDDDDD;
	border-width: 1px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.button_checkout
{
	color: #000000;
	background-color: #99CC00;
	height: 20px;
	border-style: outset;
	border-color: #DDDDDD;
	border-width: 1px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
}

.border_hidden
{
	 border-width:1px; 
	 border-style: solid; 
	 border-color: #ffffff;"
}

.formfooter
{
	font-weight: bold;
	font-size: 10pt;
}
