/* HTML Defaults */
p, td	{ font: 8pt Arial;
	  color: #FFFFFF; }

input, textarea, select	{
	font: 8pt Verdana;
	border: 1px solid #505050;
	background-color: #f5f5f5;
}

/* Colors */
.dktl	{ color: #3E7070; }
.lg	{ color: #6c6c6c; }
.dg	{ color: #404040; }
.medtl	{ background-color: #7CA3A3; }
.gbg	{ background-color: #C6C6C6; }
.lgbg	{ background-color: #E5E5E5; }
.dgbg	{ background-color: #707070; }
.w	{ color: #ffffff; }
.wbg	{ background-color: #ffffff; }


/* Sizes */
.med	{ font-size: 10pt; }
.big	{ font-size: 11pt; }
.s	{ font-size: 7pt; }
.h	{ font-size: 14pt; }
.n	{ font-size: 8pt; }
.v	{ font-family: Verdana; }

/* Decoration & Spacing */
.sp     { line-height: 150%; }
.ssp	{ line-height: 160%; }
.b	{ font-weight: bold; }
.i	{ font-style: italic; }
.u	{ text-decoration: underline; }
.bdr	{ border: 1px solid #505050; }


/* Specialized Cases */
A		{ text-decoration: none; }
A:hover		{ text-decoration: underline; }
