/* CSS Document */

body {
	background-color: #9A9A80;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
#divCopyright {
	font-size: 10px;
	text-align: center;
	margin: 1em;
	color: #FFCC99;
}
table, th, td {
	border-collapse: collapse;
}
table {
	border: 1px solid #000000;
}

#navbar 
	{
	color: white;
	font-size: 9px;
	line-height: 16px;
	background-color: #666666;
	text-align: center;
	letter-spacing: 4px;
	margin-bottom: 0px;
	height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#logo 
	{
	margin: 0 0 0 0;
	height: 100px;
	background-color: #333300;
	text-align: center;
	}

a 
	{
	color: white;
	text-decoration: none
	}

a:hover 
	{
	color: #fc0;
	text-decoration: none
	}

p {
	line-height: 1.9em;
	margin-bottom: 12px;
	padding-right: 100px;
	padding-left: 100px;
	text-align: left;
}
h2 {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #9A9A80;
	padding-left: 7px;
	margin-left: 100px;
	padding-top: 10px;
	font-size: 12px;
}
