body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body
{
	background-color: #EEEEEE;
	background-image: url(images/backgr.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link 
{
	color: #0066CC;
	text-decoration: underline;
}
a:visited 
{
	text-decoration: underline;
	color: #0066CC;
}
a:hover 
{
	text-decoration: underline;
	color: #66CC33;
}
a:active 
{
	text-decoration: underline;
}
a.nav:link, a.nav:visited 
{
	color: #0066CC;
	display: block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 15px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-position: 10px;
}
a.nav:hover, a.nav:visited:hover, a.nav:active 
{
	color: #FFFFFF;
	background-image: url(images/button_o.gif);
	padding-top: 10px;
	background-color: #9ac3eb;
}
a.nav2:link, a.nav2:visited 
{
	color: #CCF6C0;
	text-decoration: none;
	font-weight: bold;
}
a.nav2:hover, a.nav2:visited:hover, a.nav2:active 
{
	color: #FFFFFF;
	text-decoration: underline;
}
h1 
{
	font-size: 22px;
	color: #66CC33;
}
h2 
{
	font-size: 16px;
	color: #66CC33;
}
h3 
{
	font-size: 14px;
	color: #0066CC;
}
h5 
{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#nav 
{
	background-color: #d9e4ef;
	background-image: url(images/backgr_nav.jpg);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding: 0px;
	width: 200px;
}
#content 
{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding: 25px;
}