/* CSS Document */

/*---------default------------*/
body {
	background-color:#ffffff;
	background-image:url();
	background-repeat:repeat-x;
	margin:0px;

}

body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;
	
}
.footer {
	background-color:#e17218;
	
	text-align:center;
	font-size:10px;
	line-height:25px;
	color:#ffffff;
	
}



/*---------END default------------*/

.line {
	background-color:#7b3b06;
	height:1px;
}
.frame_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #453049;
	border-left-color:#453049;
}
.center_column {
	background-color:#e17218;
}
.center {
	background-color:#FFFFFF;
}
.left_column {
	background-color:#;
	background-image:url(left-bg.jpg);
}
.content_text {
	padding-left:5px;
}
.textbold {
	font-weight:bold;
}