body {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
margin:-10px 0 0 -10px 
} 

html body { 
margin:0;padding:0 
} 

li { 
line-height: 20px
}

/* this is the main nav font */

a.mainnav:link {
color: #006699;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}
a.mainnav:hover {
color: #000000;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}
a.mainnav:visited {
color: #006699;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}
a.mainnav:active {
color: #006699;
font-size: 14px;
text-decoration: none;
font-weight: bold;
}

/* this is the standard link font */

a:link { 
color: #660066; 
text-decoration: underline;
} 
a:visited { 
color: #660066; 
text-decoration: underline;
} 
a:hover {
color: #FF0000; 
text-decoration: underline;
} 
a:active {
color: #660066;
text-decoration: underline;
} 

/* this is the category header font */

.headerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	text-decoration: none;
	color: #CC6600;
	font-weight: normal;
}

/* these below are for the marketing subnav */

a.submenu:link { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
text-decoration: none; color: #FF3300;
}
a.submenu:visited  { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
text-decoration: none; color: #FF3300;
}
a.submenu:hover  { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
text-decoration: none; 
color: #FF0000;
}
a.submenu:active  { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px;
text-decoration: none; color: #FF3300;
}

/* these should be the other active fonts */

.bodyfont {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}

.smallfont {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;  
}

.linkfont { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: 18px
}

.numberfont {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px; 
color: #666666; 
}
/* the breadcrumb */
.titlefont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* this is for the odd places where I fogot to put an image as the tan line */

.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC6600;
}

.errorfont { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; ; color: #FF0000}
