﻿body 
{
	background-color:#ffffff;
	text-align: center;
	min-width:800px;
}

h1
{
	font-family:  'arial', 'sans serif';
	font-size: 90%;
}

h2
{
	font-family:  'arial', 'sans serif';
	font-size: 80%;
}

h3
{
	font-family:  'arial', 'sans serif';
	font-size: 70%;
}

h1.top 
{
	font-family:  'arial', 'sans serif';
	font-size: 120%;	
}

p,li
{
	font-family: 'arial', 'sans serif'; 
	margin-left: 15px;
}

p,li,th,td
{
	font-size: 90%;
}

p.comment
{
	font-family: 'arial', 'sans Serif';
	font-size: 60%;	
}

a:link    {color:#483d8b;}
a:visited {color:#483d8b;}
a:active  {color:#483d00;}
a:hover   {color:#483d00;}

img
{
	border-style:none;
}

#MenuBarDiv
{
	width: 600px;
	text-align: center;	
}

#MenuDiv
{
	width: 550px;
	text-align: left;
}

#PageDiv
{
 background-color: #ffffff;
 margin:0 auto;
 width:800px;
 text-align: left;
}

#TopLeftDiv
{
	font-size: 80%;
	text-align: right;
	width: 100%;	
}

#TopDiv
{
	background-color: #ffffff;
	text-align: left;
	width: 100%;
}

#MainDiv
{
 width: 100%;
}

#ButtomDiv
{
	width: 100%;
	text-align: center;
}

.CenterAlign
{
	text-align: center;		
}

.newlinebr {clear: both;}
