h1 {
	font: 31px/40px "Century Gothic", Myriad, Futura, "Arial Narrow", Tahoma, Times, "Times New Roman", sans-serif;
	color: #292929;
	text-decoration: none;
	margin-bottom: 7px;
	padding-top: 40px;
}
h2 {
	font: 22px/22px "Century Gothic", Myriad, Futura, "Arial Narrow", Tahoma, Times, "Times New Roman", sans-serif;
	color: #333;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-bottom: 2px solid #222;
}
h2.quickLinks {
	font: 22px/22px "Century Gothic", Myriad, Futura, "Arial Narrow", Tahoma, Times, "Times New Roman", sans-serif;
	color: #333;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-bottom: 2px solid #ccc;
}
h3 {
	font: 18px/22px Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	letter-spacing: 0.15em;
	color: #292929;
	border-bottom: 2px double #c0c2c8;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
p {
	font: 15px/25px Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #333;
	padding-bottom: 20px;
	padding-left: 20px;
}
blockquote {
	font: italic 15px/25px Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #333;
	padding-bottom: 20px;
	padding-left: 40px;
}
#content ul {
	font: 15px/25px Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #333;
	padding-bottom: 20px;
	padding-left: 20px;
}
	#content li {
		margin-left: 35px;
	}
.smallcaps {
	font-variant: small-caps;
}
p.big {
	font: 17px/25px Trebuchet, "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	color: #ccc;
}
th {
	font: bold 12px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
td {
	font: 12px/16px Trebuchet, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
}
#content a {
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #12aeff;
	color: #005eae;
}
#content a:hover {
	color: #f00;
	color: #fb7676;
}
#content a:active {
	color: #ff0;
}


