﻿body {
	margin: 10px;
	padding: 0;
	background: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font: x-small Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
}
	
.ItalicText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	font-style: italic;
}

.Title {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
	vertical-align:top;
}

.Menu {
	font-family: Calibri;
	font-weight: bold;
	font-size: x-small;
	color: white;
	text-decoration: none;
}
.MenuSelected {
	font-family: Calibri;
	font-weight: bold;
	font-size: x-small;
	color: #FFCC66;
	text-decoration: none;
}
.TabMenu {
	font-family: Calibri;
	font-weight: bold;
	font-size: x-small;
	color: #336699;
	text-decoration: none;
}
.TabMenuSelected {
	font-family: Calibri;
	font-weight: bold;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
}
.TabMenuInactive {
	font-family: Calibri;
	font-weight: bold;
	font-size: x-small;
	color: #999999;
	text-decoration: none;
}
.TextBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: black;
	vertical-align:top;
}
.TextBodyBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000080;
}
.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}
.Login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	width:75px	
}
.LoginButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	width: 75px;
	height: 24px;
}
.News {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000080;
	text-decoration: none;
}
.NewsTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-weight: 700;
}

.DataTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-collapse: collapse;
	text-transform:uppercase;
}
.DataTable td {
	padding:3px;
}
.HeaderRow {
	border: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #999999;
	white-space:nowrap;
	vertical-align:top;
}
.HeaderRow a
{
	color:#FFFFFF; text-decoration:none;
}
.HeaderRow a:hover
{
	text-decoration:underline;
}
.SearchTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	white-space:nowrap;
	text-transform:uppercase;
	font-size: x-small;
}
div#AdvancedSearch
  {
  margin: 0px 0px 0px 0px;  
  display: none;
  }
