html{ margin:0px; }
body{
	background:#338CAD url(images/background.png) repeat-x;
	margin:0px;
	font-family:arial;
	padding:0px;
	font-size: 13px;
}
a{
	color:#222222;
	text-decoration: none;	
}
.pftitle a{
	padding-left:8px;
	color:#222222;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
.header{
	background:url(images/headerbg.png) repeat-x;
	width:100%;
	height:50px;
}
.dinput{
	padding:2px;
	color:#222222;
	font-size: 13px;
	background:#FFF url(images/dinput.png) repeat-x;
	border:1px solid #CCCCCC;
}
.submitbtn{
	padding:1px;
	color:#222222;
	font-size: 13px;
	background:#FFF url(images/dinput.png) repeat-x;
}
.topwrapper{
	width:750px;
	margin:0px auto;
}
.logo{
	width:276px;
	height:50px;
	float: left;
}
.logo img{
	border: 0px;
}
.top{
	float: right;
	width:auto;
	padding-top:16px;
	color:#C9EBFF;
	text-align: right;
	font-weight: bold;
	font-size:13px;	
}
.top a{
	color:#E0F5FF;
	text-decoration: none;
}
.top span{
	font-size: 14px;
	color:#306380;
	padding:5px 5px;
}
.fullwrap{
	padding-top:16px;
	overflow:hidden;
	width:750px;
	margin:1em auto;
	clear: both;
}
.wraptop{
	overflow:hidden;
	clear: both;
	width: 750px;
	height:8px;
	background:url(images/wraptop.png) no-repeat;
}
.wrapbg{
	overflow:hidden;
	width:750px;
	background-color:#FFF;
	text-align:left;
	clear: both;
}

.wrapbg p{
	margin-left:1.2em;
	padding-right:0.9em;
	padding-top:0px;
	margin-top:0px;
	font-size: 14px;
}
.wrapbg h2{
	margin: 0px;
	padding-left:0.8em;
	font-size:19px;
	padding-bottom:4px;
	color:#1F7AEB;

}

.bottom{
	width:750px;
	height:11px;
	background:url(images/wrapbottom.png) no-repeat;
}
.menu{
	background:#FFF url(images/menubg.png) no-repeat;
	margin:0 auto;
	width:800px;
	height:30px;
	padding-top:10px;
}
.menu ul {
	display: inline;
	margin: 0px;
	list-style: none;
}
.menu ul li{
	display: inline;
	padding-right:15px;	
}
.menu ul li a{
	color:#222222;
	text-decoration: none;
	
}
.menu ul li a:hover{
	color:#669900;
	text-decoration: none; // underline
}

.styledtable{
	border-collapse:collapse;
	border:2px solid #FFFFFF;
}
.styledtable th{
	background-color:#2975B3;
	color:#FFFFFF;
	padding:3px;
}
.styledtable td{
	padding:2px;
	color:#000;
	background-color:#F0F0F0;
}
.maintable{
	padding:10px;
}
.forminput{
	border:1px solid #DBDBDB;
	background:#FFFFFF;
	padding:2px;
}
.ddinput{
	border:1px solid #DBDBDB;
	background:#FFFFFF;
	padding:1px;
}
.tred{
	border:1px solid #FFD1D1;
	background:#FFF0F0;
	padding:3px;
	color:#000000;
	width:500px;
	margin:0 auto;
	text-align:center;
	font-weight:normal;
}
.tgreen{
	border:1px solid #D6FFB3;
	background:#E8FFD4;
	padding:3px;
	color:#000000;
	width:500px;
	margin:0 auto;
	text-align:center;
	font-weight:normal;	
	margin-top:5px;
	margin-bottom:5px;
}

.footer{
	width:750px;
	margin:1em auto;
	font-size: 11px;
	color:#FFFFFF;
	text-align:center;
	padding-top:15px;
	padding-bottom:13px;
}
.footer a{
	color:#FFFFFF;
	text-decoration: none;
}