@CHARSET "UTF-8";

body
{
	margin: 0px;
	border: 0px;
	background-color: rgb(243,243,243);
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: rgb(73,73,73);
}

a, a:visited, a:active
{
	text-decoration: none;
	color: rgb(55,55,128);
}

a:hover
{
	text-decoration: underline;
}

div#header
{
	width: 790px;
	height: 269px;
	background-image: url(/images/header.png);
	margin-left: auto;
	margin-right: auto;
}

div#menu
{
	width: 790px;
	height: 79px;
	background-image: url(/images/reflect.png);
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
}

div#menutext
{
	padding: 8px;
}

div#body
{
	width: 790px;
	margin-left: auto;
	margin-right: auto;
}

div#download
{
	float: right;
	margin: 24px;
	margin-right: 16px;
	margin-bottom: 16px;
	border: none;
}

div#download img
{
	border:none;
}

h2
{
	font-size: 14pt;
	font-weight: 500;
}

hr
{
	height: 1px;
}

div#footer
{
	font-size: 8pt;
	text-align: center;
	margin-top: 60px;
}

