body {
	background-color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; color: black;
	margin: 0px;
	padding: 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:    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:    medium         
             /* intended value for better browsers */
    }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 180%; margin : 10px 0 10px 0;}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 140%; margin : 0 0 0 0;}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 130%;}
h4 { font-family: Arial, Helvetica, sans-serif; font-size: 120%}
h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 110%}
h6 {  font-family: Arial, Helvetica, sans-serif; font-size: 100%}

A:link {
  	color: black;
	font-weight : bold;
  	text-decoration: underline;
}

A:visited {
  	color: black;
	font-weight : bold;
  	text-decoration: underline;
}

A:active {
  	color: blue;
	font-weight : bold;
  	text-decoration: none;
}

A:hover {
  	color: blue;
	font-weight : bold;
  	text-decoration: none;
}

.Foot1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 80%;
	font-weight: normal;
}

a.Foot1:link {
	color: black;
	font-weight: normal;
	text-decoration: none
}

a.Foot1:visited {
	color: black;
	font-weight: normal;
	text-decoration: none
}

a.Foot1:hover {
	color: blue;
	font-weight: normal;
	text-decoration: underline
}

a.Foot1:active {
	color: blue;
	font-weight: normal;
	text-decoration: underline
}

.Foot2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size : 60%;
}

.Homelink {
	font-size : 140%;
	margin : 10px 0 0 0;
	font-weight: bold;
}

a.Homelink:link {
	text-decoration: none;
}

a.Homelink:visited {
	text-decoration: none;
}

a.Homelink:hover {
	color: blue;
	text-decoration: none;
}

a.Homelink:active {
	color: blue;
	text-decoration: none;
}