@charset "UTF-8";
/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}
A:Link { color : #2e3e5e; text-decoration: none }
A:Visited { color : #345393; text-decoration: none }
A:Active { color : #2e3e5e; text-decoration: none }
A:Hover { color : #000000; text-decoration: underline }
#header {
height: 156px;
background: url(../image/banner_bkgd.png) center no-repeat;
}
#nav {
top: 156px;
height: 21px;
background-color:#345393;
font-weight: bold;
}
#centre {
top: 177px;
background-color:#5872a6;
margin-left: 0px;
}
#footer {
height: 22px;
background-color: #000000;
font-size: 9px;
}
p
{margin: 0 0 0px 0;
}
h1, h2, h3 {margin: 0 47 47px 47;
}

#nav a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 21px;
}
#nav a:hover, #nav a:focus {
background: #5872a6;
color: #000000;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 30px;
color: #FFFFFF;
}
h2 {
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
line-height: 30px;
color: #345393;
}
h3 {
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 12px;
color: #c29809;
}

.tableheadglobal {
color: #FFFFFF;
background: #666666;
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: 9px;
border: 1px #000000;
}
.tablealternate {
color: #000000;
background: #dddddd;
}
.tablehead {
color: #FFFFFF;
background: #df5b42;
}
.tablehead A:Link { color : #FFFFFF; text-decoration: none }
.tablehead A:Visited { color : #FFFFFF; text-decoration: none }
.tablehead A:Active { color : #FFFFFF; text-decoration: none }
.tablehead A:Hover { color : #FFFFFF; text-decoration: underline }
.index {
	color:#FFF;
	text-transform: uppercase
}
.indexsolution {
	color:#FFF;
	text-transform: uppercase;
	font-size: 13px;
}