/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#333;
	background-color:white;
	font-size: 12px;
	line-height: 18px;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:20pt;
	line-height:26pt;
	font-weight:900;
	color:#937B31;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#Header {
	margin:10px 0px;
	padding:0px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:14px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:18pt;
	background-color:#289AB5;
	/* protects IE5/Win from its own stupidity. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. */
	voice-family: "\"}\"";
	voice-family:inherit;
	height:14px; /* the correct height */
	width: 100%;
	background-repeat: repeat-x;
	}
/* "be nice to Opera 5" rule. feeds correct length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the hack (above). */
body>#Header {
	height:100px;
	background-repeat: repeat-x;
	background-color: #349BC4;
}

#Content {
	margin:0px 50px 50px 50px;
	padding:10px;
	top: 125px;
	}

#Menu {
	display:none;
	}
#Menu ul {
	list-style-type: none;
}
#Menu li a {
	list-style-type: none;
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
#Menu li a:hover {
	font-weight: bold;
	color: #8C7127;
	text-decoration: none;
	background-color: #F2E7A3;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* Again, "be nice to Opera 5". */
body>#Menu {
	width:150px;
	font-size: 13px;
	line-height: 17px;
}
.txt-regular {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
#Footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#Footer a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
#Footer a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
#Footer a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #937B31;
	line-height: 16px;
	background-color: #F2DF9A;
	text-decoration: none;
}
#Footer a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	text-decoration: none;
}
#MainText a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
#MainText a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}
#MainText a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C5A75B;
	line-height: 18px;
	background-color: #FFFFFF;
	text-decoration: none;
}
#MainText a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-decoration: none;
}

#Content a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}
#Content a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}
#Content a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5A75B;
	line-height: 15px;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#Content a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
	font-weight: bold;
}


#MainText {
}.txt-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
.txt-medium {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
