body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
}
.credit {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #CCCCCC;
}
.credit:link, .credit:visited {
	color: #CCCCCC;
}
.credit:hover {
	color: #FFFFFF;
	text-decoration:none;
}

A:link,A:visited {
	color: #009999;
}

A:hover {
	color: #009999;
	text-decoration:none;
}

.textimg {
	vertical-align: middle
}
li {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.normaltxt {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
.normalBoldtxt {	
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}
.asterisk {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.formtxt {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}
form {
 padding: 0; 
 margin: 0;
}
input{
	font-size: 10px;
	border:0;
	color: #FFF;
}
input.textfield{
	font-size: 10px;
	border:1px #003366 solid;
	color: #009999;
	width: 215px;
}
input.submit{
	font-size:12px;
	font-weight: bold;
	color: #009999;
	width: 302px;
	height:51px;	
	background-image: url(images/registerBut.gif);
	cursor:pointer;
}
textarea {
	height:90%;
	border:1px #003366 solid;
	color: #009999;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}
select {
	height:90%;
	border:1px #003366 solid;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	width:300px;
}
.tandc {
	float:left;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	padding-left:20px;
	padding-bottom:10px;
}
.tandc a { margin-right:20px; }
.tandc:link, .tandc:visited {
	color: #CCCCCC;
}
.tandc:hover {
	color: #FFFFFF;
	text-decoration:none;
}


.warning {
 color:#F00;
}



.floatR { float:right }
.floatL { float:left }
