/*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;
	
}

.dropDowns {
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	background-color: #555550;
	
}
