/* CSS Document */
body {
	font-family:Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background-color: #667c91;
}
#htmlcontent  {
	font-family:Arial;	
	font-size: 11px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	background-color: #667c91;
}
a {
	font-family:Arial;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color:#F8E911;
}
hr {
	color:#F8E911;
}
.header {
	font-family:Arial;	
	font-size: 11px;
	color: #FFFFFF;
}
.title {
	font-family:Arial;
	font-size: 15px;
	font-weight: bold;
	color:#F8E911;
}
.subtitle {
	font-family:Arial;
	font-size: 13px;
	font-weight: bold;
	color:#FFFFFF;
}
.legals {
	font-family:Arial;
	font-size: 10px;
	color:#FFFFFF;
}
.text {
	font-family:Arial;
	font-size: 11px;
}