@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	padding:0px;
	width:1002px;
	color:#333333;
	background:#D20000;
	}
td,tr{
	font-size:12px;
	line-height:24px;
	}
p{
	text-indent:2em;
	}
.div{background:#ffffff;
	 padding:0px 6px 0px 6px;}
.header{
	background:url(../images/headerbg.jpg);
	height:31px;
	border:1px solid #BA2608;
	}
.header a{
	padding:10px 10px 9px 9px;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	background:url(../images/line.gif) no-repeat right;
	}
.header a:link{	margin:0px;
	padding:5px 10px 9px 9px;
	color:#ffffff;
	font-size:14px;
	text-decoration: none;
	}
.header a:visited{
	margin:0px;
	padding:5px 10px 9px 9px;
	color:#ffffff;
	font-size:14px;
	text-decoration: none;
	}
.header a:hover{
	margin:0px;
	padding:5px 10px 9px 9px;
	color:#FFFF00;
	font-size:14px;
	text-decoration: underline;
	}
.header a:active{
	margin:0px;
	padding:5px 10px 9px 9px;
	color:#22238D;
	font-size:14px;
	text-decoration: none;
	}
a:link{
	font-size:12px;
	color:#000000;
	text-decoration:none;}
a:visited{
	font-size:12px;
	color:#000000;
	text-decoration: none;}
a:hover{
	font-size:12px;
	color:#ff0000;
	text-decoration: underline;}
a:active{
	font-size:12px;
	color:#22238D;
	text-decoration: underline;
}