body
{
	font-family: Lucida Grande, Arial;
	//color: #FFFF00;
	//background-color: #000000;
}

p
{
	text-align: justify;
}

div
{
}

div.content
{
	font-size: 0.8em;
	
	text-align: left;
	text-indent: 1.2em;
	
	margin: 0.8em 0.8em;
}

div.centered
{
	font-size: 0.8em;
	
	text-align: center;
	text-indent: 0.0em;
	
	margin: 0.8em 0.8em;
}

div.title
{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 77px;
	width: 100%;
	z-index: 0;
	
	text-align: center;
	
	background-image: url(Graphics/TitleBlock.png);
	background-repeat: repeat-x;
}

div.menuButton
{
	position: absolute;
	top: 0pt;
	left: 0pt;
	width: 75pt;
	height: 20pt;
	z-index: 1;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 10pt;
}

h1
{
	font-size: 1.3em;
	font-weight: bold;
	
	text-align: center;
	margin: 1.0em 0.8em 0.8em 0.8em;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	
	text-align: center;
	margin: 1.0em 0.8em 0.4em 0.8em;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	
	text-align: left;
	margin: 1.0em 0.8em 0.4em 0.8em;
}

img
{
	border-style: none;
}

ol
{
	list-style-type: upper-roman;
}

a
{
	font-size: 0.8em;
	margin: 1.6em 0.8em 0.4em 0.8em;
}

a:link
{
}

a:visited
{
}

a:active
{
}

a.menu
{
	text-decoration: none;
}

a.menu:link
{
	color: #FFEE00;
}

a.menu:visited
{
	color: #FFEE00;
}

a.menu:active
{
	color: #666666;
}

