/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */
 
UL
{
	font-size: 12px; font-family: Arial, Helvetica, sans-serif;  color:black; font-weight:normal;
	list-style : square;
	list-style-type : square;
	margin-top : 5px;
	margin-bottom : 5px;
}

OL
{
	font-size: 12px; font-family: Arial, Helvetica, sans-serif; color:black; font-weight:normal;
	list-style : square;
	list-style-type : square;
	margin-top : 5px;
	margin-bottom : 5px;
}

.BodyLink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: normal;
 }
 
 .footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	line-height: normal;
 }
 
 .BodyText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
 } 
 
  .BodyTextU {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	text-decoration: underline;

 } 
 
 .BodyTexti { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
 } 
 
  .BodyTextIBl { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #003172;
	text-decoration: none;
 } 
 
  .Title { 
	font-family: Times New Roman;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #003172;
 } 
 
 .subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

 .NewsTitle {
	font-size: 18px;
	color: #990000;
	font-weight: normal;
	font-family: "Copperplate Gothic Bold";

}

  .FooterLink { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 13px;
	text-decoration: none;
 }

 .BodyBullots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;

 } 
 
  .LinksBullots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: normal;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;
	padding-bottom: 5px;

 } 
  .NumberedBullots {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	word-spacing: normal;
	padding: 0px;
	margin-bottom: 10px;




 } 

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.boldbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003172;
	font-weight: bold;
}

.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}

.boldi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}


/* HOVER */

A.BodyLink:hover {
	color: #003172; 
	text-decoration: none;
}


A.Nav:hover {
	color: #00FF33; 
	text-decoration: none;
	}
.BodyTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
}
