/* --------------------------------------------------------------------- */
/* CAPSTONE.CSS						      Copyright Capstone Systems Ltd */
/* --------------------------------------------------------------------- */


body { 
	font-family: Verdana, Arial, sans-serif; 
	color: black;
	background-color:white;
	margin-left: 12pt; 	
	margin-right: 12pt;
	font-size:9pt; line-height:11pt; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Palatino Linotype", Garamond, "Times New Roman", serif;
	margin-top:0%; margin-bottom:0%;
	font-weight:bold;  font-style:italic;
	color:maroon;
}
h1	{ font-size:24pt; line-height:30pt }
h2	{ font-size:18pt; line-height:22pt }
h3	{ font-size:16pt; line-height:18pt }
h4	{ font-size:14pt; line-height:16pt }
h5	{ font-size:12pt; line-height:12pt }
h6	{ font-size:9pt; line-height:11pt }	/* Same size as body font */


hr	{ color:maroon;  	/* Horizontal line */ }


ol 	{ margin-top:0%; margin-bottom:0%; }
ul 	{ margin-top:0%; margin-bottom:0%; }


p	{ margin-top:0%; margin-bottom:0%; }


pre	{ 
	font-family: monospace; 
	margin-top:0%; margin-bottom:0%;
}


/* TABLES */
/* table { 
	 padding-left: 25px; padding-right: 25px; padding-top: 5px; padding-bottom: 5px;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
	cellspacing: 10px; cellpadding: 50px;
}
 */

td 	{ font-size:9pt; line-height:11pt; }
th	{ font-size:9pt; line-height:11pt; font-weight:bold; font-style:italic; text-align:left; }


/* LINKS */
a:link { color:blue;    text-decoration:none; }
a:active { color:black; text-decoration:none; }
a:hover { color:red;    text-decoration:none; }
/* a:visited { prefer to omit } */


/* VERTICAL GAPS : to provide gaps of n-pts between paragraphs */
p.gap3 { line-height:3pt; }   
p.gap6 { line-height:6pt; }
p.gap12 { line-height:12pt; }
p.gap18 { line-height:18pt; }
p.gap24 { line-height:24pt; }


/* CLASSES */
p.box { font-size:8pt; line-height:10pt; border-style:solid; border-width:1px; border-color:black; color:blue; background:silver; padding-left:25px; padding-right:25px; padding-top:5px; padding-bottom:5px; }
p.pt8 { font-size:8pt; line-height:10pt; }
p.sideline { border-left: solid; border-color: red; margin-left: -1em; padding-left: 1em; }

.upright { font-style:normal; }  	/* Use with h1-h6, to alter italic to upright */ 
span.invisible span { display: none ; }		/* Use to make text invisible, eg in middle of an email address */



/* --------------------------------------------------------------------- Amendments */
/* 06/10/06 Written
/* --------------------------------------------------------------------- THE END */