BODY  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

P  {
	font-size : 10pt;
	font-family : Verdana, Arial, sans-serif;
}

H1  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}

A  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	color : Black;
	text-decoration : none;
}
	
A:HOVER  {
	color : White;
	background-color : C00000;
	text-decoration : none;
}

TD  {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
}

TD.tab {
	font-size : 8.5pt;
}

TR.header {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #efefef;
}

.smallText {
	font-family : Verdana, Arial, sans-serif;
	font-size : 8.5pt;
}

.largeText {
	font-family : Verdana, Arial, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}


/* ---///
The following apply to the Shopping Cart
///--- */
.cartHeader {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	background-color : #c00000;
	color: #ffffff;
}

.cartCell {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #efefef;
	color: #000000;
}

.cartFooter {
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	background-color : #c0c0c0;
	color: #000000;
}

/* ---///
The following apply to the CF_BOXIT
///--- */
.boxFrame {
	font-family : Verdana, Arial, sans-serif;
	background-color : #c00000;
	color: #ffffff;
}

.boxCell {
	font-family : Verdana, Arial, sans-serif;
	background-color : #ffffff;
	color: #000000;
}


/* ---///
The following apply to the Forums
///--- */
.forum01 { /* Message header left */
	font-family : Verdana, Arial, sans-serif;
	font-size : 9pt;
	background-color : #c0c0c0;
	color: #000000;
}

.forum02 { /* Message header right */
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #efefef;
	color: #000000;
}

.forum03 { /* Message Text Area */
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #ffffff;
	color: #000000;
}

.forum04 { /* Message/Topic List Header */
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #0099cc;
	color: #ffffff;
}

.forum05 { /* Message/Topic List Items */
	font-family : Verdana, Arial, sans-serif;
	font-size : 10pt;
	background-color : #fffedc;
	color: #000000;
}

