/****** General Styles ******/
body {
	font-family:Arial, sans-serif;
	margin:10px;
	background:#e3f1f8;
}

table {
	width:90%;
	padding:0;
	margin:0;
	border-collapse: collapse;


}
td{
}

a:link, a:visited {
	color: #005fa9;
	text-decoration: none;
}
a:hover { text-decoration: underline; }
div{
	white-space:normal;
}
img {
	vertical-align: middle;
	border: 0px none;
	margin:5px;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-size: 12px; 
}
input {
	padding: 1px 3px;
	border: 1px solid #CCC;
	color: #777; 
	background-color: #F6F6F6;
	font-weight:bold;
}
input.button {
	height: 20px;
	border: 1px solid #076AA6;
	border-left: 4px solid #076AA6;
	color: #076AA6; 
	background-color: #F6F6F6;
}
textarea { 
	border: 1px solid #CCC;
	background-color: #F6F6F6;
	color: #777;
	height:60px;
	width:75%;
}
select {  
	color: #076AA6; 
	background-color: #F6F6F6;
	border: 1px solid #076AA6;
}
#des{
	height:14px;
	font-weight:bold;
	text-align:left;
	border-left:4px solid #CCC;
	padding:10px;
}
#mainform{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	padding:10px;
	margin-top:20px;
}
.message{
	padding:5px 0;
	background-color:#FAD163;
	width:auto;
	font-weight:bold;
	width:90%;
	margin:0 0 20px 0;
}
.maintable tr td{
	border: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
.maintable2 tr td{
	border: 1px solid #C1DAD7;
	background: #FAFAD2;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
#title{
	font-weight:bold;
	padding:10px;
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none
}
.imagetable{
	width:100%;
}
.footer {
	text-align:center;
	height:15px;
	padding:5px;
	background: url(images/footer.gif) repeat-x #282828;
	color:#FFFFFF;
	font-size:12px;
}
.page_cell {
	width:850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	background: url(images/banner.jpg) no-repeat #282828;
	height: 140px;
	width: 850px;
}
.fade {
	background: url(images/fade.jpg) repeat-x;
	height:10px;
	font-size:0px;
}
.page_body {
	background:#FFFFFF;
	padding:10px;
	color:#000000;
	font-size:80%;
	border-left:dotted 1px #000000;
	border-right:dotted 1px #000000;
}
.cell_divider {
	padding: 10px 0 0;
	margin: 0;
	border-bottom:1px solid #ccd2d2;
}
.links {
	float: right;
	margin: -230px 120px 0 0;
}
.fade_rev {
	background: url(images/fade_rev.jpg) repeat-x;
	height:10px;
	font-size:0px;
}
.footer {
	text-align:center;
	height:15px;
	padding:5px;
	background: url(images/footer.gif) repeat-x #282828;
	color:#FFFFFF;
	font-size:12px;
}
.footer a:link, .footer a:visited, .footer a:hover { color:#FFFFFF; }
.footer img {vertical-align:middle; }
.warning_title {
	font-size:16px;
	color:#F00;
}