.top_bg{
	background-image:url(images/top_bg.jpg);
	background-repeat:repeat-x;
}
.page_bg{
	background-image:url(images/page_bg.jpg);
	background-repeat:repeat-y;
}
.blue_bg{
	background-image:url(images/blue_bg.jpg);
	background-repeat:repeat-x;
	height:45px;
}
.bottom_bg{
	background-image:url(images/bottom_bg.jpg);
	background-repeat:repeat-x;
}
.gray_normal{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#585555;
	text-decoration:none
	text-align:left;
	text-decoration: none;
	text-align: justify;
}
.black_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#00000;
	text-decoration:none
	text-align:left;
	text-decoration: none;
	text-align: justify;
}
.blue_bold{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#004d74;
	text-decoration:none
	text-align:left;
	text-decoration: none;
	text-align: justify;
}
.white_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#FFF;
	text-decoration:none
	text-align:left;
	text-decoration: none;
	text-align: justify;
}
.boxbg{
	background-image:url(images/box_bg.jpg);
	height:256px;
	width:258px;
	
	background-repeat:no-repeat; 
}