html {
    height: 100%;
    margin-bottom: 1px;
}

body {
	font-family: Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

h2 {
	color:#408B74;	/* red */
	font-size: 15px;
}

h3 {
	color:#408B74;
	font-size: 14px;
}

td {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma;
	font-size:10px;
	color:#797F81;
}

span.dr_text {
	text-align: left;
	vertical-align: top;
}

span.dr_text b {
	color:#4689B1;
	font-weight: bold;
}

form
{
	margin:0px;
}
a {

	text-decoration: underline;
	color:#797F81;
}
.blue
{
	color:#4689B1;
}
a.blue
{
	color:#4689B1;
	text-decoration:underline;
}
.green
{
	color:#408B74;
}
a.green
{
	color:#408B74;
	text-decoration:none;
}
.red
{
	color:#E54646;
}
a.red
{
	color:#E54646;
	text-decoration:underline;
}
.menu
{
	color:#558482;
}
a.menu
{
	color:#558482;
	text-decoration:underline;
}
a.copy
{
	color:#779C9A;
	text-decoration:none;
}
.t11
{
	font-size:11px;
}


/*==== main navbar ====*/

div#navbar {
	text-align: center;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #777;
	font-size: 13px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 0px;
	margin-top: 1px;
	background: #dacba9;
/*	text-shadow: #eee 0px 1px 0px; */
	}

#navbar a {
	color: #777;
	width: auto;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	}
#navbar a:hover {
	background: #ccb88e;
	color: #408B74;
}
#navbar a:active {
}

#navbar .navbar_main {
	background: #f66;
	color: #555;
}

/*==== sub navbar ====*/

div#subnav {
	text-align: center;
/*	text-transform: uppercase; */
	font-weight: bold;
	color: #a7aaab;
	font-size: 12px;
	padding: 6px 0px 2px 0px;
	margin-bottom: 4px;
	background: #e7eaeb;
/*	text-shadow: #eee 0px 1px 0px; */
	}

#subnav a {
	color: #aaa;
	width: auto;
	text-decoration: none;
	padding: 2px 8px 2px 8px;
/*	border: 1px solid #eee; */
/*	border-bottom-width: 0px;	*/
	}
#subnav a:hover {
	background: #f0f0f0;
	color: #408B74;
}
#subnav a:active {
}

