
body			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: black;
					background-color: black; }
a				{ font-size: 12px; color: black; font-weight: normal; text-decoration: none; }
a:hover			{ text-decoration: underline; }
div				{  }
img				{ border-width: 1px; border-style: solid; border-color: black; }
table			{ border: 0px; }
table.main		{ width: 100%; }

td.line_left	{ font-size: 1px; width:  0%; height: 8px; background-image: url('../img/grey.jpg'); }
td.line_middle	{ font-size: 1px; width: 25%; background-image: url('../img/dark_red.jpg'); }
td.line_right	{ font-size: 1px; width: 75%; background-color: white; background-repeat: repeat-y;
					background-image: url('../img/dither.jpg'); }
td.line_short	{ font-size: 1px; background-color: white; background-repeat: repeat-y;
					background-image: url('../img/dither.jpg'); }

td.blank		{ background-color: white; padding: 0px; text-align: left; }

td.text_head	{ font-size: 16px; padding-left: 13px; padding-top: 3px; padding-bottom: 3px; vertical-align: bottom; 
					white-space: nowrap; background-image: url('../img/red.jpg'); }
td.text_left	{ background-color: white; }
td.text_middle	{ font-size: 12px; padding-left: 13px; padding-right: 24px; padding-top: 8px; padding-bottom: 10px;
					white-space: nowrap; text-align: right; vertical-align: top; background-image: url('../img/red.jpg'); }
td.text_right	{ font-size: 12px; padding-left: 24px; padding-top: 8px; padding-bottom: 10px;
					white-space: nowrap; background-color: white; }
hr				{ border: 2px; border-color: black; }


