BODY  {
	color: White;
	background-color: #000099;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	/*font-size: medium;*/
	font-size: 1em;
	text-align: left;
	background-image : url(images/background.gif);
}

TD  {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size: medium;
	text-align: left;
}




A:LINK, A:VISITED {
	text-decoration: none;
	color : Yellow;
}

.coloured {
	color: Maroon;
}


.colouredOnBlack {
	color: #7FFFD4;
}

A:HOVER {
	text-decoration: underline;
	color : Yellow;
	background-color : Silver;
}

TD.mainCopy {
	background-color : #CCCCCC;
	color : Black;
	background-image : url(images/tableBackground.gif);
}



A.mainCopy:LINK, A.mainCopy:VISITED {
	color : Blue;
}

 A.mainCopy:VISITED {
	color : Navy;
}

TD.sidebar {
	background-color : Black;
	width : 150px;
}

TD.sidebarEmpty  {
	width : 150px;
}

TD.menu {
	color : Yellow;
	font-variant : small-caps;
	font-weight : bold;
	width : 120px;
	line-height : 250%;
}

.footer {
	margin-left : 5%;
}

.headline {
	margin-left : 5%;
}

TD.menuURHere {
	color : White;
	font-variant : small-caps;
	font-weight : bold;
	line-height : 250%;
}


H1, H2, H3, H4 {
	color : White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
}

.thumbnail {
	margin-left : 25px;
	border : thin solid #DCDCDC;
	background-color : #BDB76B;
}

.caption {
	font-size : 90%;
	font-style : italic;
}

