@charset "utf-8";
/* CSS Document */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#9a9a8c;
	font-weight:normal;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	line-height:16px;
	margin-top:15px;
}

a {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: underline;
}

a:hover {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: none;
}

.small {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color:#000;
}

p.first-para {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	color:#000;
}

a.nav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4d4b4c;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

a.site-by {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#b6b6bf;
	text-decoration:none;
	float:right;
	display:inline;
}

.button 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #999a8c;
	border-color:#ffffff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:3px;
	cursor:pointer;
	cursor:hand;
}