/* ----- MAIN SETTINGS ---- */
BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link {
	text-decoration: none;
}
A:visited {
	text-decoration: none;
} 
a:link:hover{
	text-decoration: underline;
}
a:visited:hover {
	text-decoration: underline;
}

/*     .  . by moon
A:hover {
	color: #000000;
	text-decoration: none;
}
*/

/* This is the default font for the entire page body */
.mainpage {
	font-family:arial, helvetica; color:#000; font-size:10pt; margin-left:1px;
}

/* This is a smaller text used for the wishlist, etc. */
.smalltext {
	font-size : 9px;
}

/* Style for page breaks when printing */
P.pageEnd {page-break-before: always}

/* ----- PAGE SECTIONS & HEADERS -----*/
/* Header is a large separating bar used in page layout */
/* Sections are used for output areas */
.header {
	BACKGROUND-COLOR: #828A92;
	FONT-SIZE: 14px;
	color : White;
	font-weight : bolder;
}
.section_title {
	font-size: 12px;
	font-weight: bold;
	color : Gray;
}

/* Used for the menu footer at the bottom of list and detail pages */
.section_footer {
	font-size: 11px;
	color : Gray;
}
A.section_footer {
	text-decoration : none;
}


HR.thickline {
	size: 1;
	height: 2px;
	FONT-SIZE: 1px;
	margin-bottom : 0px;
	margin-top : 0px;
}
HR.thinline {
	size: 1;
	height : 1px;
	margin-bottom : 0px;
	margin-top : 0px;
}

/* Wish list button */
.WishButton {
	BORDER-RIGHT: 1px outset;
	BORDER-TOP: 1px outset;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BORDER-LEFT: 1px outset;
	COLOR: white;
	BORDER-BOTTOM: 1px outset;
	BACKGROUND-COLOR: #999999;
	text-align : center;
}

/* CATEGORY PAGES: Category itself (large) plus 3 listing sizes  for subcats & article, etc. --------------------------------------------- */
.cat_title_large {
	font : bold 28px "Arial", "Helvetica", "sans-serif";

}
.cat_title_small {
	font : Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.cat_title_list {
	font : Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-weight: bold;
	text-decoration: underline
}

.cat_text_large { 
	font : "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}

/* FEATURE:.Detail page -------------------------------- */

/* Style for detail item name, if no image defined   */
.FeatureTitle {
	font-size : 26px;
}
/* Style for product names, if no image defined   */
.FeatureTeaser {
	font-size : 16px;
	font-family : Arial, Helvetica, sans-serif;
}
.FeatureByline {
	font-size : 12px;
	font-style : italic;
	
}


/* PRODUCTS:. --------------------------------------------- */

/* Style for product names, if no image defined   */
.prodname {
	font-size : 16px;
	font-style:;
	font : bold;
}

/* Style for product names, if no image defined   */
.prodname_list {
	font-size : 14px;
	font : bold;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-size : 11px;
	color : #666666;
}

/* Style for Product price, if turned on */
.prodprice {
	font-size : 12px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-size : 12px;
	font : bold;
	color: maroon;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-size : 12px;
	color : maroon;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : solid;
	border-width : 1px;
	border-color : Silver;
	width: 30%;
	text-align : center;
	padding : 10px;
	background-color: white;
}

.gallery_img {
	border-style : solid;
	border-color : Silver;
	margin-right : 3px;
	border-width : 1px;
}


/* ----- ORDER BOX & HIGHTLIGHT BOX -----*/
.BoxTitle {
	FONT-SIZE: 13px;  
	font-family : Arial, Helvetica, sans-serif;
}
.BoxText {
	font-family : Arial, Helvetica, sans-serif;	
	FONT-SIZE: 11px;  
}


/* ----- SHOPPING CART  -----*/

/* Style for shopping cart text */
.carttext {
	font-size : 11px;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-size : 10px;
}



/* ----- INPUT FORM ---------------------------------*/
.FormTitle {
	FONT-SIZE: 14px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}
.FormText {
	FONT-SIZE: 12px;
	vertical-align : middle;
	font-family : "Arial", "Helvetica", "sans-serif";
	color: #666666;
}

.FormError {
	FONT-SIZE: 12px;
	color : Red;
}

.FormErrorsmall {
	FONT-SIZE: 10px;
	color : Red;
}

.FormTextSmall {
	FONT-SIZE: 10px;
	vertical-align: middle;

}

.FormTextVerySmall {
	FONT-SIZE: 9px;
}

.formfield {
	BACKGROUND-COLOR: #fbfbfb;
	BORDER-BOTTOM: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #999999 1px solid;
	COLOR: #003163;
	FONT-SIZE: 12px;
	background-position: center;

}

.formfieldlogin {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT-SIZE: 11px;
	BORDER-LEFT: #cccccc 1px solid;
	COLOR: #101F74;
	BORDER-BOTTOM: #cccccc 1px solid;
	width : 120px;
}
.formfieldcheckbox {
	FONT-SIZE: 10px;
	COLOR: #cccccc;
	BACKGROUND-COLOR: white;
}

.FormButton {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: white;
	BACKGROUND-COLOR: #999999;
	text-align : center;
	border: 1px none;
	background-position: center;


}
A.FormButton:visited {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #dddddd;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}
A.FormButton:hover {
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: white;
	BACKGROUND-COLOR: #999999;
	TEXT-DECORATION: none;
}

/* ----- Listing Outputs (for address lists, etc.) ---------------------------*/
.ResultHead {
	FONT-SIZE: 12px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}
.listingHead {
	FONT-SIZE: 12px; 
	TEXT-DECORATION: none;
}
.ListingSmall {
	font-size:	10px;
}
.listingTitle {
	FONT-SIZE: 14px;
	TEXT-DECORATION: none;
	font-weight : bold;
}
A.listingTitle:link {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
}
A.listingTitle:visited {
	FONT-SIZE: 14px;  TEXT-DECORATION: none
	}
A.listingTitle:hover {
	FONT-SIZE: 14px; ; TEXT-DECORATION: underline
	}
	
.listingsubtitle {
	FONT-SIZE: 12px; FONT-STYLE: italic;  
}
.listingtext {
	FONT-SIZE: 12px; 
}
.listingsubtext {
	FONT-SIZE: 12px;  
}
.listingtagline {
	FONT-SIZE: 12px; 
}
.listingdate {
	FONT-SIZE: 12px;  
}



/* MENUs --------------------------------------------- */
.menu_category {
	font-size: 12px;
	text-decoration : none;
	COLOR: gray;
}
a.menu_category
{
	font-size: 12px;
}

.menu_page2 {
	font-size: 12px;
	COLOR: Maroon;
}
a.menu_page2
{
	font-size: 12px;
}

.menu_page {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}
a.menu_page
{
	font-size: 12px;
	COLOR: Maroon;
	FONT-WEIGHT: bold;
}

.menu_page_title {
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}

a.menu_page_title
{
	font-size: 12px;
	COLOR: gray;
	FONT-WEIGHT: bold;
}


.menu_trail {
	font-size: 14px;
	text-decoration : none;
	COLOR: #808080;
	font-weight: bold;

}
a.menu_trail
{
	font-size: 14px;
	font-weight: bold;


}

.menu_footer {
	font-size: 10px;
	text-decoration : none;
	text-align : center;
	color : Gray;
	background-position: center;

}
a.menu_footer
{
	
}

.menu_admin {
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #FF00FF;
	TEXT-DECORATION: none
}
A.menu_admin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 9px;
	COLOR: #FF00FF;
	TEXT-DECORATION: none
}




.caution {
	COLOR: #ff6600; FONT-SIZE: 12px; FONT-WEIGHT: 700
}
.photocaption {
	COLOR: white; FONT-SIZE: 11px; 
}



/* ----- INPUT FORM ---------------------------------*/
TD.TopTierHeader {
}
.TopTierHeader {
	PADDING-RIGHT: 5px; PADDING-LEFT: 10px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}

A.TopTierHeader:link {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:visited {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;  TEXT-DECORATION: none
}
A.TopTierHeader:hover {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; FONT-SIZE: 12px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}


/* ----- top tier is tabs; TD produces height ---------------------------------*/
TD.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 17px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.TopTierNav {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.TopTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.TopTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}

/* ----- the sub tier is for sort  ---------------------------------*/
.SubTierNav {
	FONT-SIZE: 11px;  FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.SubTierNav:link {
	 FONT-SIZE: 11px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:visited {
	FONT-SIZE: 11px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.SubTierNav:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : transparent;
}


/* ---------- Links for the sitemap search --------------------- */
A.alphaon:link {
	 FONT-SIZE: 13px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none ; Font-Weight: Bold;
}
A.alphaon:visited {
	FONT-SIZE: 13px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none; Font-Weight: Bold;
}
A.alphaon:hover {
	FONT-SIZE: 13px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	Font-Weight: Bold;
	background-color : #F0F0F0;
}
A.alphaoff:link {
	 FONT-SIZE: 9px; FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:visited {
	FONT-SIZE: 9px;  FONT-FAMILY: verdana,arial,sans serif; TEXT-DECORATION: none
}
A.alphaoff:hover {
	FONT-SIZE: 9px;
	FONT-FAMILY: verdana,arial,sans serif;
	TEXT-DECORATION: none;
	background-color : #F0F0F0;
}
H1, H2, H3, H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
}
.leftMainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	border: thin none #666666;
	cursor: pointer
}
.leftMainMenuNoDot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	font-weight: bold;
	letter-spacing: 1px;
	border: thin none #333333;
}
.leftSubMenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #000000;
	line-height: normal;
}
.cartBoxButtons {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	height: auto;
	width: 100%;
	text-align: center;
	line-height: normal;
	vertical-align: bottom;
	text-transform: uppercase;
	border: none;
	cursor: hand;
}
.rightMenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #666666;
	list-style-type: circle;
	font-weight: normal;
	line-height: 20px;


}
.motto {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: orange;
	letter-spacing: normal;
	text-align: center;
	vertical-align: text-top;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: capitalize;

}
.shoppingcart {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: 8080c0;
	background-position: center;

}

#leftmenubutton   {
	text-decoration: none;
	width: 100px;
	text-align: left;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

A.buttontext {
	color: black;
	text-decoration: none;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	cursor: hand;
}
.buttonover  {
	color: white;
	text-decoration: underline;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	cursor: hand;
	background-color: #CCCCCC;
	font-weight: normal;
	border: none;
}
.welcome {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: maroon;
	background-position: left;

}
#top_button  {
	text-decoration: none;
	width: auto;
	text-align: center;
	border: thin solid #FFFFFF;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	padding: 0px;
	background-color: #FFFFFF;





}
A.top_button_text {
	color: #666666;
	text-decoration: none;
	font: bold 9pt "Arial";
	cursor: hand;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;


}
.top_button_over  {
	color: maroon;
	text-decoration: none;
	font: bold 9pt "Arial";
	cursor: hand;
	border-top-style: solid;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #CCCCCC;
	border-left-color: #FF6600;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
}
.sectiontext { font-family:arial,helvetica; color:#000; font-size:12px; }
.boxheader { font-family:arial,helvetica;  color:#dd0000; font-size:15px; }
.ProductMenuHead {
	font-weight: bold;
	text-align: left;
}

/* ----- table on product page  ---------------------------------*/
.mBody {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color:#dadada;
}
.mCont { font-family: arial, helvetica;	font-size: 11px; background-color: #ffffff; }
.mTitle { background-color:#f3f3f3; }
/*  font-family: arial, helvetica;	font-size: 10px; background-color: #ffffff; */
/* ----- for Distributor page javascripts ------ */
.gallerycontroller{
width: 250px
}

.gallerycontent{
width: 350px;
height: 200px;
padding: 3px;
display: block;
}
/*-------- style2 -------------*/
.prodlink, .footprint, .fplink, .channellink, .smcopy { font-family:Arial,Helvetica,sans-serif; font-size:11px; }
.azlink {font-family:Arial,Helvetica,sans-serif; font-size: 12px; line-height: 1.5em;}
.highlight, .catlink, .catlink2, .channelhd, .docreturn, .medcopy { font-family:Arial,Helvetica,sans-serif; font-size:12px; }
.bodycopy {font-family:Arial,Helvetica,sans-serif; font-size:12px; }
.bighd { font-family:Arial,Helvetica,sans-serif; font-size:15px; }
.boldlink { font-family:Arial,Helvetica,sans-serif; font-size:10px; font-weight : bold; }
.prodlink, .catlink, .catlink2 {font-family:Arial,Helvetica,sans-serif;  color:#000; }
.prodlink:visited { font-family:Arial,Helvetica,sans-serif; color:#800080; }
.azlink:visited { font-family:Arial,Helvetica,sans-serif; color:#800080; }
.highlight, .fplink, .channellink, .docreturn, .bluelink { font-family:Arial,Helvetica,sans-serif; color:#03F; }

.bodylink { font-size:12px; font-family: arial,helvetica,sans-serif; color:#000; text-decoration:none; line-height:12px;}
.bodylink:hover { color:#03F; text-decoration:none; }
.bodylink2 { font-family:Arial,Helvetica,sans-serif; text-decoration:none; color:#03F; font-size:11px;}
.bodylink2:hover { font-family:Arial,Helvetica,sans-serif; text-decoration:underline; color:#03F; font-size:11px;}
.bodylink3 { font-family:Arial,Helvetica,sans-serif; text-decoration:none; color:#03F; font-size:12px;}
.bodylink3:hover { font-family:Arial,Helvetica,sans-serif; text-decoration:underline; color:#03F; font-size:12px;}
.filesize {	font-family:arial, verdana, sans-serif; color:#666666; font-size:10px; }
.sm { font-family:arial,helvetica; font-size:11px; }
.sectiontext { font-family:arial,helvetica; color:#000; font-size:12px; }


.categorySubHead{
	border: medium solid #e6e6e6 ;
    border-width: 3px 0px;
	font-weight:bold;
	font-size: 11px
}
a.categorySubHead:hover{
	text-decoration:underline;
}
.categoryTitle, .tableTitle{
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
}
a.categoryTitle:hover{
	text-decoration:underline;
}
td.categoryTitle{
	background-image:none;
	background:#e6e6e6;
	color:#0033ff;
}
td.tableTitle{
	background-image:none;
	background:#0033ff;
	color:#ffffff;
}
/* Instructs browser to ignore several elements of the page when printing and adds print friendly copyright line */
@media print {
#nav {display:none; }
#header {display:none;}
#footer{display:none;}
#btop{display:none;}
#print_this_page{display:none;}
#printcopy{display:none;}
}
/* Instructs browser to ignore print-friendly copyright line when viewing on screen */
@media screen {
#printcopy{display:none;}
}
.xs, .smlink, .spotlight, .subquote { font-family:arial,helvetica; font-size:11px;}
.sm, .breadcrumb { font-family:arial,helvetica; font-size:12px; margin-left:1px; }
.med, .bodycopy, .pullquote { font-family:arial,helvetica; font-size:13px; margin-left:1px; }
.reg { font-family:arial,helvetica; font-size:14px;}
.sup { font-size:12px;}
.blacklink, .relatedlink, .boxlink { color:black; margin-left:1px;  }
.boxlink { font-family:arial,helvetica; font-size:11px; color:#666; text-decoration:none; margin-left:1px; }
.boxlink:hover { text-decoration:underline; color:#0033FF; margin-left:1px; }
.spotlink { font-family:arial,helvetica; font-size:11px; color:#03F; margin-left:1px; }
.jumplink { font-family:arial,helvetica; font-size:11px; color:#03F; text-decoration:none;}
.jumplink:hover { text-decoration:underline;}
.boxheader { font-family:arial,helvetica;  color:#03F; font-size:15px; margin-left:1px; }
.boxsubhead { font-family:arial,helvetica; color:#03F; font-size:11px;}
.featureheader { font-family:arial,helvetica; color:#03F; font-size:12px; font-weight:bold;}
.featuretext { font-family:arial,helvetica; color:#000; font-size:11px;}
.spotheader { font-family:arial,helvetica; color:#03F; font-size:15px; }
.spottext { font-family:arial,helvetica; color:#000; font-size:11px; margin-left:1px; }
.spotsubhd { font-family:arial,helvetica; color:#333; font-size:12px; font-weight:bold;}
.sectionheader { font-family:arial,helvetica; color:#03F; font-size:15px; text-decoration:none; margin-left:1px; }
.sectionlink { font-family:arial,helvetica; font-size:11px; color:#03F; }
.sectionlink2 { font-family:arial,helvetica; font-size:12px; color:#03F; }
.sectiontext { font-family:arial,helvetica; color:#000; font-size:12px; margin-left:1px; }
.legaltext { font-family:arial,helvetica; color:#000; font-size:10px; }
.tableheader { font-family:arial,helvetica; color:#FFF; font-size:12px; font-weight:bold; }
.jumplinkheader { font-family:arial,helvetica; color:#03F; font-size:12px; font-weight:bold;}
.orange { color:#ff9900; font-weight:bold; }

.wmargin    {margin-left:1px}

.filesize    {font-family:arial, verdana, sans-serif; color:#666666; font-size:10px;}
.headertext, .headerlink { font-family:arial,helvetica; font-size:10px; text-decoration:none; color:#03F }
.headerlink:hover { text-decoration:underline; }
.headersearch { font-family:arial,helvetica; font-size:11px; width:120px; }
.siteidentifier { font-family:arial,helvetica; font-size:11px; text-decoration:none; color:#03F; font-weight:bold; }
.siteidentifier:hover { text-decoration:underline; }

.siteidmenu, .siteidmenuOver, .siteidmenuOn, .siteidmenuOnOver { font-family:arial,helvetica; font-size:11px; text-decoration:none; color:#03F; font-weight:bold; }
.siteidmenuOver, .siteidmenuOn, .siteidmenuOnOver { text-decoration:underline; }

.gnav1, .gnav1Over, .gnav2, .gnav2Over, .gnav3, .ghdnav, .ghdnavOver, .gnavboxsub { font-size:11px; font-family: arial, helvetica; color:#4B4B4B; text-decoration:none; line-height:12px;}
.gnav1:hover { color:#03F; text-decoration:underline; }

.gnav1Over, .ghdnavOver { color:#03F; text-decoration:underline;}
.gnav2Over { color:#03F; }

.gnav1On, .gnav1OnOver, .gnav2On, .gnav2OnOver { font-size:11px; font-family: arial, helvetica; color:#4B4B4B; text-decoration:none; line-height:12px;}
.gnav1On, .gnav1OnOver { color:#03F; text-decoration:underline;}

.cinput72 { width:72px; font-family:verdana,arial,helvetica; font-size:11px; }
.cinput147, .cselect147 { width:147px; font-family:verdana,arial,helvetica; font-size:11px; }

.cboxhead1, .cboxhead2, .cboxtext, .cboxlink { font-family:arial,helvetica; font-size:11px; color:#000; }
.cboxhead2 { color:#03F; font-weight:bold; }
.cboxlink { text-decoration:none; }
.cboxlink:hover { text-decoration:underline; }

body { margin:15px 10px 15px 10px; }

.wmargin    {margin-left:1px}

.filesize    {font-family:arial, verdana, sans-serif; color:#666666; font-size:10px; }

/* nevigation */
.headersearch { border:1px solid #999; }
.cinput72, .cinput147 { border:1px #8E8E8E solid; } 
.style2 {color: #FFFFFF}
.style4 {color: #dd0000; TEXT-DECORATION: none}
.style5 {color: #dd0000}