/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9f0000;
}
table,ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #444;
	line-height: 17px;
	list-style-type: square;
}
.BorderColour {
	border: 1px solid #D6CFC7;
	background-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
a:link {	color: #9F0000;	text-decoration: none;}
a:visited {	color: #003366;	text-decoration: none;}
a:active {	color: #003366;	text-decoration: none;}
a:hover {	color: #6F625A;	text-decoration: underline;}
.textPadding {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.textBGcolour{
	background-color: #efefef;
}


.heading {
	font-size: 17px;
	color: #000;
	background-color: #ede500;
	padding-left: 30px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 25px;
	font-weight: bold;
}

.footer { font-size: 10px; color:#d06464;}
.footer a { color:#d06464;}