body,td,input,select,textarea {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Tahoma;
	font-size: 12px;
/*	background-color: #231F20; */
	background-color: #FFFFFF;
	height:100%;
}
form {
	margin: 0px;
}
a {
	color: #999999;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.centre {
	text-align: center;
}
div.centre {
	height:100%;
	width:700px;
	margin-left:auto;/* centre for compliant browsers */
	margin-right:auto;/* centre for compliant browsers */
	position:relative;/* gain stacking context for absolutely placed element */
	margin-top: 2%;
/*	border: 2px coral solid #9F9E9E; */
	border: 0px coral solid #9F9E9E;
	padding: 10px;
}
.mainborder {
	color: #65A5E6;
	border: thick;
	border-bottom-color: #000000;
	border-right:medium;
}
.heading {
	font-size: 20px;
	text-align: center;	
	font-weight: normal;
	padding-bottom: 0px;
}
.headingcaption {
	font-size: 15px;
	text-align: center;	
	font-weight: bold;
	color: #D8D9DA;
	line-height: 20px;
	padding-bottom: 20px;
}
.caption {
	font-size: 20px;
	text-align: center;	
	font-weight: bold;
	color: #D8D9DA;
	line-height: 20px;
	padding-bottom: 20px;
}
.normal {
	font-size: 16px;
	text-align: left;	
	font-weight: normal;
	color: #D8D9DA;
	line-height: 16px;
	padding-bottom: 16px;
}
.contact {
	font-size: 16px;
	text-align: center;	
	font-weight: normal;
	color: #D8D9DA;
	line-height: 16px;
	padding-bottom: 20px;
}
.footer {
	font-size: 9px;
	text-align: center;	
	font-weight: normal;
	color: #000000;
	line-height: 10px;
	padding-bottom: 20px;
}
.footerClr {
	font-weight: bold;
	color: #CC0000;
}
.textBoxStyle
{
	border-width:1px;
	height:20px;
	background-color:#636363;
	border-style:solid;
	/* border-color:#CF3300; */
	border-color:#D91920;
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	color:#FAF9F7;
}	
.requiredSymbol
{
	font-family:Arial,Verdana,Trebuchet MS, Tahoma,;
	font-size:11px;			
	color:#CC0000;		
}
.buttonStyle
{
	border-width:1px;
	height:20px;
	background-color:#636363;
	border-style:solid;
	border-color:#CF0000;
	font-family:Verdana,Tahoma,Arial;
	font-size:11px;
	color:#FAF9F7;
}