body {
	margin:0;
	
}

.logolayer {
	background-image: url(../pics/bottomleft.gif);
	background-repeat: no-repeat;
	position: relative;
	bottom: 100%;
	height: 200px;
	width: 740px;
	visibility: visible;
	left: 0px;
	top: 65%;
	right: 0px;
}
body, p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #888888;
}
h4 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}.tableDotBdr {
	border: thin dotted #999999;
}
.smallfooter {
	font-size: 10px;
	font-style: italic;
}
a:link {
	color: #333333  ;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}


.small {
	font-size: 9px;
}
.infoLayer {
	border: thin dotted #FF0000;
}


a.special:link {
	color: #f00;
	text-decoration: none;
}
a.special:visited {
	color: #f00;
	text-decoration: none;
}
a.special:hover {
	color: #f00;
	text-decoration: underline;
}
a.special:active {
	color: #f00;
	text-decoration: none;
}

.white{
color:#FFFFFF;
}