body {
	font-family: Arial,Sans-Serif; 
	font-size: 10pt; 
	font-weight: normal; 
	color: Black;
	margin-left:30px;
}


/* Headings and Text */
h1 {
	font-family: Arial,Sans-Serif;
	font-size: 20pt;
	font-weight: normal;
	color: #003366;
	margin: 10px 0 4px 0;
}

h2 {
	font-size: 14pt;
	color: #003366;
	margin-bottom: 5px;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 8pt;
	color: #003366;
	margin: 10px 0 4px 0;
	padding-bottom: 0px;
}

h5 {
	margin: 20px 0px 5px 0px;
	font-size: 8pt;
	color: #336677;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 2px 2px 0px;
	text-align: left;
	font-weight: normal; 
}

/* Hyperlinks */
A:link, A:visited {
	text-decoration: none; 
	color: #3399FF;
	font-weight: bold;
}

A:hover	{
	text-decoration: none; 
	color: red;
	font-weight: bold;
}

img {
	border: none;
}
li {
margin-bottom: 10px;
}
