﻿body
{
	margin: 0px;
	padding: 0px;
	background-image: url(images/spacer.png);
	font-family: Tahoma;
	font-size: 8pt;
}
.logo
{
	margin-top: 10px;
}
.logoimage
{
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 65px;
	margin-right: 90px;
}
.logotext
{
	margin-right: 20px;
	text-align: right;
}
.main
{
	margin: 0 auto;
	width: 650px;
}
.maintop
{
	background-image: url(images/maintop.png);
	background-repeat: no-repeat;
	height: 27px;
}
.maincon
{
	background-image: url(images/maincon.png);
	background-repeat: repeat-y;
	min-height: 300px;
	padding:0px 10px 0px 10px;
}
.mainbot
{
	background-image: url(images/mainbot.png);
	background-repeat: no-repeat;
	height: 28px;
}
br.clear
{
	clear: both;
}
.col2r_m
{
	position: relative;
	margin-right: 187px;
}
.col2r_m_in
{
	position: relative;
	float: left;
	width: 100%;
	margin-right: -187px;
	padding-right: 0px;
}
.col2r_r
{
	float: right;
}
.col2r_r_in
{
	width: 187px;
	float: left;
	padding: 0px;
}
.menu
{
	margin: 0;
	padding: 0;
}
.menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
.menu li
{
	height:33px;
	padding-right:30px;
	text-align:right;
}
.menu li:hover
{
	background-image:url(images/menuhov.png);
	background-position: left;
	background-repeat:no-repeat;
}
.menu li.active
{
	background-image:url(images/menusel.png);
	background-position: left;
	background-repeat:no-repeat;
}
.menu li.active
{
	background-image:url(images/menusel.png);
	background-position: left;
	background-repeat:no-repeat;
}
.menu li a
{
	color:#000000;
	text-decoration:none;
	line-height:33px;
	width:100%;
}
.footer
{
	text-align:center;
	font-size:7pt;
	line-height:10px;
}