body {
	background : #ccffcc; 
	color : #003300
}
h1,h2  {
	text-align : center;  
	background : #ccffcc; 
	color : #003300; 
	font-weight : bold; 
	font-size : 20pt; 
}

div.access
{
	text-align:left;
	font-size:8pt;
	color:#003300;
	
}

div.table {
	text-align : center; 
	background : #ccffcc; 
	color : #003300; 
	font-weight : normal; 
	font-size :12pt; 
}
div.table2 {
	padding-left : 50pt;
	padding-right : 50pt;
	text-align : left; 
	background : #ccffcc; 
	color : #003300; 
	font-weight : normal; 
	font-size :12pt; 
}
ul {
	list-style:disc inside;
	font-size:13pt
}
p {
	padding-left : 20pt;   
	padding-right : 5pt;   
	background : #ccffcc;  
	color : #003300;   
	font-weight : normal;
	font-size : 12pt; 
}
	
A:link {
	background : #ccffcc; 
	color : #00a5c6
}
A:visited {
	background : #ccffcc; 
	color : #003300
}
A:hover {
	background : #003300; 
	color : #ffffff
}

#menu {
background : url(menubackground.png); 
padding: 5px;
}

#inner{
width : 1200px;
text-align: center;
margin-left: auto; 
margin-right: auto;
}
