body{
	background: #e5e5e5;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 62.5%;
	font-family: arial, verdana;
	color: #282828;
	color: #000000;
	min-width: 760px;
}
a:link {
	color: #105bb0;
	text-decoration: none;
}
a:visited {
	color: #105bb0;
	text-decoration: none;
}
a:hover, a:active, a:visited:hover {
	color: #bc3434;
	text-decoration: none;
}
p{
	margin: 0px;
	padding: 0px;
}
#header{
	margin: 0px;
	background: #19568f;
	border-right: 15px solid #e5e5e5;
	border-left: 15px solid #e5e5e5;
}
#frame{
	background: #ffffff;
	border-top: 15px solid #e5e5e5;
	border-right: 15px solid #e5e5e5;
	border-left: 15px solid #e5e5e5;
}
#framecontent{
	padding: 15px;
	border-bottom: 1px solid #cccccc;
}
#contentwrapper{
	float: left;
	width: 100%;
	margin-right: -315px;
}
#content{
	margin-right: 315px;
}
#menu{
	float: right;
	width: 315px;
}
#menupad{
	padding: 0px 0px 0px 15px;
	width: 300px;
}
#contentwrapper2{
	float: left;
	width: 100%;
	margin-right: -215px;
}
#content2{
	margin-right: 215px;
}
#menu2{
	float: right;
	width: 215px;
}
#menupad2{
	padding: 0px 0px 0px 15px;
	width: 200px;
}
#footer{
	margin: 0px;
	background: #e5e5e5;
	padding: 0px 15px 15px 15px;
}
.tinyfont{
	font-size: 1.1em;
}
.smallfont{
	font-size: 1.2em;
}
.font{
	font-size: 1.3em;
}
.largefont{
	font-size: 1.4em;
}
.hugefont{
	font-size: 1.5em;
}
.borderbg{
	/* background: #dddddd; */
	background: #e0e0e0;
}
.tableborder{
	border-bottom: 1px solid #d9d9d9;
}
.padding{
	padding: 5px;
}
.img{
	display: block;
	border: 0px;
}
.imginline{
	vertical-align: middle;
	border: 0px;
}
.imgtop{
	vertical-align: top;
	border: 0px;
}
.error{
	border: 1px solid #cf3b3b;
	padding: 10px;
	background: #ffefef;
}
.success{
	border: 1px solid #00c000;
	padding: 10px;
	background: #efffef;
}
.secondaryfont{
	color: #202020;
}
.tertiaryfont{
	color: #ae6b02;
	/* color: #db6e25; */
}
.quaternaryfont{
	color: #cb2f2f;
}
.quinaryfont{
	color: #8b2f2f;
}
.primaryfonturl{
	color: #202020;
	font-size: 1.2em;
}
.primaryfonturl a:link,
.primaryfonturl a:visited {
	color: #202020;
	text-decoration: none;
}
.primaryfonturl a:visited:hover,
.primaryfonturl a:hover {
	color: #202020;
	text-decoration: underline;
}
.secondaryfonturl a{
	font-weight: bold;
}
.secondaryfonturl a:link {
	color: #004aab;
	text-decoration: none;
}
.secondaryfonturl a:visited {
	color: #573379;
	text-decoration: none;
}
.secondaryfonturl a:visited:hover,
.secondaryfonturl a:hover {
	color: #bc3434;
	text-decoration: underline;
}
.titlefonturl{
	color: #bbbbbb;
}
.titlefonturl a:link,
.titlefonturl a:visited {
	color: #e5e5e5;
	text-decoration: none;
}
.titlefonturl a:visited:hover,
.titlefonturl a:hover {
	color: #e5e5e5;
	text-decoration: underline;
}
.titleurl a:link, 
.titleurl a:visited {
	/* color: #0033b0; */
	color: #ffffff;
	font-weight: normal;
	font-size: 16px;
}
.titleurl a:hover, 
.titleurl a:visited:hover {
	color: #0040ab;
}
.titleurl a {
	text-decoration: underline;
}
span.url {
	/* color: #003399; */
	color: #004aab;
	font-weight: bold;
	font-size: 14px;
}
.thetitle a{
	font-size: 13px;
}
.thetitle a:link {
	color: #0047a8;
	text-decoration: none;
}
.thetitle a:visited {
	color: #0047a8;
	text-decoration: none;
}
.thetitle a:visited:hover,
.thetitle a:hover {
	color: #bc3434;
	text-decoration: underline;
}
form{
	margin: 0px;
	padding: 0px;
}
select{
	font-family: arial, verdana;
	font-size: 13px;
	color: #202020;
}
input{
	margin: 0px;
	padding: 2px;
	font-family: arial, verdana;
	font-size: 13px;
	color: #202020;
}
textarea{
	font-family: arial, verdana;
	font-size: 13px;
	color: #202020;
}
a#imageup {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/images/thuhm_up_16x16off.gif);
	margin: 0 auto;
}
a#imageup:hover {
	background-image: url(/images/thuhm_up_16x16.gif);
}
a#imagedown {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(/images/thuhm_down_16x16off.gif);
	margin: 0 auto;
}
a#imagedown:hover {
	background-image: url(/images/thuhm_down_16x16.gif);
}
.thuhm a#imageup {
	display: inline;
	vertical-align: top;
	background: #ffffff url(/images/thuhm_up_16x16off.gif) no-repeat top left;
	margin: 0px;
}
.thuhm a#imageup:hover {
	background-image: url(/images/thuhm_up_16x16.gif);
}
.thuhm a#imagedown {
	display: inline;
	vertical-align: top;
	background: #ffffff url(/images/thuhm_down_16x16off.gif) no-repeat top left;
	margin: 0px;
}
.thuhm a#imagedown:hover {
	background-image: url(/images/thuhm_down_16x16.gif);
}
.hcontent{
	background: #ffffff url('/images/thuhm_button2.gif') no-repeat top left;
}
.hcontent .actions {
	visibility: hidden;
}
.hcontent:hover .actions {
	visibility: visible;
}
.clear{
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}