﻿body, input, select, textarea
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

body
{
	margin: 0px 0px 5px 0px;
}

table
{
	width:800px;
	margin: auto;
}

table.links tr td
{
	border: black 1px solid;
}

img
{
	border:0px;
}

.center
{
	text-align:center;
}

.right
{
	text-align:right;
}

.staticmenu
{
	border-right: black 1px solid;
	table-layout:fixed;
}

.staticmenuitem
{
	text-align:center;
	color: Black;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.dynamicmenu
{
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
}

.dynamicmenuitem
{
	text-align:center;
	color: Black;
}

a.staticmenuitem:hover
{
	text-decoration:underline;
}

a.dynamicmenuitem:hover
{
	text-decoration:underline;
}

.menuhover
{
	background-color:#404040;
	color:White;
}

.menuselected
{
	background-color:#404040;
	color:White;
}

.content
{
	padding: 10px 10px 5px 10px;
	border-right: black 1px solid;
	border-left: black 1px solid;
	min-height: 200px;
	height:auto;
}
/*\*/
* html .content 
{
	height: 190px;
}
/**/

.title
{
	font-size:12pt;
	font-weight:bold;
}

a
{
	color:Blue;
}

.link
{
	text-decoration:None;
}

a.link:hover
{
	text-decoration:Underline;
}

.contentslist
{
	padding-left:30px;
	line-height: 16pt;
}

.footer
{
	background-color:Navy;
	color:White;
	font-weight:bold;
	text-align: center;
	width:100%;
}
