<!-- 
     use colour to differentiate between different style of link
     use size to differentiate between headers
     use weight to provide emphasis
-->
.tablehead	{ color:black; font-size:16pt; font-family:"times new roman"; font-weight:normal }
.normal 	{ color:black; font-size:12pt; font-family:"times new roman"; font-style:normal; font-weight:normal; text-decoration:none}
.normal_i_u 	{ color:black; font-size:12pt; font-family:"times new roman"; font-weight:normal; font-style:italic; text-decoration:underline }
.em1 		{ color:black; font-size:12pt; font-family:"times new roman"; font-weight:bold}
.em2 		{ color:darkblue; font-family:"times new roman"; font-size:14pt; font-weight:bold}
.em3 		{ color:red; font-family:"times new roman"; font-size:14pt; font-weight:bold}
.em4 		{ color:#006600; font-family:"times new roman"; font-size:14pt; font-weight:bold}
.em4_italic 	{ color:#006600; font-family:"times new roman"; font-size:14pt; font-weight:bold; font-style:italic}
.swiss 		{ color:#FF8080; font-family:"impact"; font-size:24pt; font-weight:bold}

.menu_option	{ color:black; font-family:"castellar","times new roman"; font-variant: "small caps"; font-size:12pt}
.result_date	{ text-align:center; color:black; font-family:"times new roman","times new roman"; font-variant: "small caps"; font-size:12pt}

.em1_centre 	{ text-align:center; color:black; font-size:12pt; font-family:"times new roman"; font-weight:bold}
.em2_centre     { text-align:center; color:darkblue; font-family:"times new roman"; font-size:14pt; font-weight:bold}
.normal_centre 	{ text-align:center; color:black; font-size:12pt; font-family:"times new roman"; font-weight:normal }
.normal_right 	{ text-align:right; color:black; font-size:12pt; font-family:"times new roman"; font-weight:normal }
.normal_justify { text-align:justify; color:black; font-size:12pt; font-family:"times new roman"; font-weight:normal }

.em5 		{ text-align:center; color:black; font-size:24pt; font-family:"times new roman"; font-weight:bold}
.em6 		{ text-align:center; color:darkblue; font-family:"times new roman"; font-size:12pt; font-weight:bold}
.em7 		{ text-align:center; color:red; font-family:"times new roman"; font-size:20pt; font-weight:bold}
.em8 		{ text-align:center; color:#006600; font-family:"comic sans ms"; font-size:14pt; font-weight:bold}
.red 		{ color:red }
.purple 	{ color:blue; font-weight:bold }

.winners 	{ color:black; font-size:12pt; font-family:"lucida sans"; font-variant: "small caps";font-weight:bold }

a:link 		( color:red;  font-family:"lucida sans"; font-size:12pt; border:0 }
a:visited 	( color:blue;  font-family:"lucida sans"; font-size:12pt; border:0 }
a:active 	{ color:green;  font-size:12pt; border:0 }
a:link:hover 	{ outline: solid blue;  font-weight:bold; font-size:12pt; border:0 }
a:focus 	{ outline: solid blue;   font-size:12pt; border:0}


