
/* Main body style definition  */
BODY  {
	font-family : verdana;
	font-size : 10px;
}

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #007D6D;
	size : 1;
}

HR.thinline {
	color : #007D6D;
	size : 1;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage {
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 11px;
	padding : 0;
	border-width : 0;
	margin : 0;	
	color : #000000;
}

.focus {
	font-family : verdana;
	font-size : 10px;
	padding : 0;
	border-width : 0;
	margin : 0;	
	color : #008080;
}
/* Style for main page titles, if no image defined */
.title {
	font-family : verdana;
	font-size : 12px;
	color : #999966;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : verdana;
	font-size : 11px;
	color : #999966;
	font-weight: bold;
}

/* Style for text that appears at the top of some special pages like specials, and search engine */
.toptext {
	font-family : verdana;
	font-size : 11px;
	color : black;
}

/* Style for product names, if no image defined   */
.prodname {
	font-family : verdana;
	font-size : 11px;
}

/* Style for category names, if no image defined   */
.catname {
	font-family : verdana;
	font-size : 11px;
}

/* Style for Product SKU line, if turned on */
.prodSKU {
	font-family : verdana;
	font-size : 10px;
}

/* Style for Product price, if turned on */
.prodprice {
	font-family : verdana;
	font-size : 10px;
}

/* Style for Product price emphasized words */
.prodprice2 {
	font-family : verdana;
	font-size : 10px;
	color: Red;
}

/* Style for Product discount line, if turned on */
.proddisc {
	font-family : verdana;
	font-size : 10px;
}

/* Style for border around image on moreinfo page */
.moreimg {
	border-style : none;
	border-width : thick;
	border-color : white;
	width: 30%;
	text-align : center;
	padding : 1px;
	background-color: white;
}

/* Style for orderbox text */
.ordertext {
	font-family : verdana;
	font-size : 10px;
	color : #000000;
}

/* Style for form headers */
.formheader {
	font-family : verdana;
	font-size : 10px;
	color : white;
}

/* Style for form background */
table.formbg {
	background-color : #FFFFFF;
}

/* Style for form text */
.formtext {
	font-family : verdana;
	font-size : 10px;
	color : #000000;
}

/* Style for larger form text */
.largerformtext {
	font-family : verdana;
	font-size : 11px;	
	color : #000000;
}

/* Style for smaller form text */
.smallformtext {
	font-family : verdana;
	font-size : 10px;	
	color : #000000;
}

/* Style for form error messages */
.formerror {
	font-family : verdana;
	font-size : 10px;
	color : red;
}

/* Style for form required text */
.formreqtext {
	font-family : verdana;
	font-size : 10px;
	color : red;
}

/* Style for shopping cart header */
.cartheader {
	font-family : verdana;
	font-size : 10px;
	color : white;
}

/* Style for shopping cart header background */
.cartheaderbg {
	background-color : #0018CE;
}

/* Style for shopping cart text */
.carttext {
	font-family : verdana;
	font-size : 10px;
	color : #000000;
}

/* Style for small shopping cart text */
.smallcarttext {
	font-family : verdana;
	font-size : 10px;
	color : #000000;
}

/* Style for main shopping cart color */
.mainrows {
	background-color : #FFFFFF;
}

/* Style for alternate shopping cart rows */
.altrows {
	background-color : #BBDDFF;
}

/* Add any additional styles you wish to use for your store here  */

/* Used for the default header */
A.header {
	font-family : verdana;
	font-size : 10px;
	color: #007D6D;
	font-weight: bold;	
	}
	
/* Used for the default footer */
A.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8px;
	color: #cccccc;
	font-weight: normal;	
	}

.merchant {
	font-family : verdana;
	font-size : 9px;
	font-style : italic;	
	color : #000000;
}
<STYLE type=text/css>
A.footerText {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif 
}
A.footerLinks {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.footerLinks:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.LeftNavLinks {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #ffff99; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.LeftNavLinks:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffff99; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.ContentText {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.ContentTextTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.ContentLinks {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.ContentLinks:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #999999; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.LeftNavTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.DateHeader {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.TopNavLinks {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A.TopNavLinks:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #999999; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.TopNavText {
	FONT-WEIGHT: bold; FONT-SIZE: 9pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.WhiteContentTextTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.GreyContentTextTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #cccccc; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.FormTable {
	COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #336633
}
.AdTable {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: white; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #336633
}


