body { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	color: #666666; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
} 
form {
	display: inline;
}
input,select {
	font-family: verdana ,arial, sans-serif;
	font-size: 10px;	 
	color: #666666; 
	width: 85px;
}
input, text {
	width: 85px;
	text-align: right;
	color: #666666;
}

.IRTable {
	text-align: left; 
	vertical-align: top;		
	border-collapse: collapse;
}
.IRTable th {
	background-color: #DFDFF4;
	color: #333333;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;
	border: 1px solid #FFFFFF;	
	border-collapse: collapse;		
}
.IRTable td {
	background-color: #F0F0F7;
	color: #333333;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border: 1px solid #FFFFFF;	
	border-collapse: collapse;
}

.IRTableNB {
	text-align: left; 
	vertical-align: top;	
	border-collapse: collapse;
}
.IRTableNB th {
	background-color: #D0D8E5;
	color: #04528D;
	font-size: 11px;
	font-weight: bold;	
	text-align: center;	
	border-collapse: collapse;		
}
.IRTableNB td {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	text-align: center;	
	border-collapse: collapse;
}

.designTable {
	text-align: left; 
	vertical-align: top;	
	border-collapse: collapse;
}
.designTable th {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	/*font-weight: bold;	*/
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;	
}
.designTable td {
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	text-align: left;
	border-collapse: collapse;
}

.styledButton {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: normal;
	border: 1px solid #B7B7B7;
	text-align: center;
	width: 85px;
}
.heading {
	color : #C23C00;
	font-weight: bold;
}

.investorinfo 
{		
	background-color: #4A6FB0;
	width: 100%;
	border-collapse: collapse;
}
.investorinfo th {
	background-color: #4A6FB0;
	color: #666666;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	/*font-weight: bold;*/
	font-weight: normal;
	text-align: center;	
	border-collapse: collapse;
}
.investorinfo td {
	background-color: #FFFFFF;
	font-family: Arial, sans-serif; 
	font-size: 10px; 
	color: #666666; 
	font-weight: normal; 
	text-decoration: none; 	
	text-align: center;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.investorinfo tr {
	border-collapse: collapse;
}

.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
A:LINK { 
	color : #747474; 
	font-weight: normal; 
	text-decoration: underline; 
} 
A:VISITED { 
	color : #747474; 
	font-weight: normal; 
	text-decoration: underline; 
} 
A:HOVER { 
	color : #747474; 
	font-weight: normal; 
	text-decoration: underline; 
} 
 
#quotetable { 
	border-collapse: collapse; 
	font-family: Arial; 
	font-size: 12px; 
	background-color: #FFFFFF; 
	color: #333333;
	margin: 0px; 
	padding: 0px;
}
#quotetable th { 	
	border: 1px solid #FFFFFF; 
	border-collapse: collapse; 
	background-color: #DFDFF4; 
	color: #333333; 
	font-weight: bold; 
	text-align: center; 
	width: 95px; 
}
#quotetable td { 	
	border: 1px solid #FFFFFF; 
	border-collapse: collapse; 
	background-color: #F0F0F7; 
	color: #333333; 
	font-weight: normal; 
	text-align: center; 
	width: 95px; 
}
#quotetable td.alt { 	
	border-bottom: 1px solid #FFFFFF; 
	border-collapse: collapse; 
	background-color: #FFFFFF; 
	color: #333333; 
	font-weight: normal; 
	text-align: center; 
	width: 95px; 
}
#quotetable th.sort { 
	text-decoration: underline; 
}

.calcTable * {
	font-size: 11px;
}
.calcTable {
	font-size: 11px;
	width: 400px;	
	color: #666666; 	
}
.calcTable th {	
	background: #f3f3f3;
	color: #666666; 
	text-align: left;
	font-weight: normal;
}
.calcTable td {		
	background: #ffffff;
	color: #666666; 
	text-align: left;
	font-weight: normal;
}

.calcTable .currency {
	text-align: left;
	width: 30px;
}

.tickerTable {	
	width: 180px;	
	border-collapse: collapse;
	color: #333333;	
}
.tickerTable th {	
	font-size: 11px;
	border-collapse: collapse;	
	font-weight: bold;
	text-align: left;		
	background-color: #DFDFF4;
}
.tickerTable td {	
	font-size: 10px;
	border-collapse: collapse;			
}