A:link
{
  color: #00a;
	text-decoration: none;
}
A:visited
{
  color: #00a;
	text-decoration: none;
}
A:active
{
  color: #00a;
	text-decoration: none;
}
A:hover
{
  color: #44f;
	text-decoration: underline;
}

p
{
}

select
{
	color: black;
	border-bottom: 1px solid #222244;
	border-right: 1px solid #222244;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	font-size: 11px;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: normal;
}

.button
{
	color: black;
	border-bottom: 1px solid #222244;
	border-right: 1px solid #222244;
	border-top: 1px solid #9999cc;
	border-left: 1px solid #9999cc;
	font-size: 11px;
	font-family: Verdana,Helvetica,sans-serif;
	font-weight: normal;
}

textarea
{
	color: black;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 9pt;
	padding: 3px 3px 3px 3px;
}

td
{
	font-size: 9pt;
	font-family: verdana,arial;
}

th
{
	font-size: 9pt;
	font-family: verdana,arial;
}

body
{
	text-align:center;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	font-family: verdana,arial;
	background-color: #404046;
	color: #000;
}

#top
{
	height: 60px;
	font-family: arial;
	font-size: 36pt;
	padding: 6px 0 0 10px;
  color: white;
  font-weight: bold;
  background-color: #147;
}

#bottom
{
	border-top: solid 1px black;
	font-family: arial;
	font-size: 9pt;
	padding: 0 0 0 5px;
}

#menu
{
	background: #336699;
	font-family: arial;
	font-size: 9pt;
  padding: 2px 0 2px 2px;
  height: 20px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#menu a
{
	border-top: 1px solid #88B0D7;
	border-bottom: 1px solid #264D73;
	border-right: 1px solid #264D73;
  background: #7799bb;
	margin: 0;
	padding: 2px 0 2px 0;
	text-decoration: none;
  text-align: center;
	font-weight: bold;
	color: #000;
  float: left;
  width: 150px;
}
#menu a:hover
{
  background: #9CBDDE;
}

#menu #current
{
  background: #5577bb;
}
#menu #current a
{
	background-image: url( "bottom_on.gif" );
}

#main
{
	text-align:left;
	width:800px;
	border: solid 1px black;
	background-color: white;
}

#content
{
	top:0px;
	text-align:left;
  margin: 10px 10px 10px 10px;
}

#content ul
{
  list-style-image: url(redbullet.gif);
}
