/* 
	CSS Document - print.css
*/

.hidden{
	display:none;
	}
	
.printOnly{
	display:block;
}

.screenOnly{
	display:none;
}
		
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: justify;
}

p {
	margin: 0px;
	padding-bottom: 10px;
}
a {
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #002f65;
}

img {
	float: left;
	margin-right: 20px;
	padding-bottom: 0px;
}



ul {
	list-style-type: none;
	list-style-image: url(../images/bullet-blue.gif);
	list-style-position: outside;
	line-height: 14px;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
				
h2{
	padding-top: 6px;
	color: #002f65;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	padding-bottom: 16px;
	margin: 0px;

	line-height: 22px;
	text-align: left;
	text-transform: capitalize;
}


h3{
	color: #000000;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

h4{
	font-weight: bold;
	margin: 0px;
	text-align: left;
	padding-left: 25px;
}

