<!-- COLOURS : NAVY #25228D / RED #FF0000-->

BODY, TD {
	margin:0px;	
	padding:0px;
	font-family:verdana, sans serif;
	font-size:11px;
	line-height:14px;
	background-color:#EAEAEA;
	}

.text-area {
	border-left:1px dotted #666666;
	float:left;
	width:500px;
	font-family: Arial, sans-serif;
	font-size:12px;
	}
P {
	margin:0px;
	color:#333333;
	padding:5px 12px 5px 12px;
	}
td {
	font-size:12px;
	}

a:link, a:active {
	font-weight:bold;
	text-decoration:underline;
	color:#25228D;
	}
a:visited {
	font-weight:bold;
	text-decoration:underline;
	color:#25228D;
	}
a:hover {
	font-weight:bold;
	color:#fff;
	background-color:#FF0000;
	text-decoration:none;
	}
h1 {
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: #25228D;
	font-weight: 400;
	padding: 18px 15px 0px 0px;
	margin:0px 0px 0px 10px;
	border-bottom:1px solid #666666;
}

h2 {
	font-size: 18px;
	font-family: Arial, sans-serif;
	color: #25228D;
	font-weight: bold;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #25228D;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
}
	
#main {
	width:730px;	
	background-color:#FFFFFF;
	border-width:5px 1px 1px 1px;
	border-style:solid;
	border-color:#1B1882;
	}

.top-title {
	text-align:right;
	width:730px;
	}
	
.nav-row {
	background-color:#7F7F7F;
	height:27px;
	width:730px;
	}
 
.nav {
	font-family:arial, sans serif;
	font-size:11px;
	text-align:right;
	color:#ffffff;
	padding:6px 13px 6px 0px;
	}
	
.nav a:link, .nav a:visited {
	text-decoration:none;
	color:#ffffff;
	padding:2px;
	font-weight:bold;
	}
	
.nav a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#FF0000;
	}
	
.white-caps {
	font-family:arial, sans serif;
	font-size:11px;
	text-align:right;
	color:#ffffff;
	}
	
.white-caps a:link, .white-caps a:visited {
	text-decoration:none;
	color:#ffffff;
	}
	
.white-caps a:hover {
	text-decoration:underline;
	color:#ffffff;
	}

.intro-row {
	font-family:arial, sans serif;	
	background-color:#1B1882;
	height:152px;
	width:730px;
	color:#fff;
	font-size:12px;

	}
	
.login-row {
	background-color:#7F7F7F;
	width:730px;
	border-top:1px solid white;
	text-align:right;
	}
	
.content {
	width:730px;
	}
	
.left {
	width:190px;
	float:left;
	font-family: Arial, sans-serif;
	font-size:13px;
	}
.left a:link, .left a:visited, .left a:active {
	float:left;
	font-weight:bold;
	text-decoration:underline;
	color:#25228D;
	}	
.left a:hover {
	font-weight:bold;
	color:#fff;
	background-color:#FF0000;
	text-decoration:none;
	}
.left-nav {
	font-family: Arial, sans-serif;
	font-size:11px;
	padding:7px 10px 0px 15px;
	}
.left-nav a:link, .left-nav a:visited, .left-nav a:active {
	font-weight:bold;
	text-decoration:none;
	color:#25228D;
	}	
.left-nav a:hover {
	font-weight:bold;
	color:#FF0000;
	background-color:#FFF;
	text-decoration:underline;
	}
.left-nav-head {
	font-family: Arial, sans-serif;
	font-size:12px;
	border-bottom:1px solid #ff0000;
	margin:0px 10px 0px 15px;
	padding:7px 10px 0px 0px;
	}
.footer {
	font-family:arial, sans serif;
	width:730px;
	margin-top:30px;
	text-align:center;
	}

.footer-link {
	color:#999999;
	font-size:11px;
	padding-bottom:3px;
	}
	
.footer-link a:link, .footer-link a:visited {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}

.footer-link a:hover {
	color:#fff;
	background-color:#FF0000;
	text-decoration:none;
	}
	
.footer-text {
	color:#333333;
	font-size:10px;
	padding-bottom:3px;
	}
form {
	padding: 0px;
	margin: 0px;
}

input, select, textarea {
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	padding-bottom: 4px;
	padding-top: 2px;
	margin-left: 30px;
	font-weight: bold;
	}
	
ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol{
	list-style-type: lower-roman;
}

ol ol ol ol {
	list-style-type: lower-roman;
}

ol ol ol ol ol{
	list-style-type: lower-roman;
}

li {
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;	
	padding-top: 2px;
}

li a {
	color: #25228D;
	font-weight: bold;
	text-decoration: underline;
}

li a:hover {
	color: #FFF;
	background-color: #FF0000;
}