a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #A399C6;
	text-decoration: underline;
	padding: 0px;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color: #986BC0;
	scrollbar-track-color: #17112B;
	scrollbar-base-color: #7A30B1;
	background-color: #110C20;
	scrollbar-3dlight-color: #717171;
	scrollbar-darkshadow-color: #512675;
	scrollbar-face-color: #311747;
	scrollbar-highlight-color: #311747;
	scrollbar-shadow-color: #311747;
	margin: 0px;
	padding: 0px;
	background-image: url(../../fwhtml/splashfiller.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 800px;
	background-color: #110C20;

}
html, body, #wrapper {
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	vertical-align: top;
	width: 100%;
}
.centreSiteTable /* centers the site - only applicable when turned on in admin */
{
	margin: 0px;
	padding: 0px;
}

.mainSiteTable /* table that all the page elements are contained in */
{
	margin: 0px;
	padding: 0px;

}

.headerRow /* Row that holds the header */
{
	margin: 0px;
	padding: 0px;

}

.leftColTable /* left column table */
{
	height: 100%;

}
.wrapTable /* left column table */
{
	height: 100%;
}
.mainPanelTable /* Table that content is in */
{
	margin: 0px;
	padding: 0px;
	height: 100%;


		
}

.rightColTable /* right column table */
{
}

.footerRow /* Row that holds the footer */
{
	background-position: bottom;	

}

/* Error, Status & Notice styles */
.courier12 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
}
.bodyTextStatus {
	background-color: #CCCCCC;	
	padding: 4px;
	border: thin;
	border-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.bodyTextNotice {
	background-color: #F5F5DC;	
	padding: 4px;
	border: thin;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
.bodyTextError {
	background-color: #CC0000;	
	padding: 4px;
	border: thin;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}
div.scroll6 {
	height: 200px;
	width: 400px;
	overflow: auto;
	padding: 8px;
	font-family: "Courier New", Courier, monospace;
	color: White;
	font-size: 12px;
	font-weight: normal;
	text-align: left;

}