/* CSS Document */

body 
{
	
	color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 10pt;
	margin: 0px;
    padding: 8px;
}

/*td.background
{
	background: url(images/hhs_core_wheel_trans.gif) no-repeat bottom;
}*/

td.header
{
    background-image: url(images/bg_header_sm1.gif);
	margin: 0px;
	Padding: 0px;
}

td.header_reverse
{
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#646BA3, EndColorStr=#CCCFE5, GradientType=1);
	background-color: #646BA3;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 30pt;
	color: white;
}

a.footer
{
	color: blue;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

a.footer:hover
{
	color: red;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

a.footer:visited
{
	color: #13365D;
	text-decoration: underline;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 2px;
}

td.content
{
	background-image: url(images/drop_shadow.gif);
	background-repeat: repeat-x;
}

h2
{
	color: #000066;
}

h3
{
	color:#333399;
}

.bold
{
	font-weight: bold;
}

li.none
{
	list-style: none;
}

.bolditalic
{
	font-weight: bold;
	font-style:italic;
}

.boldunderline
{
	font-weight: bold;
	text-decoration: underline;
}

.italicunderline
{
	text-decoration: underline;
	font-style: italic;
}

.italicunderlinebold
{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
}

.italic
{
	font-style: italic;
}

.underline
{
	text-decoration: underline;
}

.red
{
	color: red;
}