BODY {
	color: black;
	background: white;
	font-family: Arial, helvetica, sans-serif;
}

/* A:link { color: #00007f; } */
/* A:active { color: blue; } */
/* A:visited { color: #00007f; } */

/* make table elements have proper fonts */
TH, TD, CAPTION { font-family: Arial, helvetica, sans-serif; }

DL, OL, UL { font-family: Arial, helvetica, sans-serif; }

H1, H2, H3, H4 { font-family: Arial, helvetica, sans-serif; }

P, BLOCKQUOTE, DIV, FORM { font-family: Arial, helvetica, sans-serif; }
ADDRESS { font-family: Arial, helvetica, sans-serif; }
PRE { font-family: Courier New, Courier; }
KBD { font-family: Courier; }

/* CLASS for trailer text */
.trailer { font-size: x-small; font-family: Arial, helvetica, sans-serif; }

/* CLASS for "hints" text */
.hints { font-size: smaller; font-family: Arial, helvetica, sans-serif;
	background: #ffffcc; }

/* CLASS for "hint header" text */
.hintheader { font-size: small; font-weight: bold;
	font-family: Arial, helvetica, sans-serif;
	background: #ffff99; }

/* CLASS for home page left side text */
.hpsmall { font-size: smaller; font-family: Arial, helvetica, sans-serif; }
.hpsmallblue { font-size: smaller; font-family: Arial, helvetica, sans-serif;
	color: #336699; text-decoration: none}

A.hpsmalllink:visited, A.hpsmalllink:link, A.hpsmalllink:active {
	font-family: Arial, helvetica, sans-serif;
	color: #336699; text-decoration: none }

/* CLASS for login feature on home page */
.loginsmallblue {font-size: smaller; font-family: Arial, helvetica, sans-serif; color: #336699; }
A.loginsmalllink:visited, A.loginsmalllink:link, A.loginsmalllink:active {
	font-family: Arial, helvetica, sans-serif; font-size: xx-small;
	color: #336699; text-decoration: underline }

/* CLASS for home page "headers" */
.hpbanner { font-family: Arial, helvetica, sans-serif; color: #003399;
	font-weight: bold; font-size: large}
.hpbanner2 { font-family: Arial, helvetica, sans-serif; color: #ffb700;
	font-weight: bold; font-size: x-large}
.hptitle { font-family: Arial, helvetica, sans-serif; color: #003399;
	font-weight: bold; }
.hptitlesm { font-family: Arial, helvetica, sans-serif; color: #003399;
	font-weight: bold; font-size: smaller; }

/* for titles within tables */
.tbltitle { font-family: Arial, helvetica, sans-serif;
	background: #EEEEEE; font-weight: bold;}

/* CLASS for vert/horizontal seperators */
.vertsep { background: #6699cc; }
.horizsep { background: #ffb700; }

/* CLASSes for features page */
.feven { font-size: smaller; font-family: Arial, helvetica, sans-serif;
	background: #FFFFFF; text-align: center;}
.fodd { font-size: smaller; font-family: Arial, helvetica, sans-serif;
	background: #EEEEEE; text-align: center;}
.fsmall { font-size: smaller; font-family: Arial, helvetica, sans-serif; }
A.flink:visited, A.flink:link, A.flink:active {
        font-family: Arial, helvetica, sans-serif;
	color: #3333ff;	text-decoration: none }
A.flinksmall:visited, A.flinksmall:link, A.flinksmall:active {
        font-size: smaller; font-family: Arial, helvetica, sans-serif;
	color: #3333ff;	text-decoration: none }
.fheading { font-weight: bold; }

/* CLASSes for quick tour pages */
BODY.qbody { margin-left: 0;
             margin-right: 0;
             margin-top: 0;
             margin-bottom: 0; }

.qtext { font-family: Arial, helvetica, sans-serif;
         font-weight: bold;
         color: #ff9966; }

A.qlink:visited, A.qlink:link, A.qlink:active {
	font-family: Arial, helvetica, sans-serif;
	color: #003399;
        text-decoration: none; }


