/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
}


a:link, a:visited {
	color: #003366;
}

a:hover {
	color: #FF3300;
	text-decoration: none;
}


a.textSubmit:link, a.textSubmit:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.textSubmit:hover {
	color: #FF3300;
	text-decoration: none;
}

#loggedIn a.textSubmit {
	float:right;
	margin: 8px 5px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #003366;
	font-weight: normal;
}

#document p {
	text-align:justify;
}

.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;
}

#m2 a.thisTab .footnote{
	color: #FFFFFF;
}

#m2 a.thisTab:hover .footnote{
	color: #FFFFFF;
}

#m2 a .footnote {
	font-weight: normal;
}

#m2 a:hover .footnote {
	color: #111111;
}

hr {
	border: 0px;
	border-top: 1px solid #999999;
	clear: both;
}

div.clear {
	clear: both;
}