﻿a {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

a: active{
	color: #000080;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

a: link{
	color: #000080;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

a: visited {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

h1{
	color: #000080;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

li{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

p{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

td{
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

.required{
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
}

.footer{
	color: Black;
	font-family: Arial;
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 8pt;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-style: normal;
	text-align: center;
}

ul#menu{ 
	width: 100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
	}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}

