
/* Body Info */
.body {
	background-image: url(images/backGround_2.png);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
}

/* Text */

.HeaderText {
	font-family: Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #010173;
	font-weight: bold;
}
.SmallTextDarkBlue {
	font-family: Verdana;
	font-size: 9px;
	color: #101683;
}
.MedTextDarkBlue {
	font-family: Verdana;
	font-size: 11px;
	color: #101683;
}
.MedTextDarkBlueJust {
	font-family: Verdana;
	font-size: 11px;
	color: #101683;
	text-align: justify;
}
.MedTextWhite {

	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.SmallTextWhite {

	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
}

/* Body Links - Dark Blue Text */

a.BodyLink:link {
	font-family: Verdana;
	font-size: 11px;
	color: #101683;
	text-decoration: underline;
}
a.BodyLink:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #101683;
	text-decoration: underline;
}
a.BodyLink:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

/* Body Links - White Text */

a.WhiteBGLink:link {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a.WhiteBGLink:visited {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a.WhiteBGLink:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
}

/* Body Links - Small White Text - Footer */

a.SmallFooterWhiteLink:link {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
a.SmallFooterWhiteLink:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #ffffff;
	text-decoration: underline;
}
a.SmallFooterWhiteLink:hover {
	font-family: Verdana;
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
