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: #006633; font-size: 200%; }
h2 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 150%;}
h3 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 140%;}
h4 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 130%;}
h5 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 120%;}
h6 {  font-family: Arial, Helvetica, sans-serif; color: #006633; font-size: 110%;}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	font-size: 200%;
	font-weight: bold;
}

A:link {
  	text-decoration: underline;
}

A:visited {
  	text-decoration: underline;
}

A:active {
  	color: Red;
  	text-decoration: underline;
}

A:hover {
  	color: Red;
  	text-decoration: none;
}

.Navbar {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size : 12px;
}

a.Navbar:link {
	color: #333333;
	text-decoration: underline
}
a.Navbar:visited {
	color: #333333;
	text-decoration: underline
}
a.Navbar:hover {
	color: Red;
	text-decoration: underline
}
a.Navbar:active {
	color: Red;
	text-decoration: underline
}

.Line {
	color: #333333;
	height : 1px;
}

.LineThick {
	color: #333333;
	height : 5px;
}

.Foot {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 10px;
	font-weight: normal;
	background-color: #dddddd;
}

a.Foot:link {
	color: #666666;
	text-decoration: underline
}
a.Foot:visited {
	color: #666666;
	text-decoration: underline
}
a.Foot:hover {
	color: Red;
	text-decoration: underline
}
a.Foot:active {
	color: Red;
	text-decoration: underline
}

.News {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 12px;
}

.NewsHead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size : 14px;
	background-color : #666666;
}

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
}

.skiplink {display:none}