/* .navlink {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.navlink A {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:LINK {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:VISITED {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:HOVER {  
	color: #FFFF00; 
	text-decoration: none;
} */
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-family: Impact, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.tag {  
	color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	font-size: 8pt
}
.tag A {  
	color: #FFFFFF; 
	text-decoration: none;
}
.tag A:LINK {  
	color: #FFFFFF; 
	text-decoration: none;
}
.tag A:VISITED {  
	color: #FFFFFF; 
	text-decoration: none;
}
.tag A:HOVER {  
	color: #FF0000; 
	text-decoration: none;
}
.bolds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000033;
}

table.formattedTable {
	width: 100%;
	
	border: #CCCCCC 1px solid;
	border-right: 0px;
	border-bottom: 0px;
}
table.formattedTable tr.tableRowHeader td,
table.formattedTable tr.tableRow1 td,
table.formattedTable tr.tableRow2 td {
	padding: 3px;
	border: 0px;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
}
table.formattedTable tr.tableRowHeader td {	
	font-weight: bold;
	
	color: #FFFFFF;
	background: #666666;
}

table.formattedTable tr.tableRow1 td {
	color: #000000;
	background: #FFFFFF;
}
table.formattedTable tr.tableRow2 td {
	color: #000000;
	background: #F8F8F8;
}


/* New */
.navlink {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
.navlink A {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:LINK {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:VISITED {  
	color: #FFFFFF; 
	text-decoration: none;
}
.navlink A:HOVER {  
	color: #3a53a4; 
	text-decoration: none;
}