html,body{
	margin: 0px 0px 0px 0px; 
	height:1000px;
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 11pt;
	background-color:gray;}



#outer{
	height:1000px;
	min-height:1000px;}

html>body #outer{
	height:auto;
	min-height:1000px;}


.mainTable {
	width:970px;
	background-color:white;
	}

.mainContentCell {
	height:500px;
	}


img {
	margin:0px;
	border:none;
}


a, a:visited, a:link, a:active{
	outline: none;
	color:blue;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

.topNav {font-size:13pt;}
.topNav a,
.topNav a:visited, 
.topNav a:link, 
.topNav a:active,
.topNav a:hover
{
	color:black;}

p {margin:10px;}

table {margin:0px;}

td {
	vertical-align:top;
	text-align:left;}

.tdbottom {vertical-align:bottom;}

.u {
	text-decoration:underline;
	}
	
.b {
	font-weight:bold;
	}
	
.i {
	font-style:italic;
	}
	
.gray {
	color: gray;
	}
.red {
	color: red;
	}
.green {
	color: green;
	}
.blue {
	color: bluee}	

.orange {
	color: orange;}
	
	
.leftFormLabelCell {
	text-align:right;}
	
.indent {
	margin-left:20px;}
.largeIndent {
	margin-left:40px;}
	
.heading {
	font-size:15pt;
	font-weight:bold;}
	
.subheading {
	font-size:13pt;
	font-weight:bold;}
	
.homeheading {
	font-size:14pt;}
	
.clear {
	clear:both;}
	
.imgMargin {
	margin:10px;}
	
.centerCell {
	text-align: center;}