@charset "utf-8";
/* CSS Document */
* {
	border:				0;
	margin:				0;
	padding:			0;
}
html, body {
	height:				100%;
	overflow:			hidden;
	width: 				100%;
}
body {
	background-color:	#1e3f7b;
	font-size:			12pt;
}
h1, h2, p {
	color:				#fff;
	margin-left:		30px;
	margin-right:		30px;
}
h1, h2 {
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-style:			italic;
	font-weight:		bold;
}
h1 {
	font-size:			1.7em;
	margin-bottom:		0;
	margin-top:			50px;
}
h2 {
	font-size:			1.2em;
	margin-bottom:		1em;
}
p {
	font-size:			1em;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:		1em;
	text-indent:		5ex;
}
p.copyright {
	font-size:			0.6em;
	padding-bottom:		30px;
	text-indent:		0;
}
a {
	color:				#fff;
	font-family:		Georgia, "Times New Roman", Times, serif;
	font-style:			italic;
	font-weight:		bold;
	text-decoration:	underline;
}
a:hover {
	background-color:	#359;
	color:				#fc0;
}
div#content {
	height:				100%;
	overflow:			auto;
	position:			absolute;
	right:				0px;
	top:				0px;
	width:				50%;
}

