body {
		margin:35px;
		background-color:#485877;
		background-image:url(images/bg-body-VGV.gif);
}
table {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
}
h1 {
	 font-size:28px;
	 font-weight:bold;
	 color:#B22222;
	 text-align:center;
}
h2 {
	 font-size:22px;
	 font-weight:bold;
	 color:#B22222;
	 text-align:center;
}
h3 {
	 font-size:18px;
	 font-weight:bold;
	 color:#0000CD;
	 text-align:center;
}
h4 {
	 font-size:19px;
	 font-weight:bold;
	 color:#B8860B;
	 text-align:left;
}
.header {
	 height:100px;
	 background-image:url(images/header-LFM.jpg);
	 font-size:16px;
	 font-weight:bold;
	 color:#FFFFFF;
	 vertical-align:top;
}
.maincell {
	padding:20px 40px 30px 40px;
	background-color: #FFFFFF;
	background-image:url(images/bg-mid.gif)
}
.footer {
	height:60px;
	background-image:url(images/footer-LFD.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C2D5F7;
	text-align:center;
	font-weight:bold;
}
.footer a:link {
	color: #C2D5F7;
	font-weight: bold;
	text-decoration: none;
}
.footer a:visited	{
	color: #C2D5F7;
	font-weight: bold;
	text-decoration: none;
}
.footer a:active {
	color: #C2D5F7;
	font-weight:
	bold; text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
  background-color:#012983;
	padding:2px 0px;
}
a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
  color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
  color: #CC0000;
	font-weight: bold;
	text-decoration: none;
}
li {
  margin-bottom:1em;
}
ul {
  list-style-image: url(images/reddot.gif);
}
.highlight {
  background-color:#FFFF66;
	font-weight:bold;
}
.smalltext {
	font-size:13px;
	font-weight: normal;
}
.menustyle{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.menustyle ul{
	width: 100%;
	background: url(images/bar-bg.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}
.menustyle ul li{
	display: inline;
}
.menustyle ul li a{
	color: #222222;
	padding: 4px 9px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #555555;
	border-left: 1px solid #555555;
}
.menustyle ul li a:hover {
	background: url(images/bar-bg2.gif) center center repeat-x;
	color:#FFFFFF;
}
