/*
 * Page wide styles
 */
body {
    background-color: white;
    margin-top: 0px;
    font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
/*
 * Formatting Classes
 */
.sectionNav {
    font-size: 10pt;
}
.pageName {
	color: #9a1c21;
	font-weight: bold;
}
.pageSubName {
	font-size: 14px;
	color: #42b8d2;
}
.textHead {
        font-size: 14px;
	color: #9a1c21;
}
.textSubHead {
    color: #333333;
    font-size: 12px;
}
.textHead, .textSubHead { 
    font-weight: bold;
}
.bodyContent {
    font-size: 12px;
    color: #333333;
}
.itemHead {
    font-size: larger;
    font-weight: bold;
}
/*
 * Special Classes
 */
.highlightItem {
    background-color: #dddddd;
}
.flushList {
    margin-left: 0;
    padding-left: 1em;
}
.footerText {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

