
body	{
		text-align: left;
		font-family: Arial, Helvetica, Sans-Serif;
		}

		/* <span style="font-family: verdana, arial, helvetica; color: #999999; font-size: 13pt;"> */
		
h1	{
	font-family: verdana, Arial, Helvetica, Sans-Serif; /*Courier New, */ 
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 5pt;
	text-align: center;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 5px;
	}

h2	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 3px;
	}

h3	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0pt;
	margin-top: 0px;
	margin-bottom: 10px;
	}

h4	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1pt;
	margin-top: 10px;
	margin-bottom: 0px;
	}


p	{
	font-family: verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	margin-top: 9px;
	margin-bottom: 9px;
/*	letter-spacing: 1pt; */
/*	line-height: 12pt; */
	}

div	{
/*	width: 93%; */ 
	margin-left: 6px;
	margin-right: 0px;
	}

.divlist{
		margin-bottom: 6px;
		}

li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 13pt;
	}


td	{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	}





a:link	{color: #ffffff;}
a:hover	{color: #99ccff;}
a:visited	{color: #ff0000;}


a:link.navlink  {color: #006600;}
a:hover.navlink {color: #ff0000;}


a:link.bestlink	 	{color: #ff0000;}
a:hover.bestlink 	{color: #ffffff;}
a:visited.bestlink	{color: #ffffff;}


span {color: #ffffff;}

.right 	{text-align: right;}

.center {text-align: center;}

.nocenter {text-align: left;}

.bold {font-weight: bold;}

/* .padding {padding: 15px;} */

.padding	{
			margin-left: 30px;
			margin-right: 50px;
			}

.padleft	{
			margin-left: 12px;
			margin-right: 6px;
			}

.nopadding 	{	
			margin-left: 0px;
			margin-right: 0px;
			}

.review	{
		font-family: arial, helvetica; 
		font-size: 8pt;
		margin-left: 0px;
		margin-right: 0px;
		text-align: center;
		}

.tablenav	{
			background-color: #eeeeee; 
			font-family: arial, helvetica; 
			font-size: 8pt;
			}

.tablenavwords	{
				font-family: arial, helvetica; 
				font-size: 8pt;
				font-weight: normal;
				color: #000000;
				}

.tablehead 	{
			background-color: #66ff66;  /*dark blue #333399, darkest blue #000066, deep red #990000 */
			}


.tablebody	{
			background-color: #ffffff;
			font-family: arial, helvetica; 
			font-size: 8pt;
			margin-top: 6px;
			}

.tablebodytop	{
				background-color: #66ff99; /* lighter blue #33ccff */
				font-family: arial, helvetica; 
				font-size: 9pt;
				font-weight: bold;
				}

.tablebodyhead	{
				background-color: #cccccc; /* hot blue #99ffff, hot green #99ff99 */
				font-family: arial, helvetica; 
				font-size: 8pt;
				text-align: left;
				font-weight: bold;
				}



/*
NEW COLORS:
site bg (exterior): safe gray #cccccc

interior bg: light gray #eeeeee


OLD COLORS:
darkest (header bg): #333399 + NOW USING FOR SITE BG
site bg (exterior) blue: #6600ff
middle/hot OLD (left nav) blue: #66ffff or #99ffff
middle/cool NEW (left nav) blue: #99ccff
middle  (tablebodyhead) blue: #99ccff
light (interior) blue: #ccffff
lightest (tablenav1??) off white: #fffffc
ORANGE (tablehead?): #ffff99
*/	