/* CSS Document */
body{
	background-color: #ffffff;
	background-image:url(images/page_bg.jpg);
	margin-top:0;
	background-position:top;
	background-repeat:repeat-x;
}
.content{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content_ind{
	font-family: Arial, sans-serif;
	font-size: 12px;
	text-indent:10px;
	color: #333333;
}
.content_label{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC0000;
}
.content_box{
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #333333;
}
.copyright{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #333333;
}