/* Main */
html, body  
{
	background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0;
	font-size: 11px;
	overflow: inherit;
	text-align: center;
}

table
{
	border-collapse: collapse;
}

img
{
	border: none;
}

img.Border
{
	border: solid 1px #cccccc;
}

td
{
	vertical-align: top;
}

#wrapper
{
	margin: 0 auto;
	background-color: White;
	padding: 16px 16px 0px 16px;
	min-height: 100%;
	height: 100%;
	width: 800px;
	border-left: solid 1px #aaaaaa;
	border-right: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	margin-bottom: 4px;
	left: 1px;
	text-align: left;
}

* html #wrapper
{
	height: 100%;
}

*
{
	padding: 0;
	margin: 0;
}

a:link, a:visited, a:active 
{ 
	font-family: Arial, Helvetica, sans-serif;
	color: #004AB9; 
}

a:hover
{ 
	color: #363636; 
}

ul
{
	padding-left: 32px;
	list-style-type: disc;
}

li
{
	padding-bottom: 4px;
}

hr  
{
	height: 1px; 
	border-right: 0; 
	border-left: 0; 
	border-bottom: 0; 
	border-top: solid 1px #D4E4F7; 
	width: 100%; 
	padding: 4px 0px 8px 0px;
}

h1
{
	font-weight: bold;
	color: #0066CC;
	font-size: 17px;
	margin-top: 12px;
	margin-bottom: 8px;
	padding-left: 2px;
	background-image: url(h1background.png);
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

h2
{
	font-weight: bold;
	color: #FF6600;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 8px;
}

h3 
{
	font-weight: bold;
	color: Black;
	font-size: 11px;
}

h4
{
	font-weight: bold;
	color: black;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 8px;
}

h5
{
	font-weight: normal;
	text-decoration: underline;
	color: Black;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 8px;
}

ol
{
}

ol li
{
	margin-left: 32px;
	padding-bottom: 4px;
}

p 
{
	margin: 0;
	padding: 0px 0px 8px 0px;
	font-size: 11px;
}

strong 
{
	font-weight: bold;
	font-style: normal;
}

em 
{
	font-weight: normal;
	font-style: italic;
}

div.contentWrapper
{
	margin: 8px 0 16px;
}

#Footer
{
	clear: both;
	margin: 0 auto;
	padding: 0px 16px 0px 16px;
	width: 800px;
	text-align: left;
}

div.H3
{
	background-image: url(h3background.png);
	height: 16px;
	padding: 2px 2px 2px 2px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

div.H3 h3
{
	color: #002040;
}

a.TopRightTableLink
{
	float: right;
	margin-top: 6px;
}

.snippet
{
	display: none;
}
#loading { display:none; }

.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left: 37.5%;
	width: 25%;
	padding: 16px;
	background-color: white;
	z-index:1002;
	overflow: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
div.Header {
    background-color: #1978D8;
    background-repeat: repeat;
    padding: 8px;
}
div.Navigation {
    background-color: #000000;
    clear: both;
    color: #FFFFFF;
    height: 20px;
    padding: 4px 2px;
}
div.Navigation a, div.Navigation a.visited, div.Navigation a.active, div.Navigation a.hover {
    color: #FFA500;
    font-weight: bold;
    margin-right: 8px;
    text-decoration: none;
    vertical-align: middle;
}
.mobile{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
div.Content {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
div.Content h2{
    color: #002040;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.Number {
	text-align:right;
}