﻿html, body {
	background-color: #000000;
	color: #000;
	font: normal 90%/1.8em Celestia Antiqua, tahoma, verdana, helvetica, arial, sans-serif;
	margin: 0;
}

.boldText 
{
	font-weight: bold;
	font-size: 12pt;
}

.boldTextSmall
{
	font-weight: bold;
	font-size: 10pt;
}

.errorList
{
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
}	

.headline 
{
	font-family: Celestia Antiqua, Book Antiqua;
	font-size: 14pt;
	font-weight: bold;
	color: Red;
	text-align: center;	
}

.image 
{	
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: top;
	max-width: 150px;
}

.imageLeft
{
	float:left;	
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: top;
	max-width: 150px;
}

.imageRight
{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	vertical-align: middle;
	max-width: 150px;
}

.txtRed 
{
	color:#FF0000;
}

.txtRedMd 
{
	color:#FF0000;
	font-size: 14px;
	font-weight: bold;
}

.txtRedLg 
{
	color:#FF0000;
	font-size: 16px;
	font-weight: bold;
}

.txtBlackLg 
{
	color:#000000;
	font-size: 16px;
	font-weight:normal;
}
.txtBlackSmall
{
    color: #000000;
    font-size: 8px;
    font-weight: bold;
}
.tableoutline {
	border: thin solid #B4B4B4;
}