/* CSS Document */



/**************************/
/* BEGIN site text styles */
/**************************/

.Bold {
	font-weight: bold;

}

.Oblique {
	font-style: oblique;

}

.Underline {
	text-decoration: underline;

}

.Highlight {
	background-color: #FFFF00;
}

.SmallText {
	font-size: 11px;
}

.SmallerText {
	font-size: 10px;
}

.TinyText {
	font-size: 9px;
}

/************************/
/* END site text styles */
/************************/




/*******************************/
/* BEGIN site link text styles */
/*******************************/

a:link {
	color: #234B7E;
	text-decoration: none;
}

a:active {
	color: #234B7E;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #001A6F;
	text-decoration: underline;
}

/*******************************/
/* END site link text styles */
/*******************************/




/**********************************/
/* BEGIN inside pages text styles */
/**********************************/

div#SecondaryContentArea {

}

div#SecondaryContentArea h1 {
	font-size: 14px;
	font-weight: bold;
	color: #00266E;
	text-transform: uppercase;
}

div#SecondaryContentArea h2 {
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;
}

div#SecondaryContentArea h3 {
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
}

div#SecondaryContentArea h4 {
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}

div#SecondaryContentArea h5 {
	font-size: 11px;
	font-weight:bold;
	text-transform: uppercase;
}

div#SecondaryContentArea h6 {
	font-size: 11px;
	font-weight:bold;
}

/********************************/
/* END inside pages text styles */
/********************************/