@charset "UTF-8";
/* CSS Document */

/*  Stylesheet  */

body {
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight:300;
	background: #FFFFFF;
	color: #000000;
	margin: 0;
	text-align:center;
	}
a, a:visited{
	color: #339966;
	text-decoration: none;
	}
a:hover{
	color: #339966;
	text-decoration: none;
	}

a.white, a.white:visited{
	color: #FFFFFF;
	text-decoration: none;
	}
a.white:hover{
	color: #FFFFFF;
	text-decoration: none;
	}

#homepage { 
	width: auto; 
	background: #FFFFFF;
	text-align: left; 
	margin-top: 200px;
	text-align:center;
	}

#homepage h1 {
	font: 1.25em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-weight:600;
	color: #000000;
	line-height: 150%;
	margin-bottom: 10px;
	text-align:center;
	}

#homepage h1 a  {
	color: #000000;
	text-decoration: none;
	}

#homepage h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#homepage table {
	text-align:center;
	}

.footer { 
	font: 0.8em "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-top:100px;
	text-align: center;
	}



