/* CSS Document */

		body {
		font-family:arial,helvetica,sans-serif;
		font-size:12px;
		color:#666666;
		text-align:justify;
		background-color:#FFFFFF;
	}
	
		ul {
		list-style-type: square;
		list-style-position: outside;
		padding: 15px;
		margin: 0px;
	}
	
		li {
			margin-bottom:5px;
	}

a {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #000; text-decoration: none;}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #009999; text-decoration: none; font-weight: bold;}
/*a:focus {  background-color:#FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #009999; text-decoration: none; font-weight: bold;}*/
a:active { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #990000; text-decoration: none;}
a.red:visited {color: #CC3300}	


	.spillheading {
		background-color:#FFFFFF;
		font-weight: bold;
		text-align: justify;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #00A650;
	}
	
	.firehead {
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #FF0024;
		text-align: justify;
	}
	
	.subhead {
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style:italic;
		font-weight: bold;
		color: #000000;
		/*text-decoration: underline;*/
	}
	.subhead-2 {
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-style: normal;
		font-weight: bold;
		color: #FF0024;
	}
	
	.customhead {
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #8E8E8E;
		text-align: justify;
	}
	
	.cvhead {
		background-color:#FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #003470;
		text-align: left;
	}
	
	.let-space {
		letter-spacing:-1px;
	}
	
	.time {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		font-weight:bold;		
	}
	
	td.body-2 { 
		/*border: 1px solid #FFFFFF;*/
		border-top: 1px #A6AFD7 solid;
		padding-top:2px;
		padding-bottom:2px;
		text-align: center;
		text-indent: 5px;
		font-family: Verdana, sans-serif, Arial;
		font-weight: normal;
		font-size: 10px;
		color: #404040;
		background-color: #FFFFFF; 
	}

	td.head { 
		border-bottom: 1.5px solid #9CF;
		border-left: 1px solid #9CF;
		background-color: #E5E5E5;
		text-align: left;
		text-indent: 5px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: #999999; 
	}

	td.body { 
		border: 1px solid #9CF;
		padding-top:2px;
		padding-bottom:2px;
		text-align: left;
		text-indent: 5px;
		font-family: Verdana, sans-serif, Arial;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		background-color: #FFFFFF; 
	}

	table.exhibit { 
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 11px;
		color: #404040;
		/*width: 443px;*/
		border-spacing: 2px;
		background-color: #fafafa;
		border: 1px #A6AFD7 solid;
		border-collapse: collapse;
	}


