body {
	color: #ccc;
	font-size: 10pt;
	font-family: arial;
	background-color: #FFF;
}
p { color: gray; font-size: 12pt; font-family: arial; text-align: left; }
h3 { color: gray; font-size: 16pt; font-family: arial; font-weight: bold; font-style: italic; margin-right: 0; margin-left: 0; }
h4 { color: maroon; font-size: 16pt; font-family: arial; font-weight: bold; margin: 1.33em 0; }
h5 { color: #333; font-size: 16pt; font-family: arial; font-weight: bold; font-variant: normal; text-align: left; margin: 1.67em 0; }

td {
	color: #333;
	font-size: 10pt;
	font-family: Verdana;
	border-color: #FFF;
}

a:link {
	color: #333;
	text-decoration:none;
}

a:visited {
	color: #999;
	text-decoration:none;
 }
 
 
a:hover {
	color: #666;
	text-decoration:none;
}

a:active {
	color: #666;
	text-decoration:none;
	text-transform: none;
}


.bgimage {
	background-repeat: no-repeat;
}
.linkcolor {
	color: #666;
	text-decoration: none;
	border-color: #FFF;
}


.pushedtext{
	padding-left: 20px;
	padding-right: 5px;	
}

#hometab{
	left:1px; 
	top:40%;
	height:41px;
	width:30px;
	margin:0;
	padding:0;
	position:fixed;
	z-index:5000;
	background-repeat: no-repeat;
	background-image: url(../images/hometab.png);
}
#hometab a{display:block;width:100%;height:100%;}
#legalcontainer{
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
