body {
	background-color: #3E3828;
	margin: 0px 0px 0px 0px;
}

td {
	font: normal 11px Tahoma, Arial;
	color: #4c4c4c;
}

h1, h2, h3, h4, h5 {

    color: #460a04;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 11px Tahoma, Arial;
color: #414141;
}

a:hover {

font: normal 11px Tahoma, Arial;
color: #00527d;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
color: #ffffff;

}

.news_more{
color: #ffffff;
font-weight: bold; 
}


.blye-text-underline {
color: #348cbc;
text-decoration: underline;
}

.blye-text-regular {
color: #348cbc;
}

.yellow-text-regular {
color: #db9a00;
}

.yellow-text-underline {
color: #db9a00;
text-decoration: underline;
}

.orange-text-regular {
color: #ca6011;
}

.orange-text-underline {
color: #ca6011;
text-decoration: underline;
}

.red-text-regular {
color: #920f0d;
}

.red-text-underline {
color: #920f0d;
text-decoration: underline;
}


.gray-text{
color: #4c4c4c;
}

.green-text{
color: #76950b;
}

.formTable{
	
}

.formTable tr{
	
}

.formTable tr td{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	
}
.formLabel{
	font-weight: bold;
	}
	
	
	
	
	@charset "utf-8";
/* Style for invalid input */
.invalidInput{
	border:1px dotted #F00;
	background-color: #FFECE6;
}

/* Style for valid input */
.validInput{
	border: 1px dotted #FF0000;
}
	
.topLogoDIV{
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 503px; 
	height: 216px; 
	background-image:url('../images/index_06.jpg'); 
	background-position: left; 
	background-repeat: no-repeat; 
	overflow: hidden; 
}

.topLogo2DIV{
	position: absolute; 
	top: 238px; 
	left: 503px; 
	width: 277px; 
	height: 20px; 
	background-color: #FFFFFF;
}

.topMenuItem{
	display: block; 
	width: 156px; 
	height: 100%; 
	position: relative; 
	overflow: hidden; 
	background-image: url('../images/top_menu_item.jpg'); 
	cursor: pointer;
}

.topMenuCaptionDiv{
	position:absolute; 
	top:30px; 
	left:0px; 
	width:156px; 
	z-index:2; 
	text-align:center; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	font-size: 14px;
}
	
.topMenuCaptionDiv a{
	color: #FFFFFF; 
	font-size: 14px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.topMenuCaptionRed{
	position:absolute; 
	top:0px; 
	left:30px; 
	width:96px; 
	height:0px; 
	z-index:1; 
	background-color:#C03516;
}