/* 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;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #000066;
}
h3 {
	font-size: 24px;
	color: #000066;
}
#content {
	padding-left: 70px;
	padding-right: 70px;
}

/* 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;
}
.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	cursor: default;
	background-image: url(../images/alexButtonBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad {
	padding: 5px;
	background-color: #CC3333;
}
