body, p, td, .top_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	color: black;
}

a {
	text-decoration: none;
	color: #8C7C01;
}
.some {
	background-color: Green;
	background-position: right;
	background-repeat: no-repeat;
}
a:hover {
	color: #D4BB04;
}

.header {
	font-size: 12pt;
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}

div.header {
	text-align: right;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

td.left_menu {
	text-align: right;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #939598;
	padding-top: 10px;
	padding-left: 4px;
	padding-right: 8px;
}

.left_menu a {
	text-decoration: none;
	color: #8C7C01;
}

.left_menu a:hover {
	color: #D4BB04;
}

.top_menu a {
	font-weight: bold;
	text-decoration: none;
	color: #8C7C01;
}

.top_menu a:hover {
	color: #0014B4; /*#D4BB04*/
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: #ddd;
}

h2 {
	font-size: 11pt;
	font-weight: bolder;
}

h3 {
	font-size: 10pt;
	text-decoration: underline;
}
p.pageTitle {
	font-family : Georgia;
	font-size : medium;
	font-style : italic;
}