/*page colours*/

body {
	background-color: #555550;
}



/*link controls*/

a:link {
	color: #CCCCCC;
	text-decoration: none;
}

a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover {
	color: #FF9933;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: none;
}




	
/*text controls*/

p {color: black; 
font-family: Arial, Helvetica; 
font-size: small}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.bottomMenu {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	
}

.bodyText {
	color: #474743;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	margin-left: 15px;
	
}

.bodyTextOnGrey {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	margin-left: 15px;
	
}

.bodyTextHighlight {
	color: #E59500;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: medium;
	
}

/*table controls*/

