.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #efefef;
	background-color: #5E626D;
	/*background-color: #efefef;*/
	text-align: center;
	margin-top: 15px;
}
.cssContent
{
	background-color:#222222;
	/*background-color:#525157;*/
	margin:0px auto; /* centre DIV on page */
	top: 0px;
	left: 0px;
	width: 905px; 
/*	color: #EFEFEF; */
	color: #EDECE4;
	padding-right: 10px; padding-left: 10px; padding-bottom: 10px; padding-top: 10px;
	text-align: justify;
}
.cssSmall
{
	font-size: 10px;
}
.cssCentre
{
	text-align:center;
}
.cssPictureBorder
{
	border-right: #ffffff 3px solid;
	border-top: #ffffff 3px solid;
	border-left: #ffffff 3px solid;
	border-bottom: #ffffff 3px solid;
}
.cssTableHeader
{
	background-color: #FFC876;
	color: #000000;
	font-weight:bold;
}
.cssTableRowOdd
{
	background-color: #EEEEEE;
	color: #000000;
}
.cssTableRowEven
{
	background-color: #DDDDDD;
	color: #000000;
}
.cssPrice
{
	color:#FF0000;
	font-weight:bold;
}
h1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color:#B1C4E2;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
h2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color:#B1C4E2;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:0px;
}
/* --------------------------------------------------- */
a:link {
	color: #FFC876; 
	text-decoration: underline;
}
a:visited {
	color: #FFB340;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: yellow
	font-style:italic;
	text-decoration: none;
}
/* --------------------------------------------------- */

