@charset "utf-8";
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
}

.headb {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	text-align:center;
}

.center {
	text-align:center;
} 

.addr {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
}

.ltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:240px;	
}

.marpic {
	float:right;
	margin-right:20px;
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color:#0000FF;
	}

.tables {
	width:500px;
	margin:0px auto;
	background-color:#CCC;
	margin-bottom:30px;
	}
	
.tables td {
	background-color:#FFF;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.tables tr.header td {
	background-color:#e8e8af;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	font-weight:bold;
	padding:5px;
}

td.mid {
	text-align:center;
}

