body {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding:0px;
	}
input,select,textarea{
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
img{
	border:0px;
	margin:1px;
	vertical-align: middle;
}
#page {
	margin: 0px auto;
	text-align:left;
	padding: 0px;
	width: 800px;
}

#header {
	padding: 0;
	margin: 0;
	width:800px;
	height: 300px;
	float:left;
	}
.info{
	height:30px;
	width: 770px;
	padding:10px 10px 0 20px;
	border-bottom:1px dashed orange;
	text-align:justify;
	float:left;
}
.info a:link{
	color:#000000;
	text-decoration:none;
}
.info a:visited{
	color:#000000;
	text-decoration:none;
}
.info a:hover{
	color:red;
	text-decoration:underline;
}
.title{
	height:25px;
	width: 770px;
	padding:6px 10px 0 20px;
	text-align:justify;
	background:#f0f0f0;
	border-bottom:1px dashed #000000;
	float:left;
}
.title a:link{
	font-size:90%;
	color:#000000;
	text-decoration:none;
}
.title a:visited{
	font-size:90%;
	color:#000000;
	text-decoration:none;
}
.title a:hover{
	font-size:90%;
	color:#000000;
	text-decoration:underline;
}
.msg {
	float:left;
	width:770px;
	text-align:justify;
	padding:10px 10px 0 20px;
}
.extra{
	width:770px;
	border-bottom:1px dashed #000000;
	font-size:90%;
	text-align:right;
	height:20px;
	padding:3px 10px 0 20px;
	float:left;
}
.extra a:link{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}
.extra a:visited{
	font-size:9pt;
	color:#000000;
	text-decoration:none;
}
.extra a:hover{
	font-size:9pt;
	color:#000000;
	text-decoration:underline;
}
.nav{
	border-bottom:1px dashed #000000;
	text-align:right;
	height:20px;
	width: 770px;
	padding:3px 10px 0 20px;
	float:left;
}
.nav a:link{
	color:#000000;
	text-decoration:none;
}
.nav a:visited{
	color:#000000;
	text-decoration:none;
}
.nav a:hover{
	color:red;
	text-decoration:underline;
}

.field_desc{
	width:130px;
	height:30px;
	padding-right:20px;
	text-align:right;
	color:#999;
	line-height:30px;
	float:left;
}

.field_content{
	width:500px;
	height:30px;
	color:#999;
	line-height:30px;
	float:left;
}

.clear{
	clear:both;
}
