BODY.default {
	/* sets font on entire site, unless otherwise specified */
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color : #333333;
	/* sets background color and/or background image if specified */
	background-color : #ffffff;
	/*background : url(../StyleImages/body_bg.gif);*/
}
BODY.clear {
	/* use for printer friendly pages */
	margin-top : 3px;
	margin-left : 4px;
	margin-right : 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	/* sets background color and/or background image if specified */
	background-color : #ffffff;
}
BODY.popup {
	/* use for popups other than printer friendly pages
	set the background color to the same value as 'table.popup'  */
	margin-top : 3px;
	margin-left : 4px;
	margin-right : 3px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	/* sets background color and/or background image if specified */
	background-color : #ebeef1;
}

table
{
	/* default font size for text, if the text is contained 
	within a table with no class specified */
	font-size : 11px;
}
table.alt
{
	/* default font size for text, if the text is contained 
	within a table with no class specified */
	font-size : 11px;
}

td
{
	/* sets default td style */
	font-size : 11px;
}

td.midwhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
}
/* for aspx dynamic tables and links */

TD.largewhite {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #ffffff;
	padding-bottom: 0px; 
	padding-top: 2px; 
}

td.aspxheader
{
	/* sets column header bgcolor and 'cellpadding' */
	font-size : 12px;
	font-weight : bold;
	background-color : #CCD8E6;
	padding : 2px;
	border: 1px solid;
	border-color : #ececec #a0a7b1 #a0a7b1 #ececec;
	border-bottom-width : 0px;
	border-right-width : 0px;
	
}
td.aspxheaderalt
{
	/* sets column header bgcolor and 'cellpadding' 
	same as above, but used for variety */
	background-color : #afbed1;
	font-weight : bold;
	padding : 2px;
	border: 1px solid;
	border-color : #ececec #a0a7b1 #a0a7b1 #ececec;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.aspxitem
{
	/* sets 'td' bgcolor and 'cellpadding' */
	background-color : whitesmoke;
	/* padding set to 0, since padding is set by
	aspxlinks class below */
	padding : 0px;
}
td.aspxitempadded
{
	/* sets 'td' bgcolor and 'cellpadding' */
	font-size : 11px;
	background-color : #EBEBEB;
	padding : 0px 3px 0px 3px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.aspxitemUnpadded
{
	/* sets 'td' bgcolor and 'cellpadding' */
	background-color : #ffffff;
	padding : 0px 0px 0px 0px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.aspxitemfooter
{
	/* sets 'td' bgcolor and 'cellpadding' */
	background-color : #ffffff;
	/* padding set to 0, since padding is set by
	aspxlinks class below */
}
td.detailsblank {
	/* sets style on tax area on Order History
	- no background colour */
	padding : 2px 2px 2px 2px;
	font-size : 11px;
}
table.aspxtable
{
	/* sets 'table' bgcolor */
	/*background-color : #6d7d96;*/
	background-color : #b3b3b3;
	border : none;
}
A.aspxlinks {
	/* sets style on links */
	font-size : 11px;
	padding : 3px;
	color : #333366;
	text-decoration : none;
	display : block;
	position : relative;
}
A:HOVER.aspxlinks {
	/* changes the link color and places
	a color bar behind the link on hover by
	changing the 'color' and 'background-color' settings */
	font-size : 11px;
	padding : 3px;
	color : #ffffff;
	background-color : #5a647c;
	text-decoration : none;
	display : block;
	position : relative;
}
span.plaintext
{
	/* for plain text */
	font-size : 11px;
	padding : 3px;
}
span.tabletext
{
	/* for table text, less padding */
	font-size : 11px;
	padding : 2px;
}
span.contentTitle 
{
	/* used for Managed Content titles, where the managed
	contents consists of a title and body that loops */
	/*font-size : 14px;
	font-weight: bold;
	border: none;
	padding : 4px 4px 2px 4px;
	background-color : #b0bbc8;
	background : url(../StyleImages/content_bg.gif);*/
	
	font-size : 14px;
	font-weight: bold;
	border: 1px solid;
	border-color : #cccccc #cccccc #cccccc #cccccc;
	padding : 4px 4px 2px 4px;
	background-color : #CDCDD5;
	background : url(../StyleImages/cat_grad_back_yello.gif);
	width : 100%;
}

span.shopcart 
{
	font-size : 10px;
	border: 1px solid;
	border-color : #989BA2 #989BA2 #989BA2 #989BA2;
	padding : 0px 2px 0px 2px;
	background-color : #ffffff;
	height : 10px;
	text-align : right;
}

span.shopcartamt
{
	font-size : 10px;
	border: 1px solid;
	border-color : #989BA2 #989BA2 #989BA2 #989BA2;
	padding : 0px 2px 0px 2px;
	background-color : #ffffff;
	height : 10px;
	text-align : right;
	width:30px;
}

span.shopcarttotal
{
	font-size : 10px;
	border: 1px solid;
	border-color : #989BA2 #989BA2 #989BA2 #989BA2;
	padding : 0px 2px 0px 2px;
	background-color : #ffffff;
	height : 10px;
	text-align : right;
	width:70px;
}

/* end aspx dynamic tables and links */





table.categories {
	/* sets top category table style, actual link 
	style is determined elsewhere */
	border: 1px solid;
	border-color : #B3C4D0 #B3C4D0 #B3C4D0 #B3C4D0;
	padding : 0px;
	/*padding : 4px 4px 4px 4px;*/
	background-color : #FFFDC0;
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/cat_grad_back_yello.gif);*/
	/*background : url(../StyleImages/blue_grad1.gif);*/
}
table.description {
	/* sets product details (full description) style */
	border: 1px solid;
	border-color : #666699;
	padding : 3px 3px 3px 3px;
	background-color : whitesmoke;
	font-size : 11px;
	/*text-indent : 15px;*/
	width : 100%;
}
td.description {
	font-size : 13px;
}

table.details {
	/* sets style on tables that display
	various fields i.e. User account info 
	column colours determined by td.detailsleft
	and td.detailsright*/
	border: none;
	background-color : #999999;
}

table.detailsimage {
	/* sets style on Product Details image table */
	border: 1px solid;
	border-color : #666699;
	background-color : #ffffff;
}
table.detailstitle {
	/* sets style on Product Details - Product Name */
	border: 1px solid #9AAAC2;
	padding : 0px;
}
table.leftsubcats {
	background : url(../images/account_bg.gif);
}
table.leftsubsubcats {
	/* sets style on Main subcatgories links 
	in the Left Categories table 
	Also, sets style on My Account section */
	border: 0px solid;
	padding : 0px;
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/style_1_button.gif);*/
	width : 100%;
}
table.login {
	/* sets style on the Login table */
	border: 1px solid;
	border-color : #3B5574 #3B5574 #3B5574 #3B5574;
	padding : 0px;
	background-color : #9DB5D3;
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/cat_grad_back_yello.gif);*/
}
table.mainbody {
	/* sets style on the Main body section */
	border: 0px solid;
	border-color : #C8C8B9 #C8C8B9 #C8C8B9 #C8C8B9;
	padding : 0px;
	background-color : #FFFFFF;
	/* background-color : #F5F7FA; */
	/* background : url(../StyleImages/bodyback.gif); */
}
table.pagelinks {
	/* sets style on the Main site links table
	the links are determined elsewhere */
	border: 0px solid;
	border-color : #efefef #747a85 #747a85 #efefef;
	padding : 0px;
	/*background-color : #99cc99;*/
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/gray2white_yello.gif);*/
}
table.popup {
	/* sets style on Popup window table colour */
	padding : 4px 4px 4px 4px;
	background-color : #ebeef1;
}
table.relatedimage {
	/* sets style of 'Related' and 'What Others have bought...' 
	title tables */
	font-size : 11px;
	font-weight : bold;
	color : #333366;
	border: 1px solid;
	border-color : #999999;
	background-color : #CCD8E6;
	
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/title_grad.gif);*/
}
table.relateditems {
	/* sets style of 'Related' and 'What Others have bought...'
	borders, the actual data styles are applied elsewhere  */
	border: none;
	border-color : #ffffff;
	/*background-color : #ffffff;*/
	font-size : 11px;
	padding : 0px;
}
table.search {
	/* sets the main search table style */
	border: solid 1px;
	border-color : #AEBDCB #AEBDCB #AEBDCB #AEBDCB;
	padding : 0px;
	background-color : #E0E7EE;
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/cat_grad_back_yello.gif);*/
}
table.shopcart {
	/* sets style on the top shopping cart */
	border: 1px solid;
	border-color : #3B5574 #3B5574 #3B5574 #3B5574;
	padding : 0px;
	background-color : #9DB5D3;
	/* this value will need to be replaced with a real url, 
	such as 'url(http://www.navtonet.com/images/imagename.gif)' */
	/*background : url(../StyleImages/gray2white_yello.gif);*/
}
table.topsection {
	padding : 0px;
	/*background : url(../StyleImages/mountain_range_top.gif);*/
}
table.whatsnew {
	/* sets style on the What's New section on the right */
	border: 1px solid;
	border-color : #8493BF #8493BF #8493BF #8493BF;
	padding : 0px;
	background-color : #BAC4D9;
}
table.whatsnewitems {
	/* sets style on the body of the
	What's New section on the right */
	border: 1px solid;
	border-color : #8493BF #8493BF #8493BF #8493BF;
	padding : 0px;
	background-color : #FFFFFA;
	/*background : url(../StyleImages/whatsnew_bg.gif);*/
	width : 100%;
}

td.catnav {
	/* sets style on the header section of reports */
	padding : 0px;	
}

td.detailsheader {
	/* sets style on the header section of reports */
	padding : 2px;
	background-color : #E3E9ED;
	font-size : 11px;
	
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
	
}
td.detailsleft {
	/* sets style on the left part of the Details section
	(Manufacturer SKU, Description, Web Price etc.) */
	padding : 2px;
	background-color : #E0E7EE;
	font-size : 11px;
	
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.detailsright {
	/* sets style on the right part of the Details section */
	padding : 2px;
	/*background-color : whitesmoke;*/
	background-color : #EBEBEB;
	font-size : 11px;
	
	border: 1px solid;
	border-color : #ffffff #cccccc #cccccc #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.detailstitle {
	/* sets style on the item name above the Details */
	border: 0px outset;
	/*padding : 0px 0px 0px 0px;*/
	background-color : #acc8e3;
	font-size : 12px;
	font-weight : bold;
	background : url(../StyleImages/mountain_range.gif);
}


td.PurchasedIcon {
	/* sets style on the TD that contains the image for
	'What Other People have Bought' */
	background-color : white;
}
td.PurchasedName {
	/* sets style on the TD that contains the Name/Link for
	'What Other People have Bought' */
	padding : 3px 3px 3px 3px;
	background-color : #E0E7EE;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.PurchasedDesc {
	/* sets style on the TD that contains the Description
	for 'What Other People have Bought' */
	padding : 3px 3px 3px 3px;
	background-color : #EBEBEB;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #a0a7b1 #a0a7b1 #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}

td.RelatedIcon {
	/* sets style on the TD that contains the image for
	'Related Items' */
	background-color : #BAC4D9;
}
td.RelatedName {
	/* sets style on the TD that contains the Name/Link for
	'Related Items' */
	padding : 3px 3px 3px 3px;
	/*background-color : #E0E7EE;*/
	/*background-color : #FFFFFF;*/
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #cccccc #cccccc #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}
td.RelatedDesc {
	/* sets style on the TD that contains the Description
	for 'Related Items' */
	padding : 3px 3px 3px 3px;
	background-color : #EBEBEB;
	font-size : 11px;
	border: 1px solid;
	border-color : #ffffff #cccccc #cccccc #ffffff;
	border-bottom-width : 0px;
	border-right-width : 0px;
}


td.tabletitle {
	/* sets style for section titles, specifically the
	Categories, My Account and What's New titles
	(These are the title that appear in the sections on the left
	and right of the Main body) */
	font-size : 11px;
	font-weight : bold;
	color : #000033;
}

td.nine {
	/* used for text that needs to be this size 
	('Username' and 'Password' in the login box) */
	font-size : 9px;
	color : #000000;
}
td.tenalt {
	/* used for text that needs to be this size 
	(Shopping cart text at top of page) */
	font-size : 10px;
	color : #000000;
}
td.ten {
	/* used for text that needs to be this size 
	('Search by', 'Category' and 'Keyword' in the 'Search' box,  */
	font-size : 10px;
	color : #000000;
}
td.tenlight {
	/* used for text that needs to be this size 
	('Search by', 'Category' and 'Keyword' in the 'Search' box,  */
	font-family : Arial, helvetica, Sans-Serif;
	font-size : 10px;
	color : #000000;
}
td.eleven {
	/* used for text that needs to be this size 
	(Contents of the What's New section on the right side) */
	font-size : 11px;
	color : #000000;
}
td.twelve {
	/* used for text that needs to be this size 
	('Login' in the Login box ) */
	font-size : 12px;
	color : #000000;
}

/* below 2 values used for product details page*/

td.mausover {
	background-color : #D3DDE9;
}
td.mausnotover {
	background-color : whitesmoke;
}

input.solid {
	/* Use for input text */
	font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #3B5574;
	font-size : 11px;
	color : #333333; 
	margin-bottom: 0px; 
	margin-top: 0px;
	background-color : #f2f2f2;
}
input.solidform {
	/* Use for input text */
	font-family : Arial, Helvetica, sans-serif;
	border-color : #999999;
	border-style : solid;
	border-width : 1px;
	/*border: 1px outset;*/
	font-size : 11px;
	color : #000000; 
	background-color : #ffffff;
	margin-bottom: 0px; 
	margin-top: 0px;
	padding : 1px 1px 1px 3px;
	width : 129px;
}

input.login {
	/* Use for input text */
	font-family : Arial, Helvetica, sans-serif;
	border: 1px solid #3B5574;
	font-size : 11px;
	color : #333333; 
	margin-bottom: 0px; 
	margin-top: 0px;
	background-color : #f2f2f2;
	width : 76px;
}

input.go {
	/* use for any 'Submit' or 'GO' button */
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	border: none;
	font-size : 11px;
	color : #ffffff; 
	background-color : #000000;
	margin-bottom: 0px; 
	margin-top: 0px;
}
select {
	font-size : 11px;
}



A.catnav {
	/* sets style on Top Category links, also used on
	Forgot Password */
	color : #333366;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	display : block;
	position : relative;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
}
A:HOVER.catnav {
	/* sets style on Left Subcategory links 
	Also, changes the link color and places
	a color bar behind the link on hover by
	changing the 'color' and 'background-color' settings */
	color : #333366;
	text-decoration : none;
	font-weight : bold;
	font-size : 11px;
	display : block;
	position : relative;
	padding-bottom : 5px;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 5px;
	background-color : #FFFFFF;
}

A.subcats {
	color : #ffffcc;
	text-decoration : none;
	display: block;
	position:relative;
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}

A:HOVER.subcats {
	color : #000033;
	text-decoration : none;
	display: block;
	position:relative;
	background-color : #ffffcc;
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}



A.dvpsubcat {
	/* sets style on Left Subcategory links */
	font-size : 11px;
	color : #333333;
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
A:HOVER.dvpsubcat {
	/* sets style on Left Subcategory links 
	Also, changes the link color and places
	a color bar behind the link on hover by
	changing the 'color' and 'background-color' settings */
	font-size : 11px;
	color : #333366;
	background-color : #FFFFFF;
	/*background : url(../StyleImages/nav_butt_bg.gif);*/
	text-decoration : none;
	display : block;
	position : relative;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
A.moreinfo 
{
	/* link style for More Information link to Product
	details page */
	font-size : 14px;
	font-weight : bold;
	color : Navy;
	font-style : italic;
}
A:HOVER.moreinfo 
{
	/* link style for More Information link to Product
	details page */
	font-size : 14px;
	font-weight : bold;
	color : red;
	font-style : italic;
}
A.myaccount {
	/* sets style on My Account links */
	color : #ffffff;
	text-decoration : none;
	display: block;
	position:relative;
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
A:HOVER.myaccount {
	color : #336699;
	text-decoration : none;
	display: block;
	position:relative;
	background-color : #ffffff;
	padding-bottom: 2px; 
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
A.navigate {
	/* sets style on navigation links such as  A-C D-F */
	color : #333366;
	text-decoration : none;
	font-size : 11px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}
A:HOVER.navigate {
	/* sets style on navigation links such as  A-C D-F */
	color : #ffffff;
	text-decoration : none;
	background-color : #666699;
	font-size : 11px;
	padding-bottom : 3px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}

A.more {
	/* sets style on navigation links such as  A-C D-F */
	color : #333366;
	text-decoration : none;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 2px;
	padding-top : 2px;
}
A:HOVER.more {
	/* sets style on navigation links such as  A-C D-F */

	text-decoration : none;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 2px;
	padding-top : 2px;
}

A.others {
	/* sets style on 'What Other People have bought...', 
	specifically the Item Name that acts as a link */
	color : #333366;
	text-decoration : none;
	font-size : 11px;
}
A.base {
	color : #333366;
	text-decoration : none;
}

A.pagelinks {
	/* sets style on Main Site links at top of page */
	color : #333366;
	text-decoration : none;
	font-size : 10px;
}
A.productdetails 
{
	/* Product listing title link */
	color : #333333;
	text-decoration : none;
	display : block;
	position : relative;
	font-weight : bold;
}
A.products 
{
	/* Product listing title link */
	color : #333333;
	text-decoration : none;
	display : block;
	position : relative;
	font-weight : bold;
	padding: 3px;
}
A:HOVER.products 
{
	color : #131724;
	text-decoration : none;
	display : block;
	padding: 3px;
	position : relative;
	font-weight : bold;
	background : url(../StyleImages/mountain_range_lite.gif);
}
A.related {
	/* sets style on Related Items, specifically the 
	Item Name that acts as a link */
	color : #333366;
	text-decoration : none;
	font-size : 11px;
	display : block;
	position : relative;
	padding: 3px;
}
/* new - added for Nav-to-Net */
A.subcatlink {
	/* sets style on subcategories at the left side of page,
	in the Categories section */
	border: none;
	color : #333366;
	text-decoration : none;
	display : block;
	position : relative;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
A:HOVER.subcatlink {
	/* sets style on What's New links at the right of page,
	in the What's New section */
	border: none;
	color : #000033;
	text-decoration : none;
	background-color : #e0e0eb;
	display : block;
	position : relative;
	font-size : 11px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
A.whatsnew {
	/* sets style on What's New links at the right of page,
	in the What's New section */
	border: 1px solid;
	border-color : #cccccc #cccccc #cccccc #cccccc;
	color : #000033;
	text-decoration : none;
	background-color : #FFFDC0;
	display : block;
	position : relative;
	font-size : 11px;
	font-weight : bold;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}
A:HOVER.whatsnew {
	/* sets style on What's New links at the right of page,
	in the What's New section */
	border: 1px solid;
	border-color : #cccccc #cccccc #cccccc #cccccc;
	color : #000033;
	text-decoration : none;
	background-color : #FFFFFF;
	/*background : url(../StyleImages/nav_butt_bg.gif);*/
	display : block;
	position : relative;
	font-size : 11px;
	font-weight : bold;
	padding-bottom : 4px;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 4px;
}



H1 {
	/* sets the style of the specified header */
	font-size : 16px;
	color : #000033;
}
H2 {
	/* sets the style of the specified header */
	font-size : 15px;
	color : #000033;
}
H3 {
	/* sets the style of the specified header */
	font-size : 14px;
	color : #000033;
}


font.asterisk 
{
	/* sets the asterisk size and color that is used
	to indicate required fields */
	font-size : 12px;
	color : Red;	
}

/* Styles added by Stampede
*/

a {
	color: #000080;
	text-decoration: none;
}

.tableheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #9DB5D3;
	background-position: left center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.normalheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}
.normalheader A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	text-decoration: underline;
}
.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.normaltext A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000080;
	text-decoration: underline;
}
.normaltextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.normaltextsmall A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000080;
	text-decoration: underline;
}
.warning {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}


/* These values below are used for the Textarea manager in
Content Manager, these should not be modified unless you
know what the hell you're doing */
font.fontminus2 {
	font-size: 9px;
}
font.fontminus1 {
	font-size: 10px;
}
font.fontstandard {
	font-size: 11px;
}
font.fontplus1 {
	font-size: 12px;
}
font.fontplus2 {
	font-size: 13px;
}
font.fontplus3 {
	font-size: 14px;
}
font.fontplus4 {
	font-size: 15px;
}
font.fontplus5 {
	font-size: 16px;
}
font.fontplus6 {
	font-size: 17px;
}
font.fontplus7 {
	font-size: 18px;
}
font.fontplus8 {
	font-size: 19px;
}
font.fontplus9 {
	font-size: 20px;
}