/* CSS Document */

body
{
	font-family: "trebuchet ms", Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #444;
}

td
{
	font-size: 10pt;
}

table.main
{
	width: 780px;
	margin-top: 10px;
}

a
{
	font-weight: bold;
	color: #336600;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #336600;
	text-decoration: underline;
}


h1
{
	color: #CC3300;
	font-size: 14pt;
	font-weight: bold;
}

h2
{
	color: #CC3300;
	font-size: 12pt;
	font-weight: bold;
}

h3
{
	color: #666;
	font-weight: bold;
	font-size: 12pt;
}

div.menu
{
	float: left;
	width: 94px;
	height: 24px;		
	background-position: 0px 2px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	text-align: center;
}

div.menu a
{
	padding-top: 4px;
	padding-right: 4px;
	display: block;
	color: #666;
	text-decoration: none;
}

div.menu a:hover
{
	padding-top: 4px;
	padding-right: 4px;
	display: block;
	color: #666;
	text-decoration: none;
	background-position: 0px 2px;
	background-image: url(images/button_active.gif);
	background-repeat: no-repeat;
}

div.menu_active
{
	float: left;
	width: 94px;
	height: 24px;		
	background-position: 0px 2px;
	background-image: url(images/button_active.gif);
	background-repeat: no-repeat;
	text-align: center;
}

div.menu_active a:hover
{
	padding-top: 4px;
	padding-right: 4px;
	display: block;
	color: #666;
	text-decoration: none;
	background-position: 0px 2px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
}

div.menu_active a
{
	padding-top: 4px;
	padding-right: 4px;
	display: block;
	color: #666;
	text-decoration: none;
}





img.banner
{
	border: 2px solid #666;
}


td.footer
{
	border: 2px solid #999;
	border-style: solid none none none;
	padding-top: 5px;
	color: #999;
	text-align: center;
	font-size: 9pt;
}


table.separate td
{
	border: 3px solid #6e758c;
	border-style: none none solid none;
}

a.selected
{
	text-decoration: underline;
}

a.selected:hover
{
	text-decoration: none;
}