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

/* Website Structure Styles */
body {
	margin: 0px;
	background: url(images/bg_rpt.gif) top center repeat-y;
}
.footer {
	background: #;
	color: #000;
	height: 50px;
	text-align: center;
	padding: 5px;
}

/* Font Styles */
h1, h2, h3 {
	color: #99cf14;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	margin-bottom: -5px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
}
h2 {
	font-size: 11px;
	font-weight: bold;
}
h3 {
	font-size: 15px;
	font-weight: normal;
}
td, p, a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-size: 12px;
}
td, p {
	color: #333;
}
a {
	color: #a6ce39;
	text-decoration: none;
}
a:hover {
	color: #333;
}
.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 {
	padding: 5px 0px 5px 10px;
}
.menu a:link {
	color: #333;
	text-decoration: none;
}
.menu a:visited {
	color: #333;
	text-decoration: none;
}
.menu a:hover {
	color: #a6ce39;
	text-decoration: none;
}