

body
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: left;
	
	
}


h1
{
	font-size: 2em;
	font-weight: lighter;
	margin: 0px 0px 10px 0px;
	letter-spacing: -.5px;
	color: #4A601C;
	background: transparent url(../images/uichrome/h1_bullet.jpg) no-repeat 0px 50%;
	padding-right: 0px;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-top: 20px;
}

.h1SubText
{
	font-size: 0.90em;
	margin: -10px 0px 10px 0px; /* negative top margin to overide global h1 bottom margin */
	padding: 0px 0px 0px 24px;
	color: #AAAAAA;
}

h2
{
	font-size: 1.35em;
	margin: 0px;
	font-weight: bold;
	color: #337EAA;
}

h3
{
	font-size: 1.1em;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	color: #737973;
}

h3 a
{
	font-size: 1.00em;
	color: #0067AC;
	background: transparent url(../images/uichrome/h3-Arrow.gif) no-repeat 0px 2px;
	margin: 0px;
	padding: 0px 0px 0px 13px; /* 13px makes room for arrow bg image */
}

h4
{
	font-family: Verdana;
	color: #F8A454;
	text-decoration: none;
	font-size: 9pt;
}


p
{
	margin: 0px 0px 15px 0px;
	font-size: 1.0em; /* coupled with the body's % based font-size: this (1.0 em) is the baseline for all text */
	line-height: 1.4em;
	color: #666666;
}



sup
{
	font-size: 1.00em;
}

h1 sup, h2 sup
{
	font-size: 0.75em;
}

a
{
	color: #0067AC;
	text-decoration: underline;
}
a:link
{
	color: #0067AC;
	text-decoration: none;
}

a:visited
{
	color: #990099;
	text-decoration: underline;
}

a:hover
{
	color: #DB7200;
	text-decoration: none;
}

a:active
{
	color: #0067AC;
	text-decoration: underline;
}
