body {
	background-color:  FFFFFF;
	color: #000000;
	font-family: Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: normal;
}
a:link, a:visited, a:active {
	color: #144E56;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	color: #d9c902;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#header {
	display: none;
}
#container {
	margin: 0;
	padding: 0;
}
#left {
	display: none;
}
#right {
	width: 100%;
}
#content {
	vertical-align: top;
	text-align: justify;
}
#footer {
	display: none;
}