/* CSS Document */

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	margin-top: 0;
	padding-top: 0;
}

a:link {
	color:#3F9422;
	text-decoration: none
}
a:visited {
	color:#3F9422;
	text-decoration: none
}
a:active {
	color:#4FA432;
	text-decoration: none
}
a:hover {
	color:#FF0000;
	text-decoration: underline; 
}
ul.bullet00 {
	list-style-image : url(../img/bullet00.gif);
}
ul.bullet01 {
	display:block;
	list-style-image : url(../img/bullet01.gif);
	vertical-align:top;
}

.warning {
	color:#FF0000;
}
.caption {
	font-weight:bold;
	line-height:22px;
}
.footer {
	font-size:10px;
}
.notes {
	font-size:10px;
	color:#999999;
}
.copyright {
	font-size:10px;
	color:#999999;
}
li.superheading {
	margin-bottom:12px;
	font-weight:bold;
	line-height:26px;
	margin-left:-15px;
	text-indent:0px;
	color:#3F9422;
}
li.level1 {
	font-weight:bold;
	line-height:24px;
	color:#000000;
	margin-left:-40px;
	text-indent:0px;
}
li.level2 {
	margin-bottom:4px;
	font-weight:normal;
	line-height:normal;
	margin-left:-24px;
	text-indent:0px;
	text-align:justify;
}
