BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


H1 {
	font-size:16px;
	padding: 20px;
	font-family : Arial,Helvetica, sans-serif;
	font-weight : bold;
	font-variant : normal;
	font-style : italic;
}

H2{
	padding-top:10px;
	padding-bottom:0px;
	padding-left:40px;
	font-family : Arial,Helvetica, sans-serif;
	font-weight : bold;
	font-variant : normal;
	font-style :italic;
	color: black;
	line-height : normal;
	font-size : 14px;
}

.print{
	display : none;
}

.text{
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height : 18px;
	padding: 20px;		
}

.tableText{
	font-size : 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height : normal;
}

.caption{
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : normal;
	border:dotted 2px #666; 
	padding: 5px;
}

.nav{
	background : #DDDDDD;
	font-weight: bold;
	text-align: center;
	color: white;
}

.copyright{
	color: gray;
	text-align:center;
	font-size: 10px;
}   

   .shaded{
    background-color: #CCCCCC;
	border: gray solid 1px;
   }
   
.lightlyShaded{
	background-color: #EEEEEE;
	border: gray solid 1px;
}