body {
	background-color: White; 
}
	
body, p, ol, ul, li, dt, dd, dl, th, tr, td, a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {  font-family: Arial, Helvetica, sans-serif; color: #4AA5F7; font-size: 180%; }
h2 {  font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 150%; }
h3 {  font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 140%; }
h4 { font-family: Arial, Helvetica, sans-serif; color: #888888;  font-size: 130%; }
h5 {  font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 120%; }
h6 {  font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 110%; }

A:link {
	color: #0000ff;
}
A:visited {
	color: #3366cc;
}
A:active {
	color: Red
	text-decoration: none
}
A:hover {
	color: Red;
	text-decoration: none
}

.Navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-size : 12px;
	line-height : 18px
}

a.Navbar:link {
	color: #666666;
	text-decoration: underline;
}
a.Navbar:visited {
	color: #666666;
	text-decoration: underline;
}
a.Navbar:hover {
	color: Red;
	text-decoration: underline
}
a.Navbar:active {
	color: Red;
	text-decoration: underline
}

.Line {
	color: #666666;
	height : 1px;
}

.LineThick {
	color: #666666;
	height : 10px;
}

.LineDivider {
	color: #888888;
	height : 1px;
	width: 90%;	
}

.News {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 11px;
}

.NewsHead {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 11px;
}

.NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 12px;
	background-color : #888888;
}

a.News:link {
	color: #666666;
	text-decoration: underline;
}
a.News:visited {
	color: #666666;
	text-decoration: underline;
}
a.News:hover {
	color: Red;
	text-decoration: underline
}
a.News:active {
	color: Red;
	text-decoration: underline
}

.Foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 10px;
}



