﻿/* MAIN and BODY */

	 body { margin: 0px; padding: 0px; background-color: black; background: url("../images/bkg.gif") top center repeat-y; text-align: center;}
	 td { font-size: 9pt; font-family: Tahoma,Geneva,SansSerif; color: #DDDDDD; }
	 form { margin: 0px; }
	 fieldset { text-align: center; background-color: #121212; border: 1px solid #333333; padding: 0px 5px 5px 10px;}
	 legend { text-align: center; color: #DD0000; font-size: 12pt; font-weight: bold; }
	
	a { text-decoration: none; color: #ebbc38; font-weight: bold; }
	a:visited { text-decoration: none; color: #ebbc38; font-weight: bold;}
	a:hover { text-decoration: underline; color: #ebbc38; font-weight: bold;}
	a:active { text-decoration: underline; color: #ebbc38; font-weight: bold;}
	
	#showtable { margin-top: 10px; }
	.showdate { font-weight: bold; color: yellow; font-size: 10pt;}
	.show { font-weight: bold; color: white;}

	
	
	 .right { text-align: right; }
	 .left { text-align: left; }
	 .justify { text-align: justify; }
	 .center { text-align: center; }
	 
	 .bl { border-left: 1px dotted #999900; }
	 .br { border-right: 1px dotted #999900; }
	 .bt { border-top: 1px dotted #999900; padding-top: 4px; }
	 .bb { border-bottom: 1px dotted #999900; }
	 
	 .content440 { width: 440px; padding: 10px; background-color: #121212; margin: 0px; text-align: justify;}
	 .content440c { width: 440px; padding: 10px; background-color: #121212; margin: 0px; text-align: center;}
     .content215 { width: 215px; padding: 10px; background-color: #121212; margin: 0px; text-align: justify;}
	 
	 .txt-footer { font-size: 8pt; color: #666666; text-align: center; padding: 70px 0px 0px 0px;}
	 .t9 { font-size: 9pt; }
	 .t8 { font-size: 8pt; }
	 .t10 { font-size: 10pt; }
	 .t12 { font-size: 12pt; }
	 .t14 { font-size: 14pt; }
	 .t16 { font-size: 16pt; }
	 .t24 { font-size: 24pt; }
	 .date-txt { font-size: 12pt; font-weight: bold; line-height: 12pt; }
	 
	 .yellow-txt { color: #DDDD00; }
	 .red-txt { color: #DD0000; }
	 .grey-txt { color: #777777; }
	 .lgrey-txt { color: #AAAAAA; }
	 
	 .grey-bkg { background-color: #232323; }
