.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #030679;
}
.boldtext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #030679;
}
.navtext {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f9b80a;
}
a:link {
	color: #353cb0;
	text-decoration: underline;

}
a:visited {
	color: #353cb0;
	text-decoration: underline;

}
a:hover {
	color: #f9b80a;
	text-decoration: underline;

}
a:active {
	color: #353cb0;
	text-decoration: underline;

}
.navtext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f9b80a;
	text-decoration: none;

}
.navtext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f9b80a;
	text-decoration: none;

}
.navtext:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f9b80a;
	text-decoration: none;

}
.navtext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #7db3ff;
	text-decoration: none;

}
.border {
	border: 1px solid #030679;



}
.rightpadding {
	float: left;
	border: 1px solid #030679;
	margin-right: 7px;


}
.leftpadding {
	float: right;
	border: 1px solid #030679;
	margin-left: 7px;


}

.formstyle	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #030679;
	}
	
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}
