body {
	background-color:#AFB0CF;
	padding:0px;
	margin:0px;
}

body, table, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
   text-color: black;
   font-size: 12px;	
}

img {
	border-style:none;
}

.header {
	width:100%; 
	text-align:center; 
	margin-left:auto; 
	margin-right:auto;
	margin-top:30px;
	border-top-color:#5C5E91;
	border-top-width:3px;
	border-top-style:solid;
	border-bottom-color:#5C5E91; 
	border-bottom-width:2px; 
	border-bottom-style:solid;
	background-color:#ffffff;
}

.menu {
	width:100%; 
	text-align:center;
	padding-top:5px; 
	margin-left:auto; 
	margin-right:auto;
	background-color:#ffffff;
	border-bottom-color:#5C5E91; 
	border-bottom-width:3px; 
	border-bottom-style:solid;
}

.main_content {
	text-align:center; 
	background-color:#DADAE9; 
	border-bottom-color:#5C5E91; 
	border-bottom-width:3px; 
	border-bottom-style:solid;
}

.pict_caption {
	font-size: 9px;
	text-decoration:none;
	color:#000000;
}

input.txt {
	border-width:1px;
	border-style:solid;
	border-color:gray;
}

.txtbox {
	border-width:1px;
	border-style:solid;
	border-color:gray;
	background-color:#ffffaa;
	width:400px;
}

.formheader {
	font-size:larger;
	font-weight:bold;
	color:#444; 
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#E5D9FF;
}

.smallText {
	font-size:10px;
}

.footer {
   font-family: Geneva, Arial, Helvetica, san-serif;
   font-size: 10px;
   text-decoration: none;
	color:#999999;
}

.reqd
{
   font-size: 14px;
   font-weight: bold;
   color: red;
}
