	a:link {
		text-decoration: none;	 
		text-color: #000000;
	}
	a:visited { 
		text-decoration: none;	
		text-color: #000000;
	}
	a:hover {
		text-decoration: underline;	
		text-color: #000000;
	}

	.black {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: 10pt;
		color: #000000;
	}
	
	.blacksmall {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 10pt;
		font-style: normal;
		line-height: normal;
		font-weight: 300;
		color: #000000;
	}	
	.white {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: none;
		color: #000000;
	}		
	.blue {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: none;
		color: ##092D54;
	}			
	.red {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: none;
		color: #B31B34;
	}			
	.mini {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 10pt;
		font-style: normal;
		line-height: normal;
		font-weight: 300;
		color: #000000;
	}		
	.header {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 14pt;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #000000;
	}	
	.subheader {
		font-family: Arial, Verdana, Times, Times New Roman;
		font-size: 12pt;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		color: #092D54;
	}
	
	#header {
	 display : none;
	}
	
	#footer {
	 display : none;
		}

	#hide {
	 display : none;
		}
		
	#print  {
		background-position: 0% 0%; left: 0;
		top: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		color: #000000;
		font-family: Arial, Verdana, Times, Times New Roman;
		border:none;
		background: none;
		background-image: url('none');
		}
