/* default TEXT settings */


/* default PAGE BACKGROUND AND MARGIN settings */
html,body {
	font-size:11px;
	color: black;
	align:left;
	font-family:Arial;
}

/* default PARAGRAPH SPACING setting */
p{

line-height:1.4em;
letter-spacing:normal;
}

h1 {
	font-size: 1em;
	font-family: Arial;
	color: black;
	
}

h2 {font-size: 1.1em;
	font-family: Arial;
	font-weight:bold;
	color: black;
	}

h3 {
font-size:.9em;
color: black;
align:left;
font-family:Arial;
margin:0;
padding:0;

}

h4 {
font-size: 11px;
	font-family: Arial;
	color: #888888;
}

h5 {
font-size: 1em;
color:#356AA0;
font-family: times;
align:left;
}

h6 {
font-size: 1.7em;
color:white;
font-family:Arial;
}

