/* MAIN.CSS for www.bc-cola.com *//* GLOBAL classes *//* main body copy */h1  {	color : #005A94; 	font-weight : bold; 	margin-top: 20px;	text-align: center;	font-size : 13pt; 	text-decoration: none;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;	}h2  {	color : #005A94; 	font-weight : bold; 	text-align: left;	font-size : 11pt; 	text-decoration: none;		font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;	}	h3  {	color : #005A94; 	font-weight : bold; 		text-align: left;	font-size : 10pt; 	text-decoration: none;		font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;	}	/* dpcument text */.copymain {	color : #005A94;	font-weight : normal;	font-size : 10pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}.copymainbold {	color : #005A94;	font-weight : bold;	font-size : 10pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}.copymaintable {	color : #005A94;	font-weight : normal;	margin-left: 5px;	font-size : 10pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* small black links: active */.copysm {	color : #005A94;	font-weight : normal;	font-size : 9pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;	padding-bottom : 9px;}/* main body copy bold, copy subtitles *//* text used in form fields - seems to work in Netscape, but not IE */.formtext {	color : #000000;	font-weight : normal;	font-size : 8pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* LIST CLASSES *//* unordered lists */ul {	color : #003366;	font-weight : normal;	font-size : 9pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* list elements */li {	color : #003366;	font-weight : normal;	font-size : 9pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;	padding-bottom : 8px;}/* ordered lists */ol {	color : #003366;	font-weight : normal;	font-size : 9pt;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* for any a href's in copy text that are not another class */A {	color : #003366;	font-weight : normal;	font-size : 9pt;	text-decoration: underline;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* Link Black mouse over - hover */A:hover {	color : #FF0000;}/* table column headers */.colheader {	color : #FF9900;	font-weight : bold;	font-size : 7pt;	text-decoration: none;	font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;}/* Legacy web colours */.bg1 {	background-color: #005A94;        /* sets to light blue for FAMILY LINKS box text*/}                .bg2 {  background-color: #CCFFFF;  /* sets to light blue fill to childred block */}.bg3 {  background-color: #005A94;  /* sets to light blue for order around children block*/}.fcol {  color: #FFFFFF;  /* sets to white */}
