
body
{
	color:#4e4e4e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 13pt;
	line-height:24px;
	margin: 15px;
	list-style-type: square;
}

p, ul, table, td, tr
{
	font-size:13px;
}


ul
{
	line-height:30px;

}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited
{
	color: #707070;
}

a:hover
{
	color: #707070;
	text-decoration: underline;
}

/************** header tag styles **************/

h1
{
	font-weight: 500;
	font-style:italic;
	font-size: 14pt;
	color: #334d80;
}

h2
{
	font-style: italic;
	font-weight: 500;
	font-size: 12pt;
	color: #334d80;
}

h3
{
	font-style: italic;
	font-size: 11pt;
	color: #334d80;
	font-weight: 500;
}
