/* Main body style definition  */
BODY  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	COLOR: #FFFFFF;
}

/* ADD Used for page hover link color  */
A:link {
    COLOR: #FFFF00;
}
A:visited {
    COLOR: #00FFFF;
}
A:active {
    COLOR: #00FFFF;
}

/* ADD Used for nav bar type  */
.BarNav {
    COLOR: #414178;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 7pt;
	font-weight: bold;
}
.BarNav A:link {
    COLOR: #414178;
    TEXT-DECORATION: none;
}
.BarNav A:visited {
    COLOR: #484B7C;
    TEXT-DECORATION: none;
}
.BarNav A:active {
    COLOR: #414178;
    TEXT-DECORATION: none;
}
.BarNav A:hover {
    COLOR: #D87158;
    TEXT-DECORATION: none;
}

/* Used for the footer */
.footer1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	color: #000066;
	font-weight: bold;	
	}

/* Used if no thick and thin line images defined  */
HR.thickline {
	color : #669999;
	size : 3;
}

HR.thinline {
	color : #669999;
	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 : 9pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage8 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage9 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

/* This is the style for the majority of text not otherwise defined below */
.mainpage12 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight: bold;
}

/* This is the style for the majority of text not otherwise defined below */
.signoff {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
}

/* Style for main page titles, if no image defined */
.title {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #00FFFF;
	font-weight: bold;
}

/* Style for other page titles, if no image defined */
.title2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color : #00FFFF;
	font-weight: bold;
}


/* 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  */

