﻿body {
	background-color: #1958B7;
	margin: 0px;
	font-family: "Trebuchet MS";
}
table {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.Left {
	width: 180px;
	vertical-align: top;
}
.Right {
	width: 620px;
	vertical-align: top;
}
.TopLogo {
	border-width: 0px;
	padding: 15px;
}
.Title {
	padding: 10px;
	font-size: 36pt;
	text-align: center;
	background-color: #1958B7;
	color: #FFFFFF;
}
.Centre {
	text-align: center;
}
.Body {
	font-size: 10pt;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
}
.BodyH {
	font-size: 16pt;
	font-weight: normal;
}
.BodyL {
	margin: 5px 30px 5px 30px;
	font-size: 10pt;
	text-align: justify;
}

.BodySubHead {
	font-size: 12pt;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: bold;
}

.Body a {
	text-decoration: none;
}
.BodyHeader {
	font-size: 16pt;
	margin-left: 10px;
	margin-top: 10px;
}
.BodyInfo {
	font-size: 8pt;
	text-align: left;
}

.Bottom {
	padding: 5px;
	background-color: #1958B7;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: center;
}
.Bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.Bottom a:visited {
	color: #FFFFFF;
}
.Bottom2 {
	padding: 7px;
	background-color: #0F3266;
	color: #FFFFFF;
	font-size: 11pt;
	text-align: center;
}
.Bottom2 a {
	color: #FFFFFF;
	text-decoration: none;
}


#blueblock{
width: 180px;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
w\idth: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}




.Time {
	font-size: 10pt;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
}




