
	
	p, h1, h2, h3, h4, h5 {
		margin: 0px;	
	}
	
	.serifHeader, .serif { font-family: Garamond, Times New Roman, times; }
	
	.serifHeader {
		font-size: 22px;
		font-style: italic;
		font-weight: bold;	
		margin-right: 5px;
	}
	
	.serif {
		font-size: 14px;
		line-height: 24px;
	}
	
	.header1, h1 {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 1px;
		margin: 5px 0px 5px 0px;	
	}
	
	.header2, h2 {		
		font-weight: bold;
		letter-spacing: 1px;
		margin: 3px 0px 3px 0px;
	}
	
	.normal {
		letter-spacing: 1px;
		line-height: 16px;
		font-size: 10px;
	}
	
	
	.rightImage {
		float: right;
		clear: both;		
		margin: 0px 0px 25px 25px;		
	}
	
	A 
	{
	    text-decoration:underlined;
	    color:Black;
	    
	}
