BODY { 	
	background-color: #FFFFFF;
	margin: 0px; 
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #DDC004;/*#EED555;*/
	scrollbar-track-color: #FFDF1C;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-3dlight-color: #FFDF1C; 
	scrollbar-shadow-color: #DDC004;
	scrollbar-darkshadow-color: #000000; 
}


/* Various font styles */

SPAN.Large {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
}
SPAN.Large_Bold {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
SPAN.Normal {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

.Normal {
	font-family: Arial; 
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}

SPAN.Normal_Bold {
	font-family: Arial;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Normal_White { 
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
SPAN.Normal_Blue {
	font-family: Arial;
	color: #005BAA;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; 
}
SPAN.Small { 
	font-family: Arial; 
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}

SPAN.moduleText { 
	font-family: Arial; 
	color: #005BAA;
	font-size: 12px;
	text-decoration: none;
}


/* Two kinds of links: default, and box header (appears in header and footer of the main content box.) */

A:link {
	color: #005BAA;
	font-size: 1em;
	font-family: Arial, Helvetica;
}
A:visited {
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica; 
}
A:active { 
	color: #000000;
	font-size: 1em;
	font-family: Arial, Helvetica;
}
A:hover { 
	color: #005BAA;
	font-size: 1em;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

A.Box_Header:link {
	color: #FFFFFF; font-size: 12px;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:visited { 
	color: #DDDDDD;
	font-size: 12px;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:active { 
	color: #000000;
	font-size: 12px;
	font-weight: Normal;
	font-family: Arial, Helvetica;
}
A.Box_Header:hover {
	color: #FFFFFF; font-size: 12px;
	font-weight: Normal;
	font-family: Arial, Helvetica;
	text-decoration: none;
}

/* This section is used to colour and add graphics to the "background" of the site pages */

TD.Header { 
	background-color: #0066CC;
}
TD.Header_Date { 
	background-color: #FFDF1C;
}
TD.Bevel_Dark { 
	background-color: #DDC004; 
}
TD.Bevel_Light { 
	background-color: #FFF5D5; 
}
TD.Body { 
	background-color: #FFFFFF; 
}
TD.Footer { 
	background-color: #FFDF1C; 
}
TD.Footer_Partners { 
	background-color: #FFFFFF; 
}


/* This section controls the colours of the main content box on each page */

TD.Box_Normal { 
	background-color: #0066CC; 
}
TD.Box_Error { 
	background-color: #EE1111; 
}
TD.Box_Content { 
	background-color: #FFFFFF; 
}


/* style for form buttons */

INPUT.Default {
	background-color: #0055AA;
	color: #FFFFFF;
	border-color: #BBBBBB;
	font-weight: bold;
}


/* styles for the menu system */

.subhead {
	color: #BBBBBB; font-size: 12px; font-weight: bold; padding-bottom: 4px
}



.menu {
	background-color: #FAFAFA; border-bottom: #000000 1px solid; border-left: #000000 1px solid; 
	border-right: #000000 1px solid; border-top: #000000 1px solid; 
	color: #000080; font-family: arial; font-size: 11px; line-height: 12px; 
	padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; 
	position: absolute; visibility: hidden; width: 200px; zindex: 99; layer-background-color: #FAFAFA
}
