body {
	font-family: "Arial Narrow", Arial, "Myriad Pro", Verdana, "Trebuchet MS";
	color: #333333;
	font-size: 14px;
}
h3 {
	font-size: 16px;
}
h2 {
	font-size: 18px;
}
h1 {
	font-size: 20px;
	color: #660000;
}

.footnote {
	font-size: x-small;
}
.emphasis {
	font-weight: bold;
	color: #660000;
}
a:link.border {
	color: #F58DDA;
	text-decoration: none;
	font-weight: normal;
}
a:visited.border {
	color: #F58DDA;
	text-decoration: none;
	font-weight: normal;
}
a:hover.border {
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

th {
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}

a:link {
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #660099;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.contentArea {
	padding:5px;
	color:#CCCCCC;
}
.callOut {
	font-size: 14px;
	padding-top: 18px;
	padding-left: 14px;
	padding-right: 22px;
}
.scrollingDiv {
	overflow: auto;
	width: 428px;
	height:  482px;
}
.leadIn {
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.pageTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
