/* Filename:	General.css					*/
/* MODIFICATION RECORDS:					*/
/*									*/
/*  Date	Who	Ver	Details of Change			*/
/*  ~~~~	~~~	~~~	~~~~~~~~~~~~~~~~~			*/
/* 190806	CED	1.1	Made top-menu slightly larger	*/
/* --------------------------------------------------	*/
HTML	{	font-family: verdana, arial, Helvetica, sans-serif;	font-size:	11pt;	}

BODY		{	margin-left: 10px;	margin-right: 10px;	background-color: #CCffFF;	}
BODY		{	font-family: verdana, arial, Helvetica, sans-serif;	}
TxH,TxD		{	font-family: verdana, arial, Helvetica, sans-serif;	font-size:	12px;	}

A:link,	A:visited 	{ color: blue;	text-decoration: none;	}
A:active,	A:hover	{ color: red;	text-decoration: none;	}

DIV.blackmenu {	background-color: black;	color: #99ff99;	text-align: center;
			font-family: arial, sans-serif;	font-size: 0.9em;	}

A:link.WhiteRed,	A:visited.WhiteRed {	color: white;	}
A:hover.WhiteRed,	A:active.WhiteRed	{	color: red;	font-weight: bold;	}

.ldl	{	color: #993300;	font-size: 1.2em;	}

P.Title {	font-family: arial, sans-serif; font-weight: bold;	font-size: 24pt;	text-align:	center;	}

SPAN.Co {	color: #FF0000;	background-color: White;	font-weight: bold;	font-family: arial, sans-serif; }

.Big		{ font-size: 18px; }	/* 16px is normal */
.BigBold	{ font-size: 18px; font-weight: Bold; }
.Indent	{ text-indent: 25px; text-align: justify;	}

TR.Highlight, TD.Highlight, TH.Highlight	{ background-color: #00FFFF;	}
TR.Basic,	TD.Basic,	TH.Basic		{ background-color: #CCFFFF;	}
TR.Head,	TH.Head				{ background-color: #FFFF99;	}
TR.White						{ background-color: #FFFFFF;	}

.Copy, .CopyL, .CopyC, .CopyR	{ font-family: times, serif;	font-size: 8pt;	margin-top: 10pt;	border-top-style: solid; border-top-width: 1px;	border-color: black;	}
.CopyC	{ text-align: center;	}
.CopyR	{ text-align: Right;	}
