/* CSS Document */

/*---------default------------*/
body {
	background-color:#;
	background-image:url();
	background-repeat:no-repeat;
	margin:0px;


}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	
}
.footer {
	background-color:#ffb005;
	
	text-align:center;
	font-size:10px;
	line-height:25px;
	color:#ffffff;
	
}


.frame_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffb005;
	border-left-color:#ffb005;
}
/*---------END default------------*/


.center_box {
	background-color:#898989;
}
.content_text {
	padding:10px;
	background-color:#e7e7e7;
}
.text {
	
	padding:10px;
}
.textbold {
	font-weight:bold;
	color:#431d05;
}
.leftcolumn {
	background-color:#ffc850;
}
.leftcolumn2 {
	background-color:#e7e7e7;
}