﻿body 
{
	margin:0;
    padding:0;
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
}

.defaultextrasmall 
{
	font-family:Arial;
	font-size: 10px;
	font-style: normal;
	color: Black;
}

.defaultsmall 
{
	font-family:Arial;
	font-size: 12px;
	font-style: normal;
	color: Black;
}

.default 
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
}

.defaultnowrap
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
	white-space: nowrap;
}

.defaultunderline
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
	text-decoration: underline;
}

.defaultbold 
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
	font-weight: bold;
}

.defaultboldunderline
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
	font-weight: bold;
	text-decoration: underline;
}

.defaultboldnowrap
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Black;
	font-weight: bold;
	white-space: nowrap;
}

.defaultlarge 
{
	font-family:Arial;
	font-size: 16px;
	font-style: normal;
	color: Black;
}

.defaultlargebold
{
	font-family:Arial;
	font-size: 16px;
	font-style: normal;
	color: Black;
	font-weight: bold;
}

.defaultextralarge 
{
	font-family:Arial;
	font-size: 18px;
	font-style: normal;
	color: Black;
}

.defaultextralargelink
{
	font-family:Arial;
	font-size: 18px;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
}

.defaultxxlarge
{
	font-family:Arial;
	font-size: 20px;
	font-style: normal;
	color: Black;
}

.defaultxxxlarge
{
	font-family:Arial;
	font-size: 22px;
	font-style: normal;
	color: Black;
}

.defaultlink
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
}

.defaultlargelink
{
	font-family:Arial;
	font-size: 16px;
	font-style: normal;
	color: Blue;
	text-decoration: underline;
}

.HeaderText 
{
	font-family: Haettenschweiler, Times New Roman;
	font-size: 24px;
}

.defaultred
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Red;
}

.defaultorange
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Orange;
}

.defaultgreen
{
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: Green;
}

.mainback
{
	background-image: url(pics/backstrip.jpg);
	background-repeat: repeat-x;
	background-color:#C5CED6;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
}

.mainfooter
{
	background-color:#002244;
	font-family:Arial;
	font-size: 12px;
	font-style: normal;
	color: #F1F5F8;
	text-align:center;
}

.maincontent
{
	background-color:white;
	text-align:left;
	width:100%;
}

.mainmenu
{
	background-color:#2866A2;
	font-family:Arial;
	font-size: 14px;
	font-style: normal;
	color: #F1F5F8;
	font-weight: bold;
	text-align:left;
}

.maincenter
{
	text-align:center;
}

.defaultsitemaplink
{
	font-family:Arial;
	font-size: 16px;
	font-style: normal;
	color: Blue;
	text-decoration: none;
}

.IE8Fix
{
	z-index: 100;	
}