/* CSS Document */

h1 {
	font-size: 20px;
	color: #006600;
	line-height: 1.2em;
}
    
h1 a:link {color: #006600;}
h1 a:visited {color: #006600;}
h1 a:hover {color: #006600;}
h1 a:active {color: #006600;}

h2 {
	font-size: 14px;
	color: #000000;
	line-height: 1.2em;
}
    

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
}
p {
    margin-top: 1.5em;
	line-height: 1.5em;
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #006600;
}