/* Headlines in descending sizes.*/

.mainhead  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 23px;

	line-height : 28px;

	font-style : normal;

	font-weight : bold;

	color : #336699;

}



.subhead1  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 18px;

	line-height : 21pt;

	font-style : normal;

	font-weight : bold;

	color : #336699;

}



.subhead2  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 14px;

	line-height : 21pt;

	font-style : normal;

	font-weight : bold;

	color : #336699;

}



.subhead3  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 11px;

	line-height : 14pt;

	font-style : normal;

	font-weight : bold;

	color : #336699;

}



/* "bodytext" is the basic text style
	"bodybold" corrects a bug that causes B tag to be ignored.
	"list" uses a darker color. 
	"sup" is for trademarks, reg marks, copyright marks.
	"underline" forced underlining of links to legalese. 
	 Must be used with SPAN inside of anchor tags to work properly.*/

.bodytext  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 12px;

	line-height : 14px;

	font-style : normal;

	font-weight : normal;

	color : #000000;

}



.bodybold  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 12px;

	line-height : 14px;

	font-style : normal;

	font-weight : bold;

	color : #000000;

}



.list  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 12px;

	line-height : 13px;

	font-style : normal;

	font-weight : normal;

	color : #990000;

}



.sup  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 6px;

	line-height : 6px;

	font-style : normal;

	font-weight : normal;

	color : #000000;

	vertical-align : super;

}



.underline  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 11px;

	line-height : 14px;

	font-style : normal;

	font-weight : bold;

	text-decoration : underline;

	color : #000066;

}



/* "navtext" is used for the navigation text links at the bottom and/or
	top of pages. Text is slightly smaller than "bodytext"
	"navbar" is used for pipe spacers between text links*/

.navtext  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 10px;

	line-height : 13px;

	font-style : normal;

	font-weight : normal;

	color : #000000;

}



.navtitle  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 10px;

	line-height : 13px;

	font-style : normal;

	font-weight : normal;

	color : #FFFFCC;

}



/* Style for legal disclaimers*/

.legal  {

	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-size : 10px;

	line-height : 11px;

	font-style : normal;

	font-weight : normal;

	color : #999999;

}



/* Link styles change only color of text.
	Basic style of text must be applied separately.*/

a:link  {

	color : #336699;

	text-decoration : none;

}



a:hover  {

	color : #4488AA;
	background : #FFFFFF;
	text-decoration : none;

	font-size : small;

	font-weight : bold;

}



a:active  {

	color : #00FF00;

	text-decoration : none;

}



a:visited  {

	color : #224466;

	text-decoration : none;

}



/* Classes of spacers intended to be used with BRs to add extra space.
	Spacer heights are expressed as fractions*/

.sp1em  {

	margin-bottom : 1em;

}



.sp1-2em  {

	margin-bottom : 0.5em;

}



.sp1-4em  {

	margin-bottom : 0.25em;

}



