body {
	background-color: White; 
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
}

body, body p, body ol, body li, body dt, body dd, body dl, body th, body tr, body td    {

             /* more specific to override rule in importing sheet */
    font-size:    x-small;      
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;   
             /* recover from trick */
    font-size:    small         
             /* intended value for better browsers */
    }

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

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;
	font-weight: bold;
	color: black;
	font-size : 90%;
	line-height: 15px;
}

a.Navbar:link {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar:visited {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}
a.Navbar:active {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}

.Navbar1 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size : 80%;
	line-height: 12px;
}

a.Navbar1:link {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar1:visited {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar1:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}
a.Navbar1:active {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}

.Navbar2 {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
	font-size : 90%;
	line-height: 15px;
}

a.Navbar2:link {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar2:visited {
	color: black;
	font-weight: bold;
	text-decoration: none
}
a.Navbar2:hover {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}
a.Navbar2:active {
	color: Red;
	font-weight: bold;
	text-decoration: underline
}

.Tablepad
{
	padding: 0px;
	margin: 5px;
}


.Line {
	color: #999999;
	height : 1px;
}

.LineThick {
	color: #666666;
	height : 2px;
}

.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 90%;
	background-color: #dddddd;
	margin: 6px 6px 6px 6px;
}

.Navbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 90%;
	padding : 4px;
	background-color: #dddddd;
}

.NewsHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size : 100%;
	background-color : #666666;
	margin: 6px 6px 6px 6px;
	text-align : center
}

a.News:link {
	text-decoration: none
}
a.News:visited {
	text-decoration: none
}
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 : 80%;
	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; 
}

.test {display: none;}