body
{
	font-size: 10px;
	margin: 10px;
	color: black;
	font-family: Arial, Verdana;
	background-color: #ffffff;
}

H1
{
	font-weight: bold;
	font-size: 16pt;
	color: black;
	font-family: Arial, Verdana;
}
H2
{
	font-weight: bold;
	font-size: 14pt;
	color: black;
	font-family: Arial, Verdana;
}
H3
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Arial, Verdana;
}
.leadtext
{
	color: #1055A5;
}
TR.GridHeader
{
	font-size : 8pt;
	font-weight : bold;
	color : White;
	background-color : #1055A5;
}
TR.GridItem
{
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	background-color : "#f5f5f5";
}
TR.GridAlternatingItem
{
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	background-color : "#d3d3d3";
}
.Header
{
	color: #1055A5;
	font-weight:bold;
}
#Footer
{
	padding-left: 5px;
	font-weight: bold;
	color: white;
	font-family: Arial;
	border-right: #1055A5 1px solid;
	border-top: #1055A5 1px solid;
	font-size: 12px;
	border-left: #1055A5 1px solid;
	border-bottom: #1055A5 1px solid;
	height: 18px;
	background-color: #1055A5;
}
#FooterLink
{
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: white;
	font-family: Arial;
	height: 18px;
	background-color: #1055A5;
	text-decoration: none;
}
TD.TextBoxHeader
{
	font-size : 8pt;
	font-weight : bold;
	color : Black;
}
TD.Text
{
	font-size : 8pt;
	font-weight : normal;
	color : Black;	
}
TD.Banner
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-weight: bold;
	font-size: 15pt;
	border-left: black 1px solid;
	color: #1055A5;
	border-bottom: black 1px solid;
	background-color: #dcdcdc;
}
.WorkArea
{
	position:relative;
	width:100%;
	background-color:#dcdcdc;
	padding:5px;
	vertical-align:sub;
	font-size : 8pt;
	font-weight : bold;
	color : Black;
	border-top:white 2px solid;	
}
.PrintArea
{
	position:relative;
	width:100%;
	background-color:white;
	padding:5px;
	margin-bottom:2px;
	vertical-align:sub;
	font-size : 8pt;
	font-weight : normal;
	color : Black;
	border:solid 1 black;	
}
.Banner
{
	font-weight: bold;
	font-size: 15pt;
	color: #ff9933;
	padding:5px;
	border:solid 1px black;
}
.Banner2
{
	font-weight: bold;
	font-size: 15pt;
	color: #1055A5;
	padding:5px;
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #dcdcdc;	
}
#GreyTable
{
	background-color: #dcdcdc;
	width:100%;
}
#MainTable
{
 width:100%;	
}
.SmallTextGreen
{
	font-size:8pt;
	color:Green;
}
.Message
{
	color:Red;
	font-size:10pt;
}
A.Links
{
	color:#1055A5;
	text-decoration:underline;
}
