body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-color : #666666;
	background-image: url(../images/BACKGROUND.gif);
	background-repeat: repeat-y;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 0 38px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 18px;
}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #0000FF;
	text-decoration : none;
}


a:visited {
	color: #628093;
	text-decoration: none;
}



a:hover  {
	text-decoration : underline;
	color : #0000FF;
}



.smalllinks a:link {
	font-size : 10px;
}



.smalllinks a:visited {
	font-size : 10px;
}



.BottomLinks a:link {
	color : #999999;
	font-size : 10px;
	font-family : verdana,arial;
}

.BottomLinks a:visited {
	color : #999999;
	font-size : 10px;
}

.BottomLinks a:hover {
	text-decoration : underline;
	color : #77BE3E;
	font-size : 10px;
}





.BodyText  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
	margin: 20px 20px 20px 20px;
	padding: 20px;
	line-height: 18px;
}






.BodyText2  {
	color : #333333;
	font-size : 12px;
	font-family : verdana,arial;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}





.BodyTextSmall  {
	color : #333333;
	font-size : 10px;
	font-family : verdana,arial;
	line-height: 14px;
}


.BodyTextSmall a {
	font-size : 10px;
}



.BodyTextSmallBlue  {
	color : #074888;
	font-size : 10px;
	font-family : verdana,arial;
	font-weight : bold;
}





.GreenText {

	color : #77BE3E;

	font-size : 18px;

	font-weight : bold; 

	font-family : verdana,arial;

}



.BlueText {
	color : #074888;
	font-size : 12px;
	font-weight : bold;
	font-family : verdana,arial;
}





 hr {
  border: 0;
  width: 100%;
  color : #A1B5BC;
  height: 1px;
  background-color: #A1B5BC;
}


H1 {
	color : #A1B5BC;
	font-size : 28px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #A1B5BC;
	margin: 0 0 11px 0;
	padding: 0 0 11px 0;
}


H2  {
	color : #77BE3E;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0 0 0px 0;
	padding: 11px 0 11px 0;
}


H3 {
	color : #8FA3A5;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 11px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H4 {
	color : #77BE3E;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}


H5 {
	color : #A1B5BC;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}



H6 {
	color : #77BE3E;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}



ul {
	margin: 0 0 0 11px;
	padding: 0 0 0 2px;
}

ul li {
	list-style-type: disc;
	margin: 0px 20px 3px 20px;
	padding: 0;
}
