body {
  margin: 0px;
	padding: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
} 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	border: none;
	margin: auto 0px 0px;


} 
.mainTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.byline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;

}
.sectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bottomMenuBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.FAQQ {
	font-weight: bold;
}
.FAQA {
	font-weight: bold;
}
tt {
	font-size: small;
}
.mono {
	font-family: "Courier New", Courier, mono;
}
.FigureTitle {
	font-weight: bold;
   background-color: #CCCCCC;
}
.FigureTitleFooter {
   background-color: #CCCCCC;
}
.TableTitle {
	font-weight: bold;
	background-color: #009900;
	color: #FFFFFF;

}
.TableTitleFooter {
   background-color: #CCCCCC;
}
.ListingTitle {
	font-weight: bold;
	background-color: #CCCCCC;
}
.ListingTitleFooter {
	background-color: #CCCCCC;
}
tr.odd {
	background-color: #E9E9E9;
	vertical-align: top;

}
tr.even {
	text-decoration: none;
	vertical-align: top;
}
.NewsHeadline {
   background-color: #006FBF;
}
.NewsHeadline a {
	color: #FFFFFF;
}
.sectionSubhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CCFF;
	margin: 0px;
}


/* Use "figure" class in a table to activate these codes */
TABLE.figure {
	border: 1px solid #000000;
	left: 450px;
  
}
TABLE.figure TR.content {
	font-family: "Courier New", Courier, mono;
}
TABLE.figure TR.content TD {
  WHITE-SPACE: nowrap;	 
}


TABLE.figure Tr.caption {
	background-color: #CCCCCC;
	font-style: italic;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* <ol class="alpha"> for lower-case alphabetic markers */
.lowAlpha {
  list-style-type:lower-alpha
}
