body 
{ 
	background-color: #cccccc;
	background-image: none;
	margin-left: 3em;
	margin-right: 3em;
	font-family: verdana,arial,hevetica,sans-serif; 
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd 
{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0.3em;
	border: 0;
}

table {
	margin-top: 0;
	margin-bottom: 0;
	}
	
:link   
{ 
	color:#000;
}

:visited
{ 
	color:#000;
}

h1    { font-size: 2em;}
h2    {font-size:1.75em;}
h3, h4, caption    
{  
	font-weight:bold;
}

h3
{
	font-size: 1.25em;
}

h4, p, caption    
{ 
	font-size: 1em;
}

hr
{
	width:40%;
	text-align:center;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

img 
{  
	margin-left: 1em;
	margin-right:1em;
	margin-bottom:.5em;
	margin-top:.5em;
	padding-left: 1em;
	padding-right:1em;
	padding-bottom:.5em;
	padding-top:.4em;
	
}

.header
{
	text-align: center;
}

.content
{
	text-align: justify;
	margin-left: 5em;
	margin-right: 5em;
}

.footer
{
	text-align: center;
}

.inner
{
	background-color: #C0C0CC;
	margin: 1em;
	padding: 1em;
}

/* Hides from IE5-mac \*/
* html .inner {height: 1%;}
/* End hide from IE5-mac */


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
text-align: center;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
white-space: nowrap;
font-size: .8em;
}

#navlist a:link, #navlist a:visited
{

line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
}

#navlist a:hover { color: #000; }
