body{
	margin:0px;
	padding:0px
	}
.button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:justify;
	text-decoration:none;
	line-height:20px
	}
.buttonA{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center
	text-decoration:none;
	line-height:15px
	}
.textfont{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-align:justify;
	text-decoration:none;
	line-height:20px
	}
.textfontA{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	text-decoration:none;
	line-height:20px
	}
.textfoutB{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000
	margin-left:10px;
	text-decoration:none
	}
.textfountC{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#990000;
	font-weight:bold;
	text-align:justify
	}
.textjustify{
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000
}
.textjustify1{
	text-align:justify;
	font-size:10px;
	font-family:"Times New Roman", Times, serif
	text-decoration:none;
	color:#000000
}
div.fieldwrapper{ 
overflow: hidden;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px;
padding:0px;
margin-left:10px;
}
div.fieldwrapper label.styled{ /* label elements that should be styled (left column within fieldwrapper DIV) */
float: left;
text-transform: uppercase;
}
div.fieldwrapper div.thefield{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
float: right;
}
div.fieldwrapper div.thefield input[type="text"]{ /* style for INPUT type="text" fields. Has no effect in IE7 or below! */
width: 150px;
}
div.fieldwrapper div.thefield textarea{ /* style for TEXTAREA fields. */
height: 70px;
}
div.buttonsdiv{ /*div that wraps around the submit/reset buttons*/
text-align:center;
padding-top: 11px; /*space above buttonsdiv*/
padding-bottom:20px;
}
div.buttonsdiv input{ /* style for INPUT fields within 'buttonsdiv'. Assumed to be form buttons. */
	width: 80px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	color: #FFFFFF;
}
.error{
	float:right;
	margin-right:10px;
	color:#ff0000;
	font-size:11px;
	height:11px;
	line-height:11px;
}
.styled
{
color:#000000;
Font-size: 12px;
}
.cap
{
color:#DF0000;
font-size:25px;
text-align:center;
font-weight:bold;
}
