body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#454545;
	line-height:15px;
}

.colourWhite{
	color:#ffffff;
}

.colourGray{
	color:#454545;
}

.boxSection{
	width:800px;
	height:70px;
	background-repeat:repeat-x;
}
.bgMain{
	width:800px;
	background:url(../Images/backContent.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

a:link {
	color:#CCCCCC;
	text-decoration: none;
}

a:visited {
	color:#BBBBBB;
	text-decoration: none;
}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

a:active {
	color:#999999;
	text-decoration: none;
}

.SectionTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #FFFFFF;
}