/* HTML redefines */
body {
	margin: 0px;
	background-color: #FFFFFF;
}

/* Text */
.majorheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68px;
	font-style: italic;
	font-weight: bold;
	color: #006633;
}
.storytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #006633;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006633;
	font-style: italic;

}
.subheading1 {
	font-size: 33px;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
.subheading2 {
	font-size: 33px;
	color: #993399;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.subheading3 {
	font-size: 33px;
	color: #333399;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.normalText, td#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.failText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #999999;
}

/* Links  */
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #006600;
	text-decoration: underline;
	font-size: 14px;
}
a:visited {
	color: #669966;
}
a:hover {
	color: #993366;
}
a:active {
	color: #006633;
}

.lrgLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #006633;
	text-decoration: underline;
	font-size: 18px;
	font-weight: normal;

}
.lrgLink a:visited {
	color: #006633;
	font-size: 18px;

}
.lrgLink a:hover {
	color: #993366;
	font-size: 18px;

}
.lrgLink a:active {
	color: #006633;
	font-size: 18px;

}
.returnlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006633;
	text-decoration: underline;
}
