/* default body background and text colors */
body
{
	color: #FFFFFF;
	background-color: #003366;
}


/* Default image borders to go with above body */
img.framed
{
	border-color: white;
	border-width: 3pt;
}
.whitebox
{
	border-color: white;
	border-width: 3pt;
}

/* Green text - for dates */
.WH_date
{
	color: #00FF33;
}

/* Class used for page header text */
.WH_header
{
	text-align: center;
	color: white;
	font-size: xx-large;
	font-weight: bold;
}

/* Class used for section header text - left justify */
.WH_section_head_l
{
	text-align: left;
	color: #99FF99;
	font-size: x-large;
	font-weight: bold;
}
/* Class used for section header text - center justify */
.WH_section_head_c
{
	text-align: center;
	color: white;
	font-size: x-large;
	font-weight: bold;
}
/* Class used for section header text - center justify */
.WH_section_head_cy
{
	text-align: center;
	color: yellow;
	font-size: x-large;
	font-weight: bold;
}
/* Class used for section header text */
.WH_subsection_head
{
	text-align: left;
	color: white;
	font-size: large;
	font-weight: bold;
}

/* yellow text - for forcing text to ne yellow! */
.WH_yellow
{
	color: yellow;
}
/* Default Link colors to go with above body */
a:link
{
	color: #FFFF00;
	font-size: 0.9em;
	font-weight: normal;
	font-family: sans serif;
}

/* hidden links -- color should match body text */
a.undercover:link
{
	color: #FFFFFF;
	text-decoration: none
}

a:visited
{
	color: #FFCC66;
	font-size: 0.9em;
	font-weight: normal;
	font-family: sans serif;
}
/* hidden links -- color should match body text */
a.undercover:visited
{
	text-decoration: none
}


a:hover
{
	color: #66FF66;
	font-size: 0.9em;
	font-weight: normal;
	font-family: sans serif;
}

a.undercover:hover
{
	text-decoration: none
}
