
/************************************************************
*	This is the default page scheme							*
*	The critical element is the background color of:		*
*		-The title											*
*		-Section Heading									*
*		-Grid Header										*
*		-Grid Footer										*
*	The default color of these elements is #990000			*
************************************************************/

/************************************************************	
*	Page-Level Defaults										*
************************************************************/

/*	Default sizes, colors to apply across the whole document */
/* Black: 000000 
   White: FFFFFF */

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #006699;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3366CC;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #3399CC;
	text-decoration: underline;
	background-color: #FFFFCC;
}


.boldbodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.H4 {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin: 2px;
}
.navlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
}
#structure_table {
	background-color: #9CF;
	border: thin solid #69F;
}