h1, h2, h3, h4
{
	font-family: verdana, arial;
	font-weight: normal;
	color: #555588;
}

h1:first-letter, h2:first-letter, h3:first-letter, h4:first-letter
{
	text-transform: uppercase;
	border: 0;
}

h1
{
	padding-bottom: 2px;
	font-size: 14pt;
	margin: 0px 0 10px 0;
}
/*
h1:first-letter
{
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
*/

h2
{
	font-size: 12pt;
}

h3
{
	color: #000;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px 0;
}

ul
{
	border: 1px solid #fff;
}

ul li
{
	list-style-type: square;
	line-height: 1.5em;
}

a
{
	font-weight: normal;
	color: #555588;
	text-decoration: none;
}

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

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 7px 0 7px 0;
}

br {font-size: 7px;}