.global {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}
.maintable {
	background-color: C8E7F8;
	border: 2px solid #FFFFFF;
}
.leftbox {
	padding-top: 35px;
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.rightbox {

	padding-top: 35px;
	text-align: center;
	vertical-align: top;
}
.centrebox {
	padding-top: 35px;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 30px;
}
.footer1 {
	background-color: #A3D8F5;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-left: 40px;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}
h1 {
	font-size: 17px;
	margin-bottom: 5px;
}
h2 {
	font-size: 14px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-style: italic;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #003399;
}
ul {
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
	margin-top: 10px;
}
.largetext {
	font-size: 30px;
}
.sidebox {
	font-size: 12px;
	padding: 0px 20px;
	background-image: url(images/blue_bg.gif);
	background-repeat: repeat;
}
.footer2 {
	background-color: #808285;
	padding-bottom: 5px;
	padding-left: 40px;
	text-align: center;
}
.smalltext {
	font-size: 10px;
	color: #FFFFFF;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
.sorry {
	background-color: #FFFF00;
}
