<style>

/* 
   link colours
   #########################################################
*/
A   	{ color: #000000; text-decoration: none; }
A:link	{ color: #000000; text-decoration: none; }
A:visited { color: #000000; text-decoration: none; }
A:active { color: #000000; text-decoration: none; }
A:hover	{ color: #c1141b; text-decoration: none; }
A:visited-hover	{ color: #c1141b; text-decoration: none; }

A.menu   	{ color: #000000; text-decoration: none; }
A.menu:link	{ color: #000000; text-decoration: none; }
A.menu:visited { color: #000000; text-decoration: none; }
A.menu:active { color: #000000; text-decoration: none; }
A.menu:hover	{ color: #c1141b; text-decoration: none; }
A.menu:visited-hover	{ color: #c1141b; text-decoration: none; }

A.link   	{ color: #174a97; text-decoration: none; }
A.link:link	{ color: #174a97; text-decoration: none; }
A.link:visited { color: #174a97; text-decoration: none; }
A.link:active { color: #174a97; text-decoration: none; }
A.link:hover	{ color: #000000; text-decoration: none; }
A.link:visited-hover	{ color: #000000; text-decoration: none; }

A.linkWhite   	{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:link	{ color: #FFFFFF; text-decoration: none; }
A.linkWhite:visited { color: #FFFFFF; text-decoration: none; }
A.linkWhite:active { color: #FFFFFF; text-decoration: none; }
A.linkWhite:hover	{ color: #000000; text-decoration: none; }
A.linkWhite:visited-hover	{ color: #000000; text-decoration: none; }

A.footer   	{ color: #FFFFFF; text-decoration: none; }
A.footer:link	{ color: #FFFFFF; text-decoration: none; }
A.footer:visited { color: #FFFFFF; text-decoration: none; }
A.footer:active { color: #FFFFFF; text-decoration: none; }
A.footer:hover	{ color: #e6b607; text-decoration: none; }
A.footer:visited-hover	{ color: #e6b607; text-decoration: none; }

/* 
   body control; scrollbar and positioning
   #########################################################
*/
BODY {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

/* 
   master set for TDs
   #########################################################
*/
TD {
	font-family: Arial;
	font-size: 10px; *font-size:x-small;
	color: #000000;
	vertical-align: top;
}
SUP {
	font-size: 8px;
}
SUB {
	font-size: 8px;
}

/* 
   master set for form data
   #########################################################
*/
INPUT,SELECT,TEXTAREA {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	padding: 3px;
	border: 1px solid #999999;
}
.input {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	border: 1px solid #999999;
}
LI {
}
UL {
}
.formTitle {
	padding-top: 8px;
}
.formInput {
	padding-top: 5px;
}
#ErrorMsg{color:#990000; font-weight: bold;}
.error{color:#990000;}
/* 
   table classes
   #########################################################
*/
.tableMain {
	width: 100%;
}
.tableFixed {
	width: 950px;
}
/* 
   header classes
   #########################################################
*/
.header {
	background-image: url(../gfx/logoHeader.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: right top;
	vertical-align: bottom;
	height: 105px;
	padding-bottom: 0px;
}
.headerTitle {
	padding-bottom: 20px;
}
.animation {
	width: 710px;
	padding-right: 10px;
}
/* 
   menu classes
   #########################################################
*/
.menuCell {
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 4px;
}
.menuSpacer {
	padding-right: 15px;
	padding-bottom: 4px;
}
.menuSelectON {
	background-image: url(../gfx/select.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.menuSelectOFF {}
/* 
   news classes
   #########################################################
*/
.newsTitle {
	padding-bottom: 5px;
	font-size: 11px;
	font-weight: bold;
}
.newsSubTitle {
	color: #174a97;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 2px;
}
.newsCell {}
.newsSpacer {
	background-image: url(../gfx/1x1K.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.newsMoreBttn {
	vertical-align: bottom;
}
/* 
   column classes
   #########################################################
*/
.columnNews {
	width: 240px;
	background-image: url(../gfx/newsBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.column100Home {
	padding-top: 10px;
}
.column33Blue {
	width: 240px;
	background-image: url(../gfx/blueBG.gif);
	background-repeat: repeat-y;
}
.column33Red {
	width: 240px;
	background-image: url(../gfx/redBG.gif);
	background-repeat: repeat-y;
}
.column33Yellow {
	width: 240px;
	background-image: url(../gfx/yellowBG.gif);
	background-repeat: repeat-y;
}
.column33Green {
	width: 240px;
	background-image: url(../gfx/greenBG.gif);
	background-repeat: repeat-y;
}
.column25Blue {
	width: 220px;
	background-image: url(../gfx/navBlueBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #22559d;
	padding: 10px;
}
.column25Red {
	width: 220px;
	background-image: url(../gfx/navRedBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c51a20;
	padding: 10px;
}
.column25Yellow {
	width: 220px;
	background-image: url(../gfx/navYellowBG.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #e1b008;
	padding: 10px;
}
.column75Header {
	width: 710px;
}
.column75Content {
	width: 710px;
	padding-top: 10px;
}
.column40Border {
	width: 255px;
	border: 1px solid #999999;
	padding: 10px;
}
.column20Grey {
	width: 120px;
	background-color: #dcddde;
	padding: 10px;
}
.column20GreyNEW {
	width: 140px;
	background-color: #dcddde;
	padding-top: 10px;
}
.column20Image {
	width: 140px;
}
.column80White {
	width: 560px;
	padding-top: 10px;
}
.column33White {
	width: 33%;
}
.column60White {
	width: 60%;
}
.column20White {
	width: 20%;
}
.column50White {
	width: 50%;
}
.column66White {
	width: 66%;
}
.columnSpacer {
	width: 10px;
}
/* 
   navigation homepage classes
   #########################################################
*/
.navTitle {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding-bottom: 4px;
}
.navText {
	color: #FFFFFF;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../gfx/more.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 2px;
	background-position: left 3px;
}
.navSpacer {
	background-image: url(../gfx/1x1W.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* 
   homepage arrows classes
   #########################################################
*/
.homepageTitle {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 3px;
}
.homepageText {
	color: #FFFFFF;
	padding-left: 10px;
	height: 100px;
}
.homepageTextGreen {
	color: #FFFFFF;
	padding-left: 10px;
	height: 80px;
}
.homeArrow {
	width: 25px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.homeArrow2 {
	width: 25px;
}
.homeLogos1 {
	padding-left: 10px;
	padding-right: 3px;
	vertical-align: middle;
	padding-top: 5px;
}
.homeLogos2 {
	width: 43px;
	padding-right: 3px;
	padding-left: 5px;
	vertical-align: middle;
	padding-top: 10px;
}
.homeLinks {
	vertical-align: middle;
	padding-top: 10px;
}
.homepageSubTitle {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 8px;
	padding-top: 8px;
}
/* 
   right nav classes
   #########################################################
*/
.rightNavTitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.rightNavSubTitle {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 3px;
}
.rightNavSubTitleLine {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 2px;
}
.rightNavText {}

/* 
   footer classes
   #########################################################
*/

.contentTitle {
	font-size: 28px;
	font-weight: bold;
	color: #c1141b;
}
.contentSubTitle {
	font-size: 12px;
	font-weight: bold;
}
.contentBold {
	font-size: 14px;
	color: #808080;
	padding-top: 5px;
	padding-bottom: 10px;
}
.contentBlltTitle {
	font-size: 12px;
	color: #c1141b;
	font-weight: bold;
	padding-bottom: 5px;
}
.contentBllt {
	padding-top: 2px;
	padding-right: 5px;
}
.contentBlltText {
	padding-bottom: 5px;
	font-size: 11px;
}
.contentBlltTable {
	background-color: #E0E0E0;
	padding: 5px;
}
/* 
   footer classes
   #########################################################
*/
.footerBG {
	background-image: url(../gfx/footerBG.gif);
	background-repeat: repeat-x;
	height: 75px;
}
.footerLogo {
	padding-left: 10px;
	width: 78px;
}
.footerCall {
	font-size: 25px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 25px;
}
.footerLinks {
	color: #FFFFFF;
	text-align: right;
	padding-top: 40px;
	padding-right: 10px;
}

/* 
   product selector classes
   #########################################################
*/
.prodSelectTitle {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.prodSelectInactive {
	font-size: 12px;	
	color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 10px;
}
.prodSelectSubTitle {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.prodSelectSubTitleLine {
	font-size: 10px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 10px;
}
/* 
   sitemap classes
   #########################################################
*/
.sitemapTitle {
	font-weight: bold;
	color: #000000;
	font-size: 13px;
	padding-bottom: 10px;
}
.sitemapSubTitle {
	font-weight: bold;
	color: #174a97;
	font-size: 11px;
	padding-bottom: 4px;
}
.sitemapLink {
	color: #000000;
	padding-bottom: 3px;
	padding-left: 15px;
	background-image: url(../gfx/more.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 2px;
	background-position: left 3px;
}
.sitemapSubLink {
	color: #000000;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(../gfx/more.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 2px;
	background-position: 15px 3px;
}

/* 
   Print classes
   #########################################################
*/
P.PrintBreak {page-break-before: always}
</style>
