html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #0D90C7;
	background-image: url(../images/background/pattern.gif);
	background-repeat: repeat;
	background-position: center top;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 500px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #0099FF;
	text-transform: uppercase;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	color: #666666;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	color: #999999;
	font-style: italic;
}
a {
	text-decoration: none; 
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
	color: #FEEE00;
	top: 2px;
}
hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	clear: both;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 16px;
	table-layout: auto;
}
form {
	margin: 0px;
	padding: 0px;
}
select, input,textarea{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formInput {
	width: 250px;
	height: 20px;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
}
.formField {
	width: 250px;
	height: 152px;
	padding: 2px 2px 2px 5px;
	overflow: hidden;
	font-size: 12px;
}
.formButton {
	width: 65px;
	margin-top: 5px;
	font-size: 12px;
}
#content{
	width: 100%;
	height: 100%;
	background-image: url(../images/background/fade.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.imageborder {
	border: 5px solid #EEEEEE;
	float: left;
	clear: both;
}
.style50 {
	width: 400px;
	margin-left: 50px;
}
.style51 {
	width: 384px;
	margin-left: 50px;
}
.tables {
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

