body
{
}
.languageicons
{
	text-align: right
}

.heading
{
	FONT-FAMILY: Arial;
	font-size: 16px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #a6b8c8; 
	TEXT-ALIGN: center;
	BORDER-TOP: black thin solid;
	BORDER-RIGHT: black thin solid;
	BORDER-LEFT: black thin solid;
	BORDER-BOTTOM: black thin solid;
	PADDING-TOP: 3px;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
}

.subheading
{
	FONT-FAMILY: Arial;
	font-size: 12px;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #a6b8c8; 
	TEXT-ALIGN: left;
	BORDER-RIGHT: black thin solid;
	BORDER-LEFT: black thin solid;
	BORDER-BOTTOM: black thin solid;
	PADDING-TOP: 3px;
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 3px;
	PADDING-BOTTOM: 3px;
}

.container
{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid; 
	PADDING-TOP: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 3px;
}
	
.sheetheading
{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	font-weight: bold;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid; 
	PADDING-TOP: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 3px;
}

.sheetitem
{
	FONT-FAMILY: verdana; 
	font-size: 10px;
	vertical-align: baseline;
	BACKGROUND-COLOR: white;
	BORDER-RIGHT: black thin solid; 
	BORDER-LEFT: black thin solid; 
	BORDER-BOTTOM: black thin solid; 
	PADDING-TOP: 5px; 
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 3px;
}

.rep_heading
{
	FONT-FAMILY: Arial;
	font-size: 18px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	margin-left: 4px;
	margin-bottom: 6px;
	width: 100%
}

.rep_subheading
{
	FONT-FAMILY: Arial;
	font-size: 14px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
	BORDER-BOTTOM: black thin solid;
	MARGIN-LEFT: 4px;
	padding-BOTTOM: 3px;
	width: 100%
}

.rep_container
{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	BACKGROUND-COLOR: white;
	MARGIN-TOP: 5px; 
	MARGIN-LEFT: 4px; 
	MARGIN-BOTTOM: 3px;
	width: 100%
}

.rep_footer
{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	BACKGROUND-COLOR: white;
	MARGIN-TOP: 5px; 
	MARGIN-LEFT: 4px; 
	MARGIN-BOTTOM: 3px;
	width: 100%;
	font-style: italic;
	text-align: right
}

.rep_tablehead
{
	FONT-FAMILY: Arial; 
	font-size: 12px;
	font-weight: bold
}

.rep_tablecell
{
	FONT-FAMILY: Arial; 
	font-size: 12px
}


A:link
{
	color: #2D3AAA;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
A:visited
{
	color: #2D3AAA;
	text-decoration: none;
}
