body{
	background:#D3E3FC;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
a{color: #0000CC;text-decoration: underline;}
a:hover {color: #7F7F7F;text-decoration: underline;}

h2{
	font-size: 22px;
	color: #3E86C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3{
	font-size: 18px;
	color: #3E86C1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hnav{
  width:100%;
	text-align:center;
	background:#D8D8D8;
	padding:5px 0 5px 0;
	border-bottom:solid 1px #999999;
}
.hnav a{
  padding:0 4px 0 4px;
}
.nav{
	vertical-align:top;
	border-right:1px solid #4D4D4D;
	width:150px;
	font-weight:bold;
	background:#E8E8E8;
	padding:5px;
}
.nav a{
	display: block;
	padding:2px;
	text-decoration:none;
	border:1px solid #E8E8E8;
}
.nav a:hover{
	color:#000099;
	text-decoration:none;
	border:1px solid #003366;
	background:#D6DAF8;
}
.top{
  background:url(../images/cloud.jpg) left no-repeat #ffffff;
	height:150px;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	width:100%;
}
.top div{
	background:url(../images/operator.jpg) right no-repeat;
  width:100%;
	height:150px;
}
.page{
  margin:auto;
	width:700px;
	border:1px solid #ff6666;
}
.table{
	background:#ffffff;
}
.table td{
  vertical-align:top;
}
.content{
  background:#ffffff;
	border:solid 0px #999999;
	padding:10px;
	vertical-align:top;

	
}
table{

}
.aplogo{
  text-align:right;
	background:url(../images/aplogo.gif) no-repeat #ffffff -40px;
	height:49px;
	vertical-align:bottom;
}
