@charset "utf-8";
/* CSS Document */

/*
Green shades:
#B5D700
#809800
#4A5800
#3F4B00
#2B3300

Brown shades:
#625D05
#584B04

*/

/* ##### HTML Tags ##### */
a:link,a:visited {
	color: #3f4b00;
}
a:active {
	color: #669900;
}
body,p,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 9pt;
	color: #000;
}
body {
/*	background-image: url(/images/gsf-bg.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
*/
	margin: 12px 0px 6px 0px;
	background-color: #092D58;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #584B04;
	font-size: 12pt;
	padding: 4px;
	margin: 0px;
}
h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #584B04;
	font-size: 11pt;
	margin-bottom: 0px;
}
p {
	
}

/* ##### Custom Classes ##### */
.black,a.black,a.black:visited {
	color: #000;
	font-size: 8.5pt;
}
a.NavLink {
	color: #fff;
	font-size: 9pt;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
a.NavLink:hover {
	color: #222;
}
.BiggerText {
	font-size: 11pt;
}
.content {
	text-align: left;
}
div.InfoText {
	position:absolute;
	left:55px;
	top:495px;
	width:290px;
	color:#4A7107;
	visibility:hidden;
	display:block;
	font-size:10pt;
	font-weight: bold;
	text-align:center;
}
.NavTable {
	margin: 14px;
	border: 1px solid #666;
}
.NavTD {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #7F9800;
	font-size: 15pt;
}
.NavTD:hover {
	
}
.NavTD a {
	font-size: 12pt;
	height: 100%;
	text-decoration: none;
}
.NavTD a:hover {
	height: 100%;
	text-decoration: none;
}
.Footer, .Footer a, .Footer a:hover, .Footer a:visited {
	color: #e7ddc7;
	font-size: 9pt;
}
.RightImage {
	float: right;
	margin: 0px 18px 18px 18px;
	padding-top: 0px;
}
.SeedTable {
	border: 1px solid #222;
	font-size: 11pt;
}
.SeedTD {
	background-color: #f4e9d2;
	border-bottom: 1px solid #3f4b00;
	text-align: left;
}
.SeedTD a, .SeedTD a:hover {
	font-size: 10pt;
	text-decoration: none;
	height: 100%;
}
#Body {
	padding-left: 15px;
	padding-right: 15px;
}

/*The following added by Karl
/* table */
.tableClass     { width:600px;
                border:1px solid black;
                border-spacing:0;
}

/* tr header */
.trHdrClass     { border-bottom:1px solid black;
                background:#cccccc;
}

/* td */
.tdClass        { border-bottom:1px solid #999999;
                border-right:1px solid #999999;
                font-size: 9pt;
}

/* td right */
.tdRtClass      { border-bottom:1px solid #999999;
                font-size: 9pt;
}