/* CSS Document */

body, td, th {
	font: 10pt/140% Helvetica, Arial, Verdana, sans-serif;
	color:#111111;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 15px;
	font: Helvetica, Arial, Verdana, sans-serif;
	color:#003399;
	line-height: normal;
}

h1 {
	font-size: 18pt;
	padding-bottom: 4px;
	border-bottom: 1px solid #DDDDDD;
}

h2 {
	font-size: 15pt;
	font-weight: normal;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
}

h4 {
	font-size: 12pt;
	font-weight: normal;
}

.smallerText {
	font-size: smaller;
}

.textSubmit {
	font-weight: bold;
}

a.textSubmit:link, a.textSubmit:visited, a.textSubmit:hover, .textSubmit a:link, .textSubmit a:visited, .textSubmit a:hover {
	text-decoration:none;
}
a.textSubmit:visited, .textSubmit a:visited {
	color: #003399;
}

.footnote {
	font: 8pt/normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.footnote a:link, .footnote a:visited, a.footnote:link, a.footnote:visited  {
	color:#333333;
}
.footnote a:hover, a.footnote:hover {
	color:#000000;
	text-decoration:none;
}

a.pdfLink {
	display:block;
	margin: 3px 20px;
	padding: 5px 0xp 5px 33px;
	background-image:url(icons/og/pdf.gif) top left no-repeat;
}