bodys
{
	background-image: url("/images/header/background.gif");
	background-repeat: repeat-x;
}
.menu
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: ffffff;
	text-decoration: none;
	vertical-align: middle;
}
.menu:hover
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: ffffff;
	text-decoration: underline;
}
.breadcrumbs
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
	color: BDA831;
	text-decoration: none;
}

.breadcrumbs:hover
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
	color: BDA831;
	text-decoration: underline;
}

.copyright
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10px;
	color: 666666;
	text-decoration: none;
}

.copyright_link
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10px;
	color: 666666;
	text-decoration: underline;
}
.copyright_link:hover
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10px;
	color: 444444;
	text-decoration: none;
}

.MainContent
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
	color: 777777;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
}

.MainContentLink_Red
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
	color: 225DAB;
	line-height: 18px;
	text-decoration: underline;
	text-align: justify;
}

.MainContentLink_Red:hover
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 11px;
	color: ff0000;
	line-height: 18px;
	text-decoration: underline;
	text-align: justify;
}

.MainContentHilightPoint
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 10px;
	color: 617085;
	line-height: 13px;
	text-decoration: none;
	text-align: left;
}

.MainContentH1
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: 9D8A21;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}

.MainContentH1_Red
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: 2586D5;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}

.MainContentH2
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 15px;
	color: 555555;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}

.KeyPointsTitle
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: ffffff;
}

.KeyPointsContent
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9px;
	color: 777777;
	line-height: 16px;
	text-decoration: none;
}

.KeyPointsContentH1
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 10px;
	color: 555555;
	line-height: 13px;
	text-decoration: none;
}

.KeyPointsContentH1_Red
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 10px;
	color: BE4444;
	line-height: 13px;
	text-decoration: none;
}

.KeyPointsContentH1_Blue
{
	font-family: verdana,arial;
	font-weight: bold;
	font-size: 11px;
	color: 617085;
	line-height: 13px;
	text-decoration: none;
}


body {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 0px;
}

#menuBar {

	display: block;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 99%;
	height: 33px;
	overflow: hidden;
	vertical-align: middle;
	}

.menuHeader {

	cursor: pointer;
	padding: 10px;
	margin: 0px;
	height: 33px;
	padding-left: 4px;
	padding-right: 8px;
	display: inline;
	position: relative;
	vertical-align: middle;

	}
.menuHeader:hover {

	cursor: pointer;
	padding: 10px;
	margin: 0px;
	height: 33px;
	padding-left: 5px;
	padding-right: 15px;
	display: inline;
	position: relative;
	vertical-align: middle;
	background-color: #3F536E;

	}

a.menuLink {
	display: block;
	padding: 3px 10px;

	}

a.menuLink:link {
	color: #ffffff;
	text-decoration: none
	}

a.menuLink:visited {
	color: #ffffff;
	text-decoration: none
	}

a.menuLink:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none
	}

a.menuLink:active {
	color: #2E3F55;
	text-decoration: none;
	background-color: #cc0000;
	}

.menuDrop {
	color: #2E3F55;
	font-size: 10px;
	font-family: verdana,arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #3F536E;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 200px;
	left: 0px;
	width: 160px;;
	height: auto;
	border-color: #3F536E;
	border-width: 1px 1px 1px;
	border-style: solid;
	}

.menuDropEmpty {
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 200px;
	left: 0px;
	width: 160px;;
	height: auto;
	}



.HomeLink {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}
.HomeLink:hover {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	}


.ThreeStep_Content {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
	line-height: 15px;
	}

.ThreeStep_Header {
	font-family: verdana,arial;
	font-size: 10px;
	font-weight: bold;
	color: #BDA831;
	text-decoration: none;
	line-height: 15px;
	}
.IntroText
{
	font-family: verdana,arial;
	font-size: 11px;
	line-height: 18px;
	color: #555555;
}

.TopQuote
{
	font-family: verdana,arial;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

.KeyPointsBoxC1
{
	background-color: #CCBA5B;
}

.KeyPointsBoxC2
{
	background-color: #BCA731;
}
.PhotoCaption
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10px;
	color: 444444;
	text-decoration: none;
}

.SmallPhotoCaption
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 9px;
	color: 777777;
	text-decoration: none;
}
.textbox
{
	border: #aaaaaa 1px solid;
	background-color: #fefefe;
	font-family: verdana;
	color: #2586D5;
	font-size: 11px;
}