@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #1f2c1f;
	background-image: url(ima/bg-bottom.png);
	background-repeat: repeat-y;
	background-position: center;
}

.mainText2 {
	width: 500px;
	font-size: 11px;
	text-align: left;
}

.input {
	border: 1px solid #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.mainSection {
	/*padding-top: 20px;*/
}

hr {
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 1px;
}

.mainHeader {
	font-size: 14px;
	font-weight: bold;
	color: #323242;
	margin-top: 20px;
}

.mainText {
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}

.mainSubtitle {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #323242;
	line-height: 133%;
}

.headerText {
	font-size: 22px;
	font-weight: bold;
	color: #343;
}

#dark {

}

#dark a:link, #dark a:visited {
	color: #ddd;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

#dark a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}

.darkHeader {
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #DDD;
}

.darkSubtitle {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #AAA;
}

.darkText {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	margin-top: 20px;
	line-height: 130%;
}

.headerHr {
	color: #AAAAAA;
}

#headerMenu {
	text-align: center;
	padding: 10px;
	font-size: 10pt;
	color: #777;
}

#headerMenu a:link, #headerMenu a:visited {
	color: #777;
	text-decoration: none;
}

#headerMenu a:hover {
	color: #999;
	text-decoration: underline;
}

.orange {
	color: #963;
}

.footerCell {
	width: 25%;
	vertical-align: top;
	text-align: left;
}

.footerHeader {
	font-size: 13px;
	font-weight: bold;
	color: #4ec;
	margin-bottom: 5px;
}

.footerText {
	font-size: 11px;
	font-weight: normal;
	color: #a1c0ab;
	line-height: 150%;
}

.footerText a:link, .footerText a:visited  {
	color: #a1c0ab;
	line-height: 150%;
	text-decoration: none;
	display: block;
}

.footerText a:hover {
	color: #b1d0bb;
	line-height: 150%;
	text-decoration: underline;
	display: block;
}

.mainPlaceHolderDark {
	width: 700px;
	color: #CCCCCC;	
	text-align: left;
}

.mainPlaceHolderBright {
	width: 700px;
	color: black;	
	text-align: left;
	min-height: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#mainSection {
	min-height: 300px;
}

#mainSection a:link, #mainSection a:visited {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted gray;
}

#mainSection a:hover {
	color: green;
	text-decoration: none;
	border-bottom: 1px solid green;
}

.topSection {
	background-image: url(ima/bg-top.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #dddcdc;
}

.topSectionShadow {
	background-image: url(ima/bg-top-shadow.png);
	background-repeat: repeat-x;
	height: 20px;
}

#middleSection {
	background-image: url(ima/bg-middle.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #2c2c2c;
}

#middleSectionShadow {
	background-image: url(ima/bg-middle-shadow.png);
	background-repeat: repeat-x;
	height: 20px;
}

#bottomSection {
	background-image: url(ima/bg-bottom.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #1f2c1f;
}
