H1
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12pt;	
	color: #00457c;	
	font-weight:bold;
	line-height: 1.5em;
	margin-bottom: 1em;
}

H2
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;	
	color: #e9642c;	
	font-weight:bold;
	margin-bottom: 1em;
	text-transform:uppercase;
}

H3
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;	
	color: #e9642c;	
	font-weight:bold;
	margin-bottom: 1em;
}
	H3 A
	{
		color: #e9642c;
	}

H4
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;	
	color: #00457c;	
	font-weight:bold;
	margin-bottom: 1em;
}
	H4 A
	{
		color: #00457c;
	}
H5
{
	font-family: Verdana, Arial, Sans-Serif;
}
	H5 A
	{
		color:#333333;
	}
	H5.note
	{
		font-size: 8pt;
		color:#333333;
		margin-top: 10px;
	}
A
{
	color: #006dc6;
	/*font-weight:bold;*/
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}
/*li 
{
	margin-left: 2em;
	margin-bottom: .5em;
	line-height: 1.5em;
	color:#006dc6;
}*/

#contentBody ul
{
	list-style-image: url(../img/bullet_list.gif);	
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 8pt;	
	color: #333;
	line-height: 1.6em;
	margin-left: 2em;
}

#contentQuickPick ul
{
	list-style-image: url(../img/bullet_arrow.gif);	
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 9pt;	
	color: #fff;
	line-height: 1.6em;
	margin-left: 2em;
}

.oopsText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	color: #FF0000;
}

.formText
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 8pt;
	color: #000000;
	height: 20px;
	padding-top: 2px;
	padding-left: 2px;
	border: solid 1px #ebebeb;
	background-color: #fcfcfc;
	width: 200px;
}