Body{
background-image:url(images/topbodybg.jpg);
background-repeat:repeat-x;
background-color:#f6f6f6;


}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.HeadingGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: Green;
	font-weight: bold;
}
.HeadingGreenLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: Green;
	font-weight: bold;
}
.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.SubHeading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: darkblue;
}
.bodytext-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333333;
	text-align: left;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;
	
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-decoration: underline;
}
