body {
	padding: 0;
	margin: 0;
	color: #000;
	background: #fff;
	font-family: verdana, sans-serif;	
    	font-size: small;
}

a:link		{ color:#000000; text-decoration: underline; }
a:visited	{ color:#161616; text-decoration: underline; }
a:active	{ color:#161616; text-decoration: underline; }
a:hover		{ color:#2c2c2c; text-decoration: underline; }

#MENULEFT a:link, #MENURIGHT a:link			{ color:#000000; text-decoration: none; }
#MENULEFT a:visited, #MENURIGHT a:visited	{ color:#161616; text-decoration: none; }
#MENULEFT a:active, #MENURIGHT a:active		{ color:#161616; text-decoration: none; }
#MENULEFT a:hover, #MENURIGHT a:hover		{ color:#FFFFFF; text-decoration: none; background: #000; }

#HEADER {
	position: relative;
	width: auto;
	margin: 0;
	padding-left: 1em;
	color: #000;
	background: #fff;
}

#MENU
{
	width: auto;
	margin-top: 0px;
	margin-bottom: 12px;
	height: 20px;
	border-top: 1px solid #404040;
	border-bottom: 1px solid #404040;
	color: #000;
	background: #fff url("/sitepix/menu.png") repeat-x;
}

#MENULEFT
{
	margin-top: 1px;
	padding-left: 1em;
	float: left;
}

#MENURIGHT
{
	margin-top: 1px;
	padding-right: 1em;
	float: right;
}

#CONTENT
{
	padding-left: 1em;
	padding-right: 1em;
}

#MAINTABLE {
border : none;
border-style : none;
width : 468px;
}

#MAINTD {
width : 234px;
vertical-align : top;
}

#CONTENTFONT {
font: normal 10px verdana, sans-serif;
}

img {
	border: none;
}		

h1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}
	

h2 {
	margin-top: 0.2em;
	margin-bottom: 0em;
}


hr {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h3
{
font: bold 11px verdana, sans-serif;
text-decoration: underline;
margin: 10px 0 0 0;
}
