body {
	background: white;
	margin: 0px;
	padding: 0px;
}


/* ========================================= */
/*                 RegText					 */
/* ========================================= */
#FirstText{
	font: 13px Verdana, Tahoma, Arial;
	/*font: 13px Sans-Serif, Tahoma, Arial;*/
	color: #103163;
	font-weight: normal;
}

#FirstText a{
	color: #103163;
}

#FirstText a:hover{
	color: #103163;
	background: #e2e5f5;
}

#RegText{
	font: 12px Verdana, Tahoma, Arial;
	/*font: 13px Sans-Serif, Tahoma, Arial;*/
	color: #103163;
}

#RegText a{
	color: #103163;
}

#RegText a:hover{
	color: #103163;
	background: #e2e5f5;
}

#RegTextBold{
	font: 12px Verdana, Tahoma, Arial;
	/*font: 13px Sans-Serif, Tahoma, Arial;*/
	color: #103163;
	font-weight: bold;
}

#TitleText{
	font: 20px Trebuchet MS, Verdana, Tahoma, Arial;
	color: #103163;
	font-weight: normal;
}

/* ========================================= */
/*                 BlueText					 */
/* ========================================= */

#BlueText{
	font: 14px Trebuchet MS, Verdana, Tahoma, Arial;
	color: #103163;
	font-weight: bold;
}

#BlueText a{
	color: #103163;
	font-weight: normal;
	text-decoration: underline;
}

#BlueText a:hover{
	color: #103163;
	background: #e2e5f5;
}

#BigBlueText{
	font: 16px Trebuchet MS, Verdana, Tahoma, Arial;
	color: #103163;
	font-weight: bold;
}


/* ========================================= */
/*              SectionLink					 */
/* ========================================= */

#SectionLink-Curr {
	font: 11px Verdana, Tahoma, Arial;
	background: #103163;
	color: white;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	font-weight: bold;
}

#SectionLink {
	font: 11px Verdana, Tahoma, Arial;
	background: #103163;
	color: white;
	text-align: center;
	vertical-align: middle;
	cursor: default;
}

#SectionLink a {
	color: white;
	text-decoration: none;
}

#SectionLink a:hover {
	text-decoration: underline;
}

/* ========================================= */
/*              SubSectionLink				 */
/* ========================================= */

#SubSectionLink {
	font: 11px Verdana, Tahoma, Arial;
	background: white;
	color: #103163;
	text-align: center;
	vertical-align: middle;
	cursor: default;
	font-weight: bold;
}

#SubSectionLink a {
	color: #103163;
	text-decoration: none;
	font-weight: normal;
}

#SubSectionLink a:hover {
	text-decoration: underline;
}

/* ========================================= */
/*             Quicklinks Box				 */
/* ========================================= */

#QLBoxTitle{
	font:  bold 14px Trebuchet MS, Verdana, Tahoma, Arial;
	color: #103163;
	background: #e2e5f5;
}

#QLBox {
	font: 10px Verdana, Tahoma, Arial;
	color: #103163;
}

#QLBox a {
	color: #103163;
	text-decoration: none;
}

#QLBox a:hover {
	color: #707CB9;
	text-decoration: none;
}

/* ========================================= */
/*					Misc					 */
/* ========================================= */

.HorizLine {
	background: url("images/horiz-line.gif");
	font: 7px Verdana;
	height: 10px;
}

.inputBox {
	border: 1px solid #103163;;
	color: #103163;
	background: #efefef;
	width: 80px;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
}

.textArea {
	border: 1px solid #103163;;
	color: #103163;
	background: #efefef;
	font: 11px Verdana,Tahoma,Arial,Helvetica;
	scrollbar-base-color: #e2e5f5;
}


