.NormalFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.NormalFontBold {
	font-size: 13px;
	font-weight: bold;
}
.GreenFontBold {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #8fff11;
}

.WhiteFontBold {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.WhiteBoldFont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}

.WhiteNormalFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: justify;
}

h2, h1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	font-weight: bold; 
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	color:#FFFFFF;
}

.TextBox {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
}

.Button {
	background-color: #FFFFFF;
	border: 1px solid #000066;
	font-family: Arial;
	font-size: 12px;
	cursor:pointer;
	color: #333333;
}


.TextBox_back {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#767e91;
	border: 1px solid #767e91;
}

.mandatory {
	font-weight:normal;
	color:#DF3800;
}

.ThankFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: normal;
}

A.NormalLink {
	font-family:Arial;
	font-size:13px;
	color:#8fff11;
	font-weight:normal;
	text-decoration: underline; 
}

A.NormalLink:active {
	font-family:Arial;
	font-size:13px;
	color:#8fff11;
	font-weight:normal;
	text-decoration: underline; 
}

A.NormalLink:visited {
	font-family:Arial;
	font-size:13px;
	color:#8fff11;
	font-weight:normal;
	text-decoration:none;
}

A.NormalLink:hover {
	font-family:Arial;
	font-size:13px;
	color:#FF0000;
	font-weight:normal;
	text-decoration:none;
}
