body,td,th {
	font-family: Century Gothic, Lucida Sans, sans-serif;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 22px;
	color: #CC99FF;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 14px;
}
.fontShadow {
	margin-top: -2.05em;
	margin-left: 0.1em;
	color: #003399;
}
.topicHead {
	background-image: url(images/headingBack.jpg);
	background-repeat: no-repeat;
}
.topicHead h3 {
	color: fff;
	padding: 21px 0 0 60px;
}
.largeRedFont{
	font-size:48px;
	color:red;
	font-weight:bold;
}
.largeBlueFont {
	color: #311FFF;
	font-size: 36px;
	font-weight:bold;
}
.smallFont {
	font-size: x-small
}
.style2 {color: #FF0000; font-weight: bold; }
a:link {
	color: #311FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}