/* CSS Document */
body {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0px;
	background: #CACFD5;
}
a:link {
	color: #CC0001;
	text-decoration: none;
}
a:visited {
	color: #CC0001;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	text-decoration: underline;
	background: #000;
}
p {
	font-size: 9pt;
	font-family: verdana;
}
h3 {
	font-size: 17pt;
	font-family: arial;
	color: #fff;
}
h3#page_title {
	margin-left: 20px;
	color: #b22222;
	text-align:left;
	font-family: Verdana;
	font-size: 18pt;
}
h4 {
	font-size: 11pt;
	font-family: arial;
	color: #fff;
}
table {
	font-size: 10pt;
	font-family: verdana;
	border-spacing:0px;
	border: 1px outset black;
}
table#main,table#sort1,table#sort2 {
	width: 100%;
	font-family: verdana;
	border-spacing:0px;
	border: 1px outset black;

}
table#header {
	width: 100%;
	font-family: Verdana;
	font-size: 8pt;
}
th {
	padding: 3px 3px 3px 3px;
	border: 1px outset #a9a9a9;
	border-spacing:0px;
	background: #000;
	color: #CC0001;
}
td {
	background: #FFFFF7;
	padding: 3px 3px 3px 3px;
	border-spacing:0px;
	border: 1px outset #a9a9a9;
}
div#gentime {
	margin-top: 1.5em;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}
