P {
	margin: 0px; 
}

BODY { 
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight: normal;
	font-size: 10pt;
	color: black; 	
}

TD { 
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight: normal;
	font-size: 10pt;
	color: black;	
}

.normal {
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight: normal;
	font-size: 10pt;
	color: black;
} 

.inputstyle {
	border: 1px solid #006114;
	background-color: #FFFFFF;
	font-size: 12px; 
}

A { 
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color:#516C86;
	padding-left: 15px;
	background-image:url('Images/Rbox/linkarrow.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

A:hover { color: #8396A8; }

A:visited { color: #8396A8; }

.header1 { 
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 13pt;
	color: black;		
} 

.header2 { 
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: black;
} 

.box1 { 
	background-color: #cccccc; 
	border: 1px #93959A solid; 
	padding: 6px; 
	float: right;
	margin: 8px;
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight: normal;
	font-size: 10pt;
	color: black;
	font-style: normal; 
	font-variant: normal; 
	color: black;
} 

.box2 { 
	font-family: Arial, Helvetica, 'Sans Serif';
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 10pt; 
	font-style: normal; 
	line-height: normal; 
	font-variant: normal;
	width: 100%; 
	border: 1px #333333 solid; 
	background-color: #eeeeee;
} 

.table1 TD 
{ 
	padding: 4px;
}	

.table1 
{ 
	border: 1px solid black; 
	border-collapse: collapse; 
}
	
.table1 .rn
{ 
	background-color: #F1F2F5; 
}

.table1 .c0 { background-color: #5A5959; color: white; text-align: center; font-weight: bold;}

.table2 TD 
{ 
	padding: 4px;
}	

.table2 
{ 
	border-collapse: collapse; 
}
	
.table2 .rn
{ 
	 font-family: Arial, Helvetica;	font-weight: bold; font-size: 10pt; color: black;
}

.table2 .c1 { font-family: Arial, Helvetica, 'Sans Serif'; font-weight: normal; font-size: 9pt;  color:#5A5A5A;}

.table3 TD 
{ 
	color: #5C5C5C;
	font-size: 9pt;
}	

.table3 
{ 
	border-collapse: collapse; 
}

.table3 .c1 { font-family: Arial, Helvetica, 'Sans Serif'; font-weight: normal; font-size: 9pt;  color:#5C5C5C;}


.image1
{
	margin: 5px; 
	border: 1px solid black; filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4)
}


.question 
{
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 10pt;
	color: black;
	border-bottom: 1px solid #516C86;
	margin-top: 20px;
	cursor: hand;
}


.answer
{
	margin-left: 15px;
	padding: 5px 5px;
	/*border-left: 1px solid #666666;*/	
}

A.question_expander
{
	position: absolute;
	left: -15px;
	top: 1px;
	font-size: 10pt;
	font-weight: bold;		
	background-image:none;
	padding: 0px;		
}

