@charset "iso-8859-1";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#real ul{ padding:10px 60px; }
#real ul li{ padding-top:10px; }
#real span{ color:#E9EB94; font-weight:bold; }
#real div.pic{ float:right; margin:0 0 20px 20px; }
#real h2{ color: #E9EB94; font-style:italic; }

.bigger { color: #E9EB94; font-size: 14px; }

.header {
	font-size:12px;
	line-height:15px;
	color:#9BB1CD;
	font-family:tahoma, verdana, arial, courier;
}
.header strong {
	color:#9BB1CD;
}
.header a {
	color:#9BB1CD;
	text-decoration:none;
}
.header a:hover {
	text-decoration:underline;
}
.content {
	font-size:13px;
	line-height:15px;
	color:#D3ECFC;
	font-family:tahoma, verdana, arial, courier;
}
.content strong {
	color:#D3ECFC;
}
.content b {
	color:#ffffff;
}
.content a {
	color:#ffffff;
	text-decoration:underline;
}
.content a:hover {
	text-decoration:none;
}
.content ul {
	margin:0px;
	padding:0px;
}
.content li {
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	line-height:20px;
}
.content li a {
	color:#ffffff;
	text-decoration:underline;
}
.content li a:hover {
	text-decoration:none;
}
.required { color: #E9EB94; }
.links {
	font-size:10px;
	line-height:13px;
	color:#E9EB94;
	font-family:tahoma, verdana, arial, courier;
}
.links strong {
	color:#E9EB94;
}
.links strong a {
	color:#E9EB94;
	text-decoration:none;
}
.links strong a:hover {
	text-decoration:underline;
}
.fl{ float:left; }
.fr{ float:right; }
.footer {
	font-size:12px;
	line-height:15px;
	color:#889CB4;
	font-family:tahoma, verdana, arial, courier;
}
.footer strong {
	color:#889CB4;
}
.footer a {
	color:#889CB4;
	text-decoration:none;
}
.footer a:hover {
	text-decoration:underline;
}
.form {
	border: 1px dashed ##E9EB94;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	vertical-align: top;
}
.form_head {
	background-color: #283C50;
	float: left;
	padding: 5px;
}