
body {
		background-color:#000000;
		margin-top:10;
		margin-left:10;
		
		}

.bodyText01 {
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	text-align: left
}

.bodyText02 {
	font-family: Verdana;
	font-size: 10px;
	color: Black;
	text-align: left
}

.bodyText03w {
	font-family: Verdana;
	font-size: 14px;
	color: White;
	text-align: left;
	font-weight: 100;
}

.bodyTextJust {
	font-family: Verdana;
	font-size: 11px;
	color: Black;
	text-align: justify;
}

.bodyText01Center {
	font-family: Verdana;
	font-size: 12px;
	color: Black;
	text-align: center
}

.caption {
	font-family: verdana;
	font-size: 10px;
	color: white;
	background-color: #0000CC;
	font-weight: 200;
}

.header1 {
    font-family: verdana;
	font-size: 20px;
	color: #00008B;
	font-weight: bold;
}

.smallText {
	   font-family: verdana;
	   font-size: 9px;
	   text-align: center;
}

.header2 {
    font-family: verdana;
	font-size: 20px;
	color: Black;
	font-weight: bold;
}

.header3 {
    font-family: verdana;
	font-size: 18px;
	color: Black;
	font-weight: bold;
}

.header4{
    font-family: verdana;
	font-size: 14px;
	color: Black;
	font-weight: bold;
}.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.verdanaunderlined {
	font-family: verdana;
	font-size: 12px;
	text-decoration: underline;
}

}
.orangebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size:16px;
	font-weight:bold;
}
.blueebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0066FF;
	font-size:16px;
	font-weight:bold;
}

table#sample {    
	background-color:#420042;  
	border: solid #000 3px;    
	width: 100%;
	padding-left:10;
}
.redbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
}