
body {
	padding: 0;
	margin: 0;
	font-family:Verdana,  Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.4em;
	color: #fff;
}


p {
	font-size: .9em;
	line-height: 1.4em;
}
li {
	font-size: .9em;
	line-height: 1.8em;
	margin-bottom:10px;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ff3;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin-left:20px;
	margin-right:40px;
	margin-top:14px;
}

.small {
	font-size:11px;
	line-height:15px;
}

.bullet {
	margin-top:-4px;
}
.white {
	color:#060;
}
.white a:link, .white a:visited {
	color: #060;
	text-decoration: underline;
}
.white a:hover {
	color: #f60;
}
.copyright {
	text-align:center;
	color:#000;
	font-size:.8em;
	text-align:center;
	margin: 20px 0 20px 0;
}
.copyright a:link, .copyright a:visited {
	color: #000;
	text-decoration: underline;
}
.copyright  a:hover {
	color: #f60;
}

.spacer {  
	clear: both;
	float: none;
	height: 1px;
	margin:0;
	padding:0;
	overflow:hidden;
}