@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	background-image: url(drftBckgrd.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {font-family:100% Verdana, Arial, Helvatica, sans-serif; text-decoration: none; color: #7fc8c8;}
a:link {color: #4a9090;}
a:visited {color: #92c8c8;}
a:hover {text-decoration: none; color: #7fc8c8;}
a:active {
	color: red;
	text-decoration: none;
	text-align: left;
}

.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: none;
	background-repeat:repeat;
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #820000;
	border-top: 0px;
	border-top-color: #820000;
	border-top-style: solid;
	text-align: justify;
}
h3	{
	font: Vizier;
	color: #92c8c8;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
}
h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-color: #ffffff;
	font-size:8px;
}
h5	{
	font-family: Arial;
	font-size:14px;
}
f1 {
	font-family: Arial;
	font-size: smaller;
	font-color: #000000;
}
th	{
	background : #550000;
	color : #ffffff;
	font-family : Vizier;
	font-size: 20px;
	padding : 1em .7em 1em .7em;
}
tr	{
	color: #ffffff;
	text-align:left;
}
.emptyLink {
	color: #4a9090;	
}
.tableHead {
	text-align: center;
	color: #300;
	font-size: 24pt;
}
.tableName {
	color: #003;
}
.tableContent {
	color: #300;
	text-align: right;
}
