/* CSS Document */

/*---------default------------*/
body {
	background-color:#ffffff;
	background-image:"";
	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:#ff9b16;
	
	text-align:center;
	font-size:10px;
	line-height:25px;
	color:#ffffff;
	
	
}

/*---------END default------------*/

.frame_border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color:#666666;
}
.gray_bg {
	background-color:#737171;
}
.content_bg {
	background-color:#f1f1f1;
	background-repeat:repeat-x;
	padding:8px;
	
}
.center_column {
	background-image:url(bg.jpg);
	background-color:#FFFFFF;
	background-repeat:repeat-x;

}
.left_column {
	background-color:#676767;

}
.dot {
	background-image:url(dot-dot.jpg);
	background-repeat:repeat-x;
	height:5px;
}
.text {
	padding:10px;
}

.content_text {
	padding-right:10px;
	padding-left:10px;
	text-align:justify;
}
.text_white {
	color:#073e66;
	text-decoration:none;
	font-weight:bold;
}