/* Styles for printed media, overrides inherited attributes from primary style sheet */

body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	width: 620px;
}

.style1
{
	width: 620px;
	padding: 0px;
        text-align: justify;
}

.style2
{
	font-weight: bold;
	width: 620px;
	padding: 0px;
        text-align: justify;
}

.style4
{
	font-size: 100%;
	font-weight: bold;
	width: 620px;
	padding: 0px;
        text-align: justify;
}

.style5
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 620px;
	padding: 0px;
        text-align: justify;
}

.noprint { display: none; }

ul {
        list-style-position: inside;
        margin: 0px;
	width: 580px;
}
ol {
        list-style-position: inside;
        margin: 0px;
	width: 580px;
}

h1
{
	font-size: 100%; 
	font-weight: bold;
	padding: 0 15px 0 15px;
	width: 580px;
}