H3
{
	background: red;
}

a
{
	color: black;
}

ul li 
{
	color: #003266;
	list-style-type: circle;
	list-style-image: url(../images/static/bullet.gif);
}

TD
{
	font-size: 10pt;
	font-family: arial;
}

IMG
{
	margin: 2px 2px 2px 10px;
	border: 0px black solid;
}

IMG.noborder
{
	border: 0px;
	margin: 2px 2px 2px 10px;
}

H6
{
	font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

H5
{
	border: 0px;
}

div.hidden {
    display:    none;
}
