BODY {		background-color: white;
		color: black;
		font-family: arial;
		font-size: 14px;
		font-weight: bold }

A:LINK {	color: black; 
		text-decoration: none;
		font-weight: bold }
A:ACTIVE {	color: red; 
		text-decoration: none;
		font-weight: bold }
A:VISITED {	color: maroon; 
		text-decoration: none }
A:HOVER {	color: blue; 
		text-decoration: underline; 
		font-style: italic;
		font-weight: bold }

TD {		font-size: 14px;
		font-weight: bold }

LI {		list-style-type: disc;
		font-size: 14px;
		font-weight: bold }

.crcl	{	list-style-type: circle }

.disc	{	list-style-type: disc }

.num	{	list-style-type: decimal }

.auc	{	list-style-type: upper-alpha }

.alc	{	list-style-type: lower-alpha }

.ruc	{	list-style-type: upper-roman }

.rlc	{	list-style-type: lower-roman }

.normal {	font-weight: normal }

.12px {	font-size: 12px }

.14px {	font-size: 14px }

.16px {	font-size: 16px }

.18px {	font-size: 18px }

.20px {	font-size: 20px }

.22px {	font-size: 22px }

.24px {	font-size: 24px }

.26px {	font-size: 26px }

.2x12 {	height: 2;
		width: 12 }

.10x12 {	column-span: 2;
		row-span: 2;
		height: 10;
		width: 12 }

.left {		text-align: left }
.center {	text-align: center }
.right {	text-align: right }
.justify {	text-align: justify }


.dkblue {	background-color: darkblue }

.black {	background-color: black }

