body {
	background-image:url(../pictures/graphics/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color:#333333;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	line-height: 18px;
	border:0px;
}	
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:left;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	text-align:left;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.strong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:left;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.strong-centre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:center;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.strong-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:right;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.strong-grey-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	text-align:right;
	line-height: normal;
	font-weight: bold;
	color:#999999;
	text-decoration: none;
}
a {
	color: #CCCCCC; 	
}
a:link {
	color: #CCCCCC; 	
}
a:hover {
	color: #FFCC00;
}

