@charset "utf-8"; body { 	font-family: cuprum; 	color: #000000; 	line-height: 125%; 	font-style: normal; 	font-weight: 400; } 
table{ 	border: thin 	#CCC; 	frame:"border"; 	rules:"rows"; 	text-align: left; 	 } 
.small { 	font-size: x-small } 
.beige { 	color: #FFFFCC } 
.red { 	color: #F00; } 
.yellow { 	color: #FF0; } 
.black { 	color: #000; } 
.inverseheading {
	font-size: x-large;
	color: #FFF;
	background-color: #000;
	font-style: normal;
	font-weight: 400;} 
.courier { font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 14px;} 
.white { 	color: #FFF; } 
.larger { 	font-size: large; } 
.justified { 	text-align: justify; } 
.centre { 	text-align: center; } 
.left { 	text-align: left; } 
.arial { 	font-family: Arial, Helvetica, sans-serif; } 
.greycellfill { 	background-color: #CCC; } 
.text_darkblue { 	color: #000080; } 
.text_pink { 	color: #FF0080; } 
.text_brown { 	color: #400000; } 
.text_green { 	color: #0F0; } 
.text_purple { 	color: #400080; } 
