/* Main Stylesheet */ 
<style type="text/css">

    h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: 100%/11pt arial;
	font-weight: bold;
	color: #454545;
	line-height: 1.4;
	margin: 10px 10px 15px 15px;
}
    h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: 100%/11pt arial;
	font-weight: bold;
	color: #454545;
	line-height: 1.4;
	margin: 10px 10px 15px 15px;
}
    h3 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: 90%/10pt arial;
	font-weight: normal;
	color: #454545;
	line-height: 1.2;
	margin: 10px 10px 15px 15px;
}
    h4{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font: 90%/9pt arial;
	font-weight: normal;
	color: #454545;
	line-height: 1.2;
	margin: 5px 5px 20px 15px;
}
    p { 
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 78%;
	font-weight: normal;
	color: #535353;
	line-height: 1.2;
	margin: 5px 5px 16px 5px;
}

    .smaller { 
	font-size: 60%;
}

    hr {
	border: 0;
	color: #808080;
	background-color: #999999;
	height: 1px;
	width: 100%;
	margin: 0px 0px 0px 0px;
}
    li { 
	list-style-image: url(check_blue.gif);
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
} 
.hiddenPic {
	display:none;
}

</style>

