﻿/* CSS Document */

	
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #572700;
	}	
	/*-------------Headings*/
h1 {
 font-size: 124%;
 color: #572700;
}
h2{
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
	color: #572700;
	font-weight: normal;
	line-height: 16px;
}

h3{
 font-size: 100%;
 color: #572700;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #572700;
}

h5{
 font-size: 96%;
 color: #572700;
}
