/* generic styles */
	
	h2 {
		font-family: Arial, san-serif;
		font-size: 24px;
		color: #636162;
		margin-bottom: 3px;
	}
	
	h3 {
		font-family: Arial, san-serif;
		font-size: 22px;
		color: #636162;
		/*font-weight: 650;*/
	}
	
	h4 {
		font-family: Arial, san-serif;
		font-size: 16px;
		color: #080808;
		margin-bottom: 3px;
		font-weight: 650;
	}
	
	img {border: none;}
	
	td{
		font-family: Arial, san-serif;
		font-size: 13px;
		color: #333333;
		line-height: 1.5;
		letter-spacing: 1;
	}


	p {
		font-family: Arial, san-serif;
		font-size: 13px;
		/*font-weight: strong;*/
		color: #333333;
		line-height: 1.5;
		letter-spacing: 1;
		margin-top: 15px;
		margin-bottom: 0px;
		text-align: justify;
	}
	
	a:link, a:visited {
		font-family: Arial, san-serif;
		/*font-size: 13px;*/
		color: #f100c2;
	}
		
	a:hover {
		text-decoration: underline;
	}
	
	li {
		font-family: Arial, san-serif;
	}

/* end generic styles */