body
{
	background-color: #53618E;
	font-size: 12px;
	font-family: Arial;
	color: black;
}
body A
{
	font-size: 12px;
	font-family: Arial;
	color: black;
}

td
{
	font-size: 12px;
	font-weight: normal;
	font-family: arial;
}
table
{
	background-color: white;
}
.PageHeader
{
	font-size: 16px;
	font-family: Arial;
	color: black;
	font-weight: bold;
	font-family: Georgia, Arial;
	text-decoration: underline;
}
.NavBar
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial;
    color: white;
    font-weight: bold;
    background-color: black;
}
.NavBar A 
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial;
    color: white;
    font-weight: bold;
    text-decoration: none;
    background-color: black;
}
.NavBar A:hover 
{
    FONT-SIZE: 12px;
    FONT-FAMILY: arial;
    color: black;
    font-weight: bold;
    text-decoration: none;
    background-color: white;
}
.Welcome
{
   font-size: 14px;
   FONT-FAMILY: arial;
   font-weight: bold;
   color: Black;
}
.Welcome A
{
   font-size: 12px;
   FONT-FAMILY: arial;
   text-decoration: none;
   font-weight: normal;	
}
.Welcome A:hover
{
   font-size: 12px;
   FONT-FAMILY: arial;
   text-decoration: none;
   font-weight: normal;	
}
.Form
{
	background-color: #CCCCCC;
}
.FormBody A
{
	color: navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.FormBody A:hover
{
	color: navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.FormBody A:visited
{
	color: navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Link A
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Link A:hover
{
	color: Blue;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.Link A:visited
{
	color: Navy;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
}
.BordersAll
{
	border-left: outset 2px black;
	border-right: outset 2px black;
	border-bottom: outset 2px black;
	background-color: black;
}