﻿html {
	height: 100%;
}
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul, img, a, table, tr, td {
	margin: 0;
	padding: 0;
    border: none 0 transparent;
}
body {
	height: 100%;
	text-align:center;
	color: #ffffff;	
	font-family: Verdana,Tahoma,Geneva,Arial,Sanserif;
	font-weight: normal;
    background: #f6f6f6 url('Images/backgroundMain.png') no-repeat top center;
}
.containerOuter {
	position: relative;
	margin: 5px auto 0px;
	width: 975px;
	background: #ffffff;
}
.containerInner {
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 975px;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.noBreak {
    white-space: nowrap;
}
.pageBottomSpace {
	margin-bottom: 10px;
}
a {
    text-decoration: none;
}
a:link {
    color: #ffffff;
}
a:visited {
    color: #ffffff;
}
a:hover {
    color: #cccccc;
}
.pointer {
    cursor: pointer;
}
.transparent {
	background-color: Transparent;
}
.opacity25 {
	filter: alpha(opacity=25);
	opacity: .25;
}
.opacity50 {
	filter: alpha(opacity=50);
	opacity: .50;
}
.opacity75 {
	filter: alpha(opacity=75);
	opacity: .75;
}
.modalBackground {
    background: #000000;
	filter: alpha(opacity=75);
	opacity: .75;
}
.grad img {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 0;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='Images/gradientWhite.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
.Content {
	padding: 0px;
	margin: 0px;
	color: #000000;
}
.Content div {
	clear: both;
	clear: none;
}
.Content h1 {
    font-size: .9em;
    font-weight: bold;
	padding: 0px 5px 10px 0px;
}
.Content h2 {
    font-size: .9em;
    font-weight: normal;
	padding: 0px 5px 10px 0px;
}
.Content h3 {
    font-size: .78em;
    font-weight: bold;
	padding: 0px 5px 5px 0px;
}
.Content h4 {
    font-size: .78em;
    font-weight: normal;
	padding: 0px 5px 5px 0px;
}
.Content h5 {
    font-size: 0.69em;
    font-weight: bold;
	padding: 0px 10px 3px 0px;
}
.Content h6 {
    font-size: 0.69em;
    font-weight: normal;
	padding: 0px 10px 3px 0px;
}
.Content p {
	font-size: .65em; /* 16×0.65=10.4 */
	padding: 0px 20px 10px 0px;
	line-height: 1.3em;
	text-align: left;
}
.Content p img {
	padding: 0px 0px 0px 10px;
}
.Content a {
	font-weight: bold;
}
.Content a:link, 
.Content a:visited {
    color: #4477aa;
}
.Content a:hover 
{
    color: #cccccc;
}
.Content a img {
    float: right;
    padding: 0 0 0 5px;
}
.Content ul {
    font-size: .65em;
	padding: 0 0 0 30px;
	line-height: 150%;
	list-style-position: outside;
}
.Content table {
    width: 100%;
    font-size: .65em;
    margin: 10px 0 10px 0px;
    border-collapse: collapse;
}
.Content table tr {
    
}
.Content table td {
    vertical-align: top;
    padding: 3px 5px;
}
.even {
    background: #dddddd;
}
.odd {
    background: #ffffff;
}
.topImageSpace {
    padding-bottom: 10px;
}
.tdValue {
    text-align: left;
}
