body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
}

h1 {
	margin-top: 0px;
	font-size: 24px;
	color: #2a8000;
}

h2 {
	color: #2a8000;
	font-size: 16px;
}

h3 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

p {
	font-size: 14px;
	color: #000000;
	margin: 8px 0px 0px 0px;
}
thead
{
	font-weight: bold;
	background: #efefef;	
}

td
{
	padding-left: 2px;
	padding-right: 2px;
}

#content
{
	top: 10px;
	left: 200px;
	position: absolute;
	width: 900px;
	
}
a
{
	text-decoration: none;
}


#categories ul
{
	font-family: arial;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#categories li
{
	padding: 3px;
	padding-left: 10px;
	
}

#categories a
{
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

#categories a:hover
{
	text-decoration: underline;
}


#topmenu a
{
	
	font-family: arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #ffffff;
}
