/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 15px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 80%;
	background-image: none;
}
a:link {
	color: #1200FF;
}
a:visited {
	color: #660099;
}
a:hover {
	color: #FF0000;
}
.bold {
	font-weight:bold;
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle {
	font-weight: bold;
	font-size: 1.2em;
}
.sectionTitle {
	font-size: 1.1em;
	font-weight: bold;
}
.noBold {
	font-weight: normal;
}
#pageTitle ul, #pageTitle_noIcon ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pageTitle .fakeH3, #pageTitle_noIcon .fakeH3  {
	font-weight: bold;
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
#pageTitle .fakeH2, #pageTitle_noIcon .fakeH2  {
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#footer {
	line-height: 1.8em;
}

#navBox, #pageTitleIcon, #rightMenu {
	display: none;
}


