/* CSS Document */

/*---------default------------*/
body {
	background-image:url(header.jpg);
	background-repeat: no-repeat;
	background-position:no-repeat;
	background-color:#ffffff;
	padding-top:426px;
	margin:0px;

}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:justify;
	
}
.footer {
	background-color:#4d536c;
	text-align:center;
	font-size:10px;
	line-height:20px;
	
	
}

/*---------END default------------*/


.frame_border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.left_column {
	background-color:#757575;
}
.center_column {
	background-color:#b8b8b8;
}
.content_column {
	background-color:#FFFFFF;

}


.content_text {
	color:#000000;
	padding-left:10px;
	text-align:justify;
}
.text_orangeline {
	color:#ff790c;
	text-decoration:underline;
	font-weight:bold;
}