/* Stylesheet written by Tyler Mulligan of www.detrition.net */
* {
	margin:0;
	padding:0;
	color:#000;
}
html, body {
	height:80%;
}
body {
	font-family:sans-serif, verdana, arial, tahoma;
}
h2 {
	font-size: 22pt;
	font-family:georgia;
	font-weight:normal;
	padding:4px 0;
	margin-top:24px;
}
h2.large {
	font-size:64px;
}
h3 {
	color:#84B539;
	font-size:14px;
	font-weight:normal;
}
h4 {
	clear:both;
	color:#00adee;
	font-size:14px;
	font-weight:normal;
	margin-bottom:8px;
}
p {
	font-size:13px;
	line-height:16px;
	margin:4px 0 10px;
	width:90%;
}
p span {
	font-family:serif, times new roman;
	font-style:italic;
	font-size:24px;
}
a {
	color:#00ADEE;
	text-decoration:none;
	}
	a:hover {
		color:#90c63f;
	}
img { border:0; }
.pad {
	width:920px;
	margin:0 auto;
}
input, select {
	background-color:#fff;
	color:#333;
	border:1px solid #999;
	padding:1px;
	font-size:14px;
}
input:hover, input:focus, select:hover, select:focus {
	background-color:#eee;
}
ul.bull {
	font-size:12px;
	margin-left:20px;
	list-style:circle;
}
ul.bull li {
	margin:4px 0;
}

