@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.foot {
	color: #999999;
	font-size: 11px;
}
.bd_head {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left: 5px;
}
.bd_head a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.bd_head a:hover {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.prd_txt {
	font-size: 11px;
}
.foot a {
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.foot a:hover {
	color: #FFF;
	text-decoration: underline;
}
.bdr1 {
	border: 1px solid #000;
	margin-top: 7px;
	margin-bottom: 5px;
}
.bdr2 {
	border: 1px solid #000;	
}
.prd_head {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 15px;
}
