body
{
	font-family: Georgia, Arial;
	font-size: 12pt;
	background-color: #eee;
	margin: 0px;
	padding: 0px;
	color: #333;
}
.main
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 950px;
	background-color: white;
	border: 0px solid black;
	border-top: 10px solid #999;
}
.content
{
	width: 650px;
	float: right;
}
.menu
{
	width: 250px;
	background-color: #f0f0f0;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
H1
{
	margin-top:0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #999;
	font: normal 36pt Arial;
}
h2
{
	font-weight: normal;
	font-size:16pt;
	color:#900;
}
h3
{
	font-weight: bold;
	font-size:13pt;
}

ul li
{
	margin-top: 12px;
	font-size: 12pt;
	list-style-type: square;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}
a
{
	color: #5195CE;
}
.content ul li
{
	font-family: Georgia;
	font-weight: normal;
	color:black;
	font-size: 12pt;
}
.content p, .content ul li, .content h3
{
	font-family: Arial;
	text-align: justify;
}
ul.smaller li
{
	font-size:10pt;
}table tr td {
	font-family: Arial;
}

