@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------
| Code and CSS Developed by Goldstein Media LLC |
| Visit us online at www.goldsteinmedia.com     |
| Feel Free To Look and Learn But Don't Steal   |
-----------------------------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFFFCD;
}
a:link {
	color:#CC0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CC0033;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color:#CC0033;
}
p {
	margin:0;
}
img {
	border:none;
}
h1 {
	font-size:2.2em;
	font-style:oblique;
	margin:3px 0 0 0;
	text-align:center;
}
.subheading {
	font-size:1.34em;
	font-style:oblique;
	text-align:center
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	margin:0 44px;
}
h3 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 44px;
}
h4 {
	font-size:0.9em;
	font-weight:bold;
	margin:0 44px;
}
.buttons {
	font-size:0.968em;
	font-weight:bold;
	text-align:center;
	padding-top:3px;
	color:#000;
	text-decoration:none;
}
#selected {
	text-decoration: none;
	color: #CC9998;
}
.buttons a:link {
	color:#000000;
	text-decoration: none;
}
.buttons a:visited {
	text-decoration: none;
	color: #000000;
}
.buttons a:hover {
	text-decoration: none;
	color: #CC9998;
}
.buttons a:active {
	text-decoration: none;
	color: #000000;
}
#selected {
	font-weight:bold;
	text-align:center;
	color:#CC0033;
	text-decoration:none;
}
.txt {
	font-size:12pt;
	margin:0 55px;
}