/* Style2 */
/*
Colour 1: #830635
Colour 2: #ffe1e9
Colour 3: #E1A0B1
Colour 4: #DE2C82;
*/

/* Website Structure Styles */
body {
	margin: 0px;
	background: #6c8cc8;
	background-image: url(images/bg_rpt.jpg);
	background-repeat: repeat-x;
	background-position:top;
}
.main_table {
	padding: 15px;
}
.footer {
	background: #;
	color: #000;
	height: 50px;
	text-align: center;
	padding: 5px;
}
.quote {
	background-image: url(images/quotes_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* Font Styles */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 110%;
	margin-bottom: 0px;
}
h1 {
	font-size: 43px;
	color: #000;
	line-height: 100%;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 22px;
	color: #CC0000;
	font-weight: bold;
}
h3 {
	font-size: 18px;
	color: #6c8cc8;
	text-align:left;
	font-weight: bold;
}
h4 {
	font-size: 12px;
	text-align:left;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #2e3192;
	font-weight: bold;
	margin: 0px;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	font-size: 12px;
}
.small-print {
	font-size: 9px;
}
.large-print{
	font-size: 14px;
	line-height: 150%;
}
td, p {
	color: #000;
}
.text p {
	font-size: 14px;
}
a {
	color: #0a326c;
	font-size: 14px;
	font-weight:normal;
	text-decoration: underline;
}
a:hover {
	color: #999;
}
.footer a {
	color: #ffe1e9;
}
.footer a:hover {
	color: #FFF;
}
ul,ol {
	margin-left: 5px;
	padding-left: 15px;
	text-indent: 0px;
}
ul {
	list-style: square;
}

/* Menu Styles */
.menu {
	color: #FFF;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	line-height: 110%;
}
.menu a:link {
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color: #0a326c;
	text-decoration: none;
}