/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #D7D5AC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #e2edc2; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
	BACKGROUND-COLOR: #445565;
	BACKGROUND-COLOR: #B7B1A5;
}

td
{
font-family:tahoma;
font-size: 11px;
color:#404040;
}
.heading
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;

}
.caption
{
	font-family:tahoma;
	color:#6D8DB5;
	font-size: 12px;
	font-weight: bold;

}
.topnav
{
	font-family:tahoma;
	color:#F6F7F7;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;

}
.topnav:hover
{
	font-family:tahoma;
	color:#ffffff;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;

}
.content {
	font-family:tahoma;
	color:#ffffff;
	font-size: 11px;
	line-height: 18px;
}
.button
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.button:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.top
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.top:hover
{
	font-family:tahoma;
	color:#62676D;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

.right
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;

}
.right:hover
{
	font-family:tahoma;
	color:#000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration:underline;

}

/* nav */
.nav {position: absolute; padding: 5px 10px 7px 10px; width: 150px; visibility: hidden; display: block; border: 1px solid #CCC; background: #ffffff; z-index: 100;}
.nav a:link, .nav a:visited {color: #57CD00;}
.nav a:hover, .nav a:active {color: #184B76;}
.nav a:link, .nav a:visited, .nav a:hover, .nav a:active {text-decoration: none; font-weight: bold; font-size: 10px;} 
.nav hr {height: 1px; border: 1px solid #EEE; border-width: 0px 0px 1px 0px;}
#navBar img {cursor: hand;}