/* Template Images */
.bannerBG {
	background-image:  url(../images/green_01.jpg);
	background-repeat: no-repeat;
}
.tdBg {
	background-image:   url(../images/green_03.gif);
	background-repeat: repeat-y;
}
.footerBg {
	background-image: url(../images/green_05.gif);
	background-repeat: no-repeat;
}


/* HyperText */
a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #0000CC;
	font-weight: bold;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC0000;
}
.hotBox  {
	display: block;
	cursor: pointer;
	cursor: hand;
	border: 2px solid #CC0000;
	margin-right: 20px;
	margin-left: 20px;
}


/* Form Elements */
form {
	margin: 0px;
	padding: 0px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}


/* Content */
body {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #000066;
	padding-top: 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-size: 24px;
	color: #000066;
}
.red {
	color: #CC0000;
}
#content {
	padding-left: 50px;
	padding-right: 50px;
}

/* Classes */
.rightNav {
	padding-right: 8px;
	padding-left: 8px;
}
.copyright {
	color: #999999;
	font-size: 10px;
}
.replayQuestion {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #CC0000;
	border: thin solid #000066;
	font-weight: bold;
	margin-right: 40px;
	margin-left: 40px;
	background-color: #FFFFCC;
	padding: 4px;
}
.sig {
	font-weight: bold;
	color: #CC0000;
}
.simlink {
	font-weight: bold;
	color: #0000CC;
	text-decoration: underline;
}
.privacy {
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.tw {
	/* tiny writing */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

