@charset "utf-8";
/* CSS Document */

/*
Blue: #113E67;

Green: #8E8F17;

Light Gray: #F0F0F0;

*/

/* ##### HTML Tags ##### */
a:link,a:visited {
	color: #8E8F17;
}
a:active {
	color: #8E8F17;
}
body,p,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #113E67;
}
body {
/*	background-image: url(/images/gsf-bg.jpg);
	background-repeat: repeat-x;
	background-color: #003366;
*/
	margin: 12px 0px 6px 0px;
	background-color: #113E67;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #8E8F17;
	font-size: 12pt;
	padding: 0px;
	margin: 0px;
}
p {
	margin-top: 10px;
	padding: 0px;
}


/* ##### 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;
}
.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: underline;
}
.NavTD:hover a, .NavTD:hover a:hover {
	
}
.NavTD:hover a, .NavTD:hover a:hover {
	
}
.Footer, .Footer a, .Footer a:hover, .Footer a:visited {
	color: #e7ddc7;
	font-size: 9pt;
}
.QuoteDiv {
	padding: 8px;
	text-align: left;
	width: 275px;
	/* border: 1px solid #ddd; */
}
.QuoteItalic {
	color: #8E8F17;
	font-style: italic;
}
.QuoteName {
	color: #8E8F17;
}
.RightImage {
	float: right;
	margin: 0px 18px 18px 18px;
	padding-top: 0px;
}
#Body {
	padding-left: 15px;
	padding-right: 15px;
}
#MainContent {
	padding: 5px;	
}
#SocDiv {
	width: 100%;
	text-align: center;
	padding: 8px;	
}

/*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;
}
