body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	line-height: 17px;
	color: #444243;
	background-color: #CBCBCB;
	background-image: url(/Images/BKGD.jpg);
	background-repeat: no-repeat;
}

TD,P {
font-family: arial; 
font-size: 12px; 
line-height: 17px;  
}

A {
text-decoration: none; 
color: #1d487d;
}

A:hover {
text-decoration: underline; 
color: #990000;
}

H1  {
color: #990000;
font-weight: bold;
font-size: 16px;
margin:-5px 0 0 0;
}

h2  {
color:#990000;
font-weight: bold;
font-size: 13px;
margin:10px 0 0 0;
}

h3 {
color:#990000;
font-weight: normal;
font-size: 13px;
margin:10px 0 0 0;
}

h4  {
color: #990000;
font-weight: bold;
font-size: 13px;
margin:5px 0 0 0;
}

h5  {
color: #990000;
font-weight: normal;
font-size: 11px;
margin:10px 0 0 0;
}

h6 {
color:#990000;
font-weight: normal;
font-size: 13px;
margin:0 0 0 0;
}

h7 {
color:#990000;
font-weight: bold;
font-size: 13px;
margin:0 0 5px 0;
}

.MainBody {
background-color: #FFFFFF;
border-left: 1px solid #c6c6c7;
border-right: 1px solid #c6c6c7;
width:700px;
}

.regular-red {
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
color: #990000;
}

.regular-grey {
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
color: #666666;
}

.bold-red {

font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color: #990000;
}

.bold-white {

font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}

.bold-grey {
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

.bold-black {
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
color: #000000;
text-decoration: none;
}

.bold-whtie {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}

.large-bold-red {

font-family: sans-serif;
font-size: 16px;
font-weight: bold;
color: #990000;
}

.large-bold-grey {
font-family: sans-serif;
font-size: 11px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

.normal-white {
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.normal-black {
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
color: #444243;
text-decoration: none;
}

.footnote-gray {
font-family: sans-serif;
font-size: 9.5px;
font-weight: normal;
color: #9e9e9e;
text-decoration: none;
margin: 10px 0 10px 0;
}

.footnote-links {
font-family: sans-serif;
font-size: 11px;
font-weight: normal;
color: #9e9e9e;
text-decoration: none;
}

.boldblack {
color: #444243;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
}

.more {
font-size: 11px;
font-weight: normal;
}

.large-bold-black {
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #990000;
}

.sub-menu-active {
font-family: arial;
font-size: 11px;
font-weight: normal;
color: #9e9e9e;
}

.more-link {
font-family: sans-serif;
font-size: 9px;
color: #990000;
}

#right {
width:177px;
float:right;
border-left: solid 1px #65676a; 
border-right: solid 1px #65676a;
margin-right: 3px;
}

#right p {
padding:0 0 0 6px;
}

.bottom {
background: url(/Images/bottom-right.gif) no-repeat;
height:17px;
margin:0;
padding:0;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #c6c6c7;
padding: 2px;
left: -1000px;
border: 1px solide #c6c6c7;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: 100px; /*position where enlarged image should offset horizontally */
}