/*
*********************************************************************************
* Cyanic Systems Ltd
*
* Author: 	Duncan Lawley
* Page:         csl_style.css
*
* History:      05/01/2004 - DJL - Created
*********************************************************************************
*/

/* Basic settings */
body 			{ color: darkblue; font-family: "Arial"; font-size: 8pt; margin: 0pt; scrollbar-base-color: #FFFFFF; scrollbar-arrow-color: #AACBEE; }
table 			{ font-size: 8pt; font-family: "Arial";}
p 			{ font-size: 8pt;font-family: "Arial"};
b                       { color:darkblue;}
i                       { color:darkblue;}
A                       { font-size: 8pt; font-family: "Arial"};
A:link 			{ text-decoration: none; color: black; }
A:visited 		{ text-decoration: none; color: black; }
A:hover 		{ text-decoration: none; color: #FF8A01; }

.rule                   { color: gray; height: 1pt; }
/*
*********************************************************************************
*/