* {
	font-size: 12px;
	font-family: Trebuchet MS, Tahoma, Verdana, Helvetica;
}
a {
  color: #0030d0;
  cursor: pointer;
}
sup {
  font-size: 70%;
}
.banner {
  border: 1px solid gray;
  padding: 4px;
  background: #ffffe0;
  color: red;
  font-weight: bold;
}
.greenbanner {
  border: 1px solid green;
  padding: 4px;
  background: #e0ffe0;
  color: green;
  font-weight: bold;
}
body {
	margin: 0px;
	padding: 0px;
	background: #f0f0f0;
	background-repeat: repeat-x;
}
p {
	line-height: 1.4;
}
img {
  border: 0px;
}
h1 {
  margin: 0px;
	padding: 8px;
	font-size: 16px;
	/*background: #f0f0f0;
	border-bottom: 1px solid #d0d0df;*/
	color: #404080;
}
h2 {
  font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	color: #606060;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}
h2 a {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
}
h3 {
	font-size: 12px;
	margin-bottom: 2px;
}
.bigheader
{
  border-bottom: 1px solid #a0a0a0;
	margin: 0px;
  padding: 0px;
  font-weight: bold;
	font-size: 16px;
	color: #404080;
}
.smallheader {
	font-weight: bold;
  font-size: 14px;
	color: #606060;
}
.pagehead {
	height: 87px;
	margin: 0px;
	padding: 0px;
	background: url('../img/head01.back.png');
}
.headercaption
{
	position: relative;
	left: 0px;
	top: 2px;
	color: white;
	font-size: 24px;
}
.breadcrumbs {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding-left: 4px;
  background: url('../img/breadcrumbs.png') #f0f0f0;
	position: relative;
	/*left: 186px;
	top: 3px;*/
	color: #606080;
}
.breadcrumbs a {
	text-decoration: none;
	color: #606080;
}
.sidebar
{
  padding-top: 100px;
	background: url('../img/head_left.png') #27619C;
	background-repeat: repeat-x;
}
.sidebar_left
{
  border-right: 1px solid #d0d0d0;
}
.sidebar_right
{
  border-left: 1px solid #d0d0d0;
}
.navlink, .maincat {
	padding: 5px;
	cursor: pointer;
}
.navlink a, .maincat a {
	text-decoration: none;
	color: #6060a0;
}
.navlink_active, .navlink_active a {
	/*background: #e5e5ef;*/
	color: black;
}
.navlink_branch,.navlink_active
{
  background: #17518C;
  border-top: 1px solid #9090e0;
  border-bottom: 1px solid #5090e0;
}
.maincat, .maincat a {
	/*background: url('../img/tabhead2.png') #b0b0c0;*/
	color: white;
	font-weight: bold;
}
.subcat
{
  background: #e0e0e0;
  color: black;
}
.subcat_active
{
  background: #d0d0d0;
  color: black;
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}
.subcat_active a
{
  background: #d0d0d0;
  color: black;
  font-weight: normal;
}
.subcat a
{
  background: #e0e0e0;
  color: black;
  font-weight: normal;
}
.smalltext
{
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  color: #606060;
}
.contentborder
{
  margin-left: 8px; margin-right: 8px;
  margin-top: 8px;
}
a
{
  text-decoration: none;
}
.variants {
  margin-top: 8px;
}
.variants h2 {
  font-size: 12px;
  margin-bottom: 4px;
}
LI {
  list-style: square outside; color:black;
  margin-left: 16px;
}
.hiddenform {
  display: none;
}
.hiddenform iframe {
  border: 0px;
}
