@charset "UTF-8";
/* CSS Document */

body




p {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #23292D;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;	

	}
	
	

	
h1 {
font-size: 14px;
font-style: normal;
	color: #23292D;
	text-decoration: none;
	letter-spacing: normal;
	text-align: centre;
	vertical-align: top;
	word-spacing: normal;
	padding: 0px;
	font-weight: normal;
	font-variant: normal;
	font-family: "Times New Roman", Times, serif;	
}


	
a:link { 
 text-decoration: none; color:#23292D; 
 }
 a:visited 
{text-decoration: none; color:#23292D;
}
a:active {
text-decoration: none; color: #23292D;
}
a:hover {
text-decoration: underline; color: #7E858C;

}





