body {
	background-color: White;
}

body, p, ol, ul, li, dt, dd, dl, th, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}

h1 { font-family: Arial, Helvetica, sans-serif; color: #ff0017; font-size: 180%; }
h2 {  font-family: Arial, Helvetica, sans-serif; color: #000f87; font-size: 150%;}
h3 {  font-family: Arial, Helvetica, sans-serif; color: #000f87; font-size: 140%;}
h4 { font-family: Arial, Helvetica, sans-serif; color: #ff0017; font-size: 130%;}
h5 {  font-family: Arial, Helvetica, sans-serif; color: #000f87; font-size: 120%;}
h6 {  font-family: Arial, Helvetica, sans-serif; color: #000f87; font-size: 110%;}

A:link {
  	color: #000F87;
  	text-decoration: underline;
}

A:visited {
  	color: #000F87;
  	text-decoration: underline;
}

A:active {
  	color: #FF0017;
  	text-decoration: underline;
}

A:hover {
  	color: #FF0017;
  	text-decoration: none;
}

.Navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: bold;
	font-size : 12px;
}

a.Navbar:link {
	color: #444444;
	text-decoration: none
}
a.Navbar:visited {
	color: #444444;
	text-decoration: none
}
a.Navbar:hover {
	color: Red;
	text-decoration: underline
}
a.Navbar:active {
	color: Red;
	text-decoration: underline
}

.Line {
	color: #000f87;
	height : 2px;
}

.LineThick {
	color: #000f87;
	height : 5px;
}

.News {
	border: 2px solid #ff0017;
}

.NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size : 12px;
	font-weight: bold;
	background-color: #ffc4ca;
	margin: 6px 6px 6px 6px;
}

.Newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444444;
	font-size : 12px;
	margin: 3px 0px 3px 6px;
}

a.Newstext:link {
	color: #444444;
	text-decoration: none
}
a.Newstext:visited {
	color: #444444;
	text-decoration: none
}
a.Newstext:hover {
	color: Red;
	text-decoration: underline
}
a.Newstext:active {
	color: Red;
	text-decoration: underline
}

.Foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 11px;
	font-weight: bold;
	margin: 0px 6px 0px 6px;
	background-color: #dddddd;
}

a.Foot:link {
	color: #666666;
	text-decoration: none
}
a.Foot:visited {
	color: #666666;
	text-decoration: none
}
a.Foot:hover {
	color: Red;
	text-decoration: underline
}
a.Foot:active {
	color: Red;
	text-decoration: underline
}

.skiplink {display:none}


.listexpand li {
  margin-bottom: 10px;
}

.listnobullet {
	list-style-type : none;
}

#highlight {
	padding: 5px 12px 5px 10px;
	vertical-align: top;
	border : 1px solid #003366; 
}

#highlightred {
	padding: 5px 12px 5px 10px;
	vertical-align: top;
	border : 1px solid #ff0000; 
}
