body{
	text-align:justify;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif, Times, serif;
	font-size:9pt;
	margin: 0;
}
p, td, th, textarea, select, input
{
	text-align:justify;
	font-size: 9pt;
	font-family: Arial, Helvetica;
	font-weight: normal;  
}
A:link	
{	
	text-decoration:	underline;
	color:	black;
}	
		
A:visited	
{	
	text-decoration:	underline;
	color:	black;
}	
		
A:active	
{	
	text-decoration:	underline;
	color:	black;
}	
		
A:hover	
{	
	text-decoration:	underline;
	color:	orange;
}

.label,.normal
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
}

.small
{
    text-align:justify;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
}

.hdr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	color: #666666;
}

.hdr10
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	color: #666666;
}

.hdr10white
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10pt;
	font-weight: bold;
	color: #ffffff;
}

.hdrwhite
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	color: #ffffff;
}

.remark
{
    text-align:justify;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 7.5pt;
    FONT-WEIGHT: normal;
    color: #666666; 
}

hr
{
	color: #eeeeee;
	height: 2px;
}

.line
{
	background-color: #eeeeee;
	height: 2px; 
}
.error, .message
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    color: Red; 
}

.smallerror, .smallmessage
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    color: Red; 
}

.valsumry
{
    text-align:justify;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 9pt;
    color: Red;
    background-color: #fff8dc;
    width: 675;
}

.rowbg1
{
    background-color: #FFFFFF; 
}

.rowbg2
{
    background-color: #EEEEEE; 
}

.required
{
    text-align:justify;
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    vertical-align: bottom;  
    color: Red; 
}

.tdlabel
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    background-color: #EEEEEE; 
    height: 23px;
}

.tdtext
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-SIZE: 9pt;
    background-color: #F5F5F5; 
}

.button
{
	width: 70px;
}

.button2
{
    width: 100px;
}

.button3
{
    width: 140px;
}
.topbutton
{
	margin-bottom: 2px;
}
.dotted 
{
	border-top:dotted 2px #cccccc;
	height: 2px;
}

.smalltext
{
    text-align:justify;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
}
.tabs
{
    position:relative;
    top:1px;
    left:10px;
}
.tab
{
    border:solid 1px black;
    background-color:#eeeeee;
    padding:2px 10px;
}
.selectedTab
{
    background-color:white;
    border-bottom:solid 1px white;
}
.tabContents
{
    border:solid 1px black;
    padding:10px;
    background-color:white;
}
.list
{
    border-width:1px;
    border-style:Solid;
    width:100%;	
    border-collapse:collapse;
    rules: rows;
    display: table-row;
}
.listhdr
{
	background-color: #cfddee;
	height: 18px; 
}
.listftr
{
	width: 100%;
	height: 20px;
	background-color: #cfddee;
}

