@charset "utf-8";
.FormStyle {
	background-color: #DEEDF8;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}

.BodyText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
.BodyParaText {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	color: #333333;
}
.Footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	text-align: justify;
}
.SubTitles {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	text-align: justify;
	color: #990000;
	font-weight: bold;
}
.Questions {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.YouAreHere {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #2458A7;
}


/*a:link {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial;
	text-decoration: underline;
	color: #333333;
	font-weight: bold;

}
a:visited {
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CC6600;
	font-weight: bold;
}
*/

a:link {
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:active {
	font-style: normal;
	font-weight: normal;
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
