BODY {
	MARGIN: 6px; BACKGROUND-COLOR: #ffffff
}

/*---------------------------------------------------------------------------*/
/* Feature Classes                                                           */
/*---------------------------------------------------------------------------*/

/* Template - WriteTemplateHeader */
/* Text of the header theme title. */
.HeaderTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #003063; FONT-FAMILY: Verdana, Arial
}
.HeaderTitleLarge {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; COLOR: #003063; FONT-FAMILY: Verdana, Arial
}


/* Template - WriteTemplateHeader */
/* These images create the header background. */
.hd-top {
	background-color: #D4E5F7;
	background-image: url(2nd-level-bg-top.jpg);
}
.hd-btm {
	background-color: #C2DDFB;
	background-image: url(2nd-level-bg-btm.jpg);
}

/* Template - WriteTemplateHeader */
/* Links at the top of the header. */
.headLink {
	font-family: Verdana, Arial;
	font-weight: bold;
	color: #263171;
	font-size: 10px;
}
a.headLink:link {
	color: #0036AC;
	text-decoration: none;
}
a.headLink:visited {
	color: #656DA9;
	text-decoration: none;
}
a.headLink:hover {
	text-decoration: underline;
}