@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/backgroundEBEBE0_450px.gif) repeat-y center;
	}

.noMarginPadding {
	margin: 0;
	padding: 0;
	}

ul.noMarginPadding li {
	list-style: none;
	background: url(images/arrow_right_grey.gif) no-repeat 5px left;
	padding-left: 12px;
	}

.subNav {
	height: 20px;
	margin: auto 150px auto 0;
	text-align: right;
	padding: 0;
	}

ul.subNav li {
	font: bold 9px/12px Helvetica, Arial, sans-serif;
	letter-spacing: .2em;
	list-style: none;
	display: inline;
	padding: 0 .7em 0 .3em;
	border-right: 1px solid #666;
	}
	
ul.subNav a {
	text-decoration: none;
	}
	
ul.subNav a.active {
	color: #99CC00;
	}

ul.subNav li.last {
	border-right: none;
	}



/* CLASS STYLES ----------------------- */

.mainText {
	font-family: Verdana, Monaco;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
	padding-bottom: inherit;
}

td.mainText {
	padding-bottom: 10px;
}

.formText {
	font-family: Verdana, Monaco;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

.mainTextDark {
	font-family: Verdana, Monaco;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.mainTextLarge {
	font-family: Verdana, Monaco;
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}


A:link {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #514021;
}

A:visited {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #514021;
}

A:hover {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #99CC00;
}

A:active {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666699;
}

.subTitle {
	font-family: Verdana, Monaco;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #7979AB;
}

.subTitleRed {
	font-family: Verdana, Monaco;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #CC0000;
}

.subTitleGrey {
	font-family: Verdana, Monaco;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.menuText {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #555555;
}

.menuText_dark {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.upperMenu {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
	color: #666666;
	text-decoration: none;
}

.copyright {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.smalltext {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

.menuText_white {
	font-family: Verdana, Monaco;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
}


.highlight {
	background-color: #CCFF33;
}


