/* CSS Document */
BODY { 
	FONT-SIZE: 10px; 
	COLOR: #000000; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
}

.Heading {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #000033; 
}

.TableHeader { 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #003399; 
}
	
.TableRow1 { 
	FONT-SIZE: 10px; 
	COLOR: #000000; 
}

.TableRow2 { 
	FONT-SIZE:xx-small;/* 10px; */
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #00cc9c; 
}

.TableRow3 { 
	FONT-SIZE:xx-small;/* 10px; */
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #00cc9c; 
}

.TableMRHeader
{
	font-weight: bold;
	font-size: 12px;
	padding: 2px 10px;
	color: #FFFFFF;
	border-bottom: #000000 1px solid;
	background-color: #C12D47;
}
	
.TableMRRow1
{
	font-size: 9px;
	color: #000000;
	background-color: gainsboro;
}
.TableMRRow2
{
	font-size: 9px;
	color: #000000;
	background-color: #cccccc;
}

A { 
	COLOR: #000033; 
}

.Text { 
	FONT-SIZE: 10px;
	COLOR: #000000;
}

.FormLabel {
	FONT-SIZE: 12px; 
}

.FormError { 
	FONT-SIZE: 10px; 
	COLOR: #999999; 
}

.Button { 
	FONT-SIZE: 10px; 
	COLOR: #ffffff; 
	BACKGROUND-COLOR: #000033; 
}

.sub 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
}

.style2 
{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
}

.style3 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
}

.style8 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
}

.style10 
{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCCCCC; 
}

.style12 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	color: #CCCCCC; 
}

.style14 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #CCCCCC; 
}

.moreinfo 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 17px; 
	color: #CCCCCC; 
	font-weight: bold; 
}

.style18 
{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #CCCCCC; 
	font-weight: bold; 
}

.Error
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FF0000; 
	font-weight: bold; 
}