/* CSS Document */

body {
	font-size: 100%;
	background-color:#E5E5E5;
	text-align:center;

}

p {
	margin: 4px 0px 4px 1em;
	line-hight: 150%;

}

.main_content {
	margin-top: 5px;
	margin: 0 auto;
	text-align:left;
	background-color:#ffffff;
	border: 1px solid #999999;
	width: 760px;
}

.main_header {
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 2px;
	padding-left: 20px;
	border-bottom: 1px solid #999999;
	background-image: url(/image/headbar.gif);
	background-repeat: repeat-x;

}

.main_footer {
	margin: 0px;
	padding: 4px 20px 2px 20px;
	border-top: 1px solid #999999;
	background-color: #EFEFF5;
	background-repeat: repeat-x;
	font-size: 10px;
	height: 40px;
	text-align: right;

}
.footer_copuright {

float: left;
	text-align: left;
}
.footer_link {
float: right;
	text-align: right;
}

table.table1 {
	font-size:12px;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-collapse: collapse;
	border-spacing:0;
	background-color:#ffffff;
	padding:1px 1px 1px 1px;
	border-color: #333333;
	empty-cells:show;
		text-indent: 0;

}
.table1 th {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	text-align:center;
	font-weight: normal;
	padding:2px;
		margin: 0;

	background-color:#dddddd;
}
.table1 td {
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	padding:2px;
	background-color:#ffffff;
		margin: 0;

}
