/* CSS Document */

/*---------default------------*/
body {
	background-color:#e3e3e3;
	background-image:url(bg.jpg);
	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:#b8b8b8;
	
	text-align:center;
	font-size:10px;
	line-height:25px;
	color:#ffffff;
	
}

.link {
	background-color:#8e8e8e;
	text-align:center;
	font-size:10px;
	line-height:25px;
	color:#ffffff;
	text-decoration:none;
	line-height:40px;
	
}

/*---------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_box{
	background-color:#f2f2f2;
}
.content_bg {
	background-color:#ffffff;
	padding:10px;	
}



.content_text {
	padding-right:10px;
	padding-left:10px;
	text-align:justify;
}
.text_white {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}