/* Serves as 'default' also! */
TABLE {
	color: #000000;
	bordercolor: #183d6e;
	bgcolor: #336666;

	font-family: Verdana, Arial;
	font-size: 10pt;
	text-align: left;
}

P {
	margin-top : 1pt; margin-bottom : 1pt;
	padding-bottom : 2px; padding-right : 20px; padding-left : 20px; 
	text-indent : 20px;
}

A                     { color: #000066; text-decoration: none; }
a:link                { text-decoration: none; }
a:visited             { text-decoration: none; }
a:hover               { text-decoration: underline; }

hr                    { color: #000090; border-top: solid; noshade; width: 80%; height: 1; size: 1px; }

 .text-comment         { color: #666666; font-size: 8pt; }
A.text-comment         { color: #888877; }
A.text-comment:visited { color: #555555; }

 .menu                { color: #C7F0D3; font-size: 8pt; }
A.menu                { color: #000030; }
