@charset "utf-8";
/* CSS Document */

#MENU {
	height: 30px;
	text-align: left;
	background-color: #CCCCCC;
}
#LHMENU {
	float: left;
	width: 700px;
}
#RHMENU {
	float: right;
	width: 50px;
}
#HEADER {
	height: 50px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#LHHEAD {
	float: left;
	width: 300px;
	height: 35px;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: left;
}
#RHHEAD {
	float: right;
	width: 300px;
	height: 35px;
}
#FOOTER {
	height: 30px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666666;
	clear: both;
}
#LHFOOT {
	float: left;
	width: 200px;
	font-size: small;
	text-align: left;
}
#RHFOOT {
	font-size: small;
	float: right;
	width: 300px;
	text-align: right;
}
#FLASH {
	width: 400px;
	text-align: center;
	padding: 4px;
	top: 80px;
	position: relative;
	margin: auto;
}
BODY {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#RHTABLE {
	float: right;
	width: 400px;
	font-size: small;
}
#SPACER {
	height: 10px;
	margin: auto;
	clear: both;
}
#BODY {
	text-align: justify;
}
#BODY tr.subth th {
	background-color: #CCCCCC;
}
#BODY tr.alttd td {
	background-color: #EEEEEE;
}
#BODY tr {
	padding: 0;
	margin: 0;
	text-align: left;
}
#BODY td {
	margin: 0;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#BODY table {
	border-collapse:collapse;
	font-size:12px;
	border: 1px solid #999;
	padding:0;
	margin:16px 0 0 0;
	border-spacing:0;
	text-align: left;
}
.green {
	color:green;
}
.red {
	color:red;
}
.blue {
	color:blue;
}
.purple {
	color:purple;
}
.redblink {
	color:red;
	text-decoration: blink;
}
