body{
	margin:0px;
	padding:0px;
	color: #999999;
}

h1{
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.070em;
	color: #6699ff;
	padding-bottom: 0em;
	margin:0;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #727272;
	line-height:150%;
	margin:0px;
	letter-spacing: -.05em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}



.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	padding: 8px 8px 8px 8px;
}
.copyright a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	text-decoration: none;
	
}
.copyright a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	text-decoration: none;
}
.copyright a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7A7A7A;
	text-decoration: none;
}
.copyright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5C5C5C;
	text-decoration: none;
}
.highlight{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 22px;
	line-height:150%;
}


a:link, a:active, a:visited {
	color: #6666CC;
	text-decoration: none;
}

a:hover {
	color: #ff6666;
	text-decoration: none;
}
.button a{
	padding: 8px 15px;
}
.button a:link, .button a:active, .button a:visited  {
	background-color: #999999;
	color: #FFFFFF;
}
.button a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
