
a:link {
	color: #FD6D0F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FD6D0F;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	background-image: url(../images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	line-height: 14px;
}
.headerCell {
	padding: 25px;
	padding-bottom: 5px;

	
}
.contentCell {
	padding: 39px;
	padding-bottom:15px;
	padding-top: 15px;

}

.smallContentCell{
	padding: 20px;
	padding-top: 5px;
}

body {
	
}
.headingText {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
}
.copyRight {
	font-size: 10px;
	color: #9C9C9C;
	border-top: 1px solid #cccccc;
	padding: 40px;
	padding-top:15px;
}
.nav {
	letter-spacing: normal;
	padding-bottom:5px;
	text-align:right;
	vertical-align:bottom;
	font-size: 13px;
	}
.mainTable {
	height: 100%;
	background-color: #FFFFFF;
	background-position: bottom;
	background-repeat: repeat-x;
}

.boxTop{
	background-image: url(../images/box/top.gif);
	height: 14px;
	font-size:1px;	
	
}

.boxMiddle{
	background-image: url(../images/box/middle.gif);

	background-repeat: repeat-y;
	

}

.boxBottom{
	height: 14px;
	font-size:1px;
	background-image: url(../images/box/bottom.gif);

	
}
.boxRight { 
	background-image: url(../images/box/middleRight.gif);
	font-size:1px;	
}
.boxLeft { 
	background-image: url(../images/box/middleLeft.gif);
	font-size:1px;	
}
.smallerContentCell{
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: normal;
}

td{
	text-align:left;
}
.centreCell{
	text-align:center;
}


.newsBlockCell{
	padding-top: 5px;
	padding-left: 7px;
	text-align: center;
}

.standardSpacing{
	letter-spacing: normal;
}