.copyright, .promoText, .promoTextBold, .bodyText, .bodyTextBold, .bodyTextBoldCaps, .siteMapBox, .siteMapBoxBold, .glossaryLink, .small body, h1, h2, h3, h4, p, td, th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.copyright, .promoText, .promoTextBold, .small {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.promoTextBold {
	font-weight: bold;
}
.bodyText {
	font-size: 12px;
}
.bodyTextBold {
	font-size: 12px;
	font-weight: bold;
}
.bodyTextBoldCaps {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.siteMapBox {
	border: thin solid #CCCCCC;
	font-size: 11px;
	padding: 2px;
	text-align: center;
}
.siteMapBoxBold {
	border: thin solid #666666;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
}

body {
    background-color: #FFFFFF;
    background-image: url(images/DRCBackgroundTile.gif);
    background-repeat: repeat-x;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

.glossaryLink {
	cursor: help;
}

.figureText 
{
    font-style: italic;
}

.imgLeft
{
    float: left;
    text-align: left;
}

.imgCenter
{
    text-align: center;
}

.FullWidth
{
    width: 100%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    color: #999999;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 8px;
}

h2, h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

h3 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
}

td, th {
    vertical-align: top;
    text-align: left;
}

td, p {
	font-size: 12px;
}

.center {
    text-align: center;
}

.larger {
    font-size: larger;
}

hr {
    color: #B4C0CF; background-color: #B4C0CF; border: 1px solid #B4C0CF;
}

img, table, a {
    border-style: none;
}

table {
    width: 100%
}

/* Single pixel black border for images */
.b1 {
    border: solid 1px #000000
}

.seeAlso {
    border: solid 1px #666666;
    background-color: #EEEEE0;
}


/*
    Render as block for IE white space issues.
    Site avoids the problem, but Google Translate was introducing an extra space after links in cells, messing up vertically adjacent images.
*/
.fixWS { display : block
}

/* Force vertical scroll bar to always be present (avoids page shifting left and right).  */
html {
    min-height: 100%;
    margin-bottom: 1px;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
