﻿body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #CFCFCF;
}

a
{
	color:#4A709D;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color:#63823F;
	text-decoration:underline;
	font-weight: bold;
}

.label
{
	font-family: verdana;
	font-size:8pt;
	font-weight:bold;
	color:#666666;
}

.error
{
	font-family: verdana;
	font-size:8pt;
	font-weight:bold;
	color: #990000;
}

.success
{
	font-family: verdana;
	font-size:8pt;
	font-weight:bold;
	color: #009900;
}

.plainText
{
	font-family: verdana;
	font-size: 8pt;
	color:#666666;
}

.pageTitle
{
	font-family:Arial;
	font-size:12pt;
	font-weight:bold;
	color:#990000;
}

.copyright
{
	font-family:verdana;
	font-size:8pt;
	color:#787878;
}

.hidden
{
	display: none;
}

.reportNormal
{
}

.reportHighlightYellow
{
	background-color: Yellow;
}

.reportHighlightYellowBold
{
	background-color: Yellow;
	font-weight: bold;
}

.reportHighlightBold
{
	font-weight: bold;
}

.reportHighlightItalic
{
	font-style: italic;
}

.reportHighlightItalicBold
{
	font-weight: bold;
	font-style: italic;	
}

.reportHighlightBlackBackground
{
	background-color: #000000;
	color: #ffffff;
}

.reportHighlightBlackBackgroundBold
{
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
}


.Column
{
	float:left;
}

.RowBreak
{
	clear: both;
}

