/* aparticle-print.css - printer version */

@import url(/styles/styles.css);

.screenonly {
	display: none;
}

body {
	background: white;
	font-size: 16pt;
	}

p {
    font-family: verdana,arial,sans-serif;
    font-size: 16px;
	line-height: 22px;
    color: black;
    font-weight: normal;
    text-decoration: none;
	text-align: left;
}

ul  {
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

ol  {
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

dl  {
	font-family: verdana,arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: black;
	font-weight: 900;
	text-decoration: none; /*border-bottom: 1px dashed Blue;*/
}

.head1 {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: black;
	font-weight: 900;
	text-decoration: none; /*border-bottom: 1px dashed Blue;*/
}

h2 {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	color: black;
	font-weight: 900;
	text-decoration: none;
	padding: 5px;
	border: 1px solid white;
	width: 200px; 
	align: center;
	background-image: url(/images/header.jpg);
	margin: 20px 0px 15px 0px;
}

.head2 {
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	color: black;
	line-height: 16px;
	font-weight: 900;
	text-decoration: none;
}


h3 {
	font-family: verdana,arial,sans-serif;
	font-size: 18px;
	color: black;
	font-weight: 900;
	text-decoration: none;
}


.head3 {
	font-family: verdana,arial,sans-serif;
	font-size: 18px;
	color: black;
	line-height: 18px;
	font-weight: 900;
	text-decoration: none;
}

h4 {
	font-family: verdana,arial,sans-serif;
	font-size: 20px;
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.head4{
	font-family: verdana,arial,sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	
}

h5 {
	font-family: verdana,arial,sans-serif;
	font-size: 22px;
	line-height: 0px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.head5 {
	font-family: verdana,arial,sans-serif;
	font-size: 24px;
	color: black;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
}

.head5:hover{
	font-family: verdana,arial,sans-serif;
	font-size: 24px;
	color: #FF9900;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	
	border-bottom: 1px dotted #FF9900;
}

h6 {
	font-family: verdana,arial,sans-serif;
	font-size: 28px;
	color:black;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
