@charset "utf-8";
/* CSS Document */

body 
{ 	
	font-family: Verdana;
	background-color: #e8e8e8; 
}

.bodyTable
{ background-color: White; }

.headerText
{ 
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: White;
}

.bodyText
{ 
	font-family: Verdana;
	font-size: 11px;
}
.bodyTextBold
{ 
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.footerText
{ 
	font-family: Verdana;
	font-size: 9px;
}