body { 
	font-family: arial, verdana, sans-serif;
	font-size: 11px; 
	color: #656565; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

h2 
{ 
	margin:0; 
	padding: 0; 
	color: #5785C4; 
	font-weight: bold; 
	font-size: 13px; 
	padding-bottom: 10px; 
}
 
form {
	display: inline;
}
input,select {
	font-family: arial, verdana, sans-serif;
	font-size: 10px; 
	color: #656565; 
	width: 80px;
}
input, text {
	width: 74px;
	text-align: right;
}

table th { font-size: 13px; }
table td { font-size: 11px; }

.IRTable {
	text-align: left; 
	vertical-align: top;	
}
.IRTable th {
	background-color: #FFFFFF;
	font-size: 13px;
	color: #2D3C79;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.IRTable td {
	background-color: #FFFFFF;
	color: #656565;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

.styledButton {
	background-color: #FFFFFF;
	color: #2B3D78;
	font-weight: bold;	
	//border-top: 1px solid #F9F8F3;
	//border-left: 1px solid #F9F8F3;
	//border-right: 1px solid #828177;
	//border-bottom: 1px solid #828177;
	border: 1px solid #B7B7B7;
	text-align: center;
	width: 80px;
}

.investorinfo 
{		
	background-color: #666699;
	width: 100%;
	border-collapse: collapse;
}
.investorinfo th {
	background-color: #666699;
	color: #FFFFFF;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em; 
	font-weight: bold;
	text-align: center;	
	border-collapse: collapse;
}
.investorinfo td {
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
	font-size: 1.0em; 
	color: #000066; 
	font-weight: normal; 
	text-decoration: none; 	
	text-align: center;
	border: 1px solid #000066;
	border-collapse: collapse;
}
.investorinfo tr {
	border-collapse: collapse;
}
 
#quotetable { border: 1px solid #656565; border-collapse:	collapse; font-size: 10pt; background-color: #FFFFFF; margin: 0px; padding: 0px; width: 500px;}
#quotetable th { border: 1px solid #656565; border-collapse:	collapse; background-color: #FFFFFF; color: #5785C4; font-weight: bold; text-align: center; }
#quotetable td { border: 1px solid #656565; border-collapse:	collapse; background-color: #FFFFFF; color: #656565; font-weight: normal; text-align: center; }
#quotetable td.alt { border: 1px solid #656565; border-collapse:	collapse; background-color: #FFFFFF; color: #656565; font-weight: normal; text-align: center; }
#quotetable th.sort { text-decoration: underline; }

.calcTable {
	width: 98%;
	font-family: arial, verdana, sans-serif;	
	color: #000066; 	
	border-collapse: collapse;
}
.calcTable th {		
	font-size: 1.0em; 
	background-color: #FFFFFF; 
	color: #656565; 
	text-align: left;
	border-bottom: 1px solid #D8D8D8; 	
}
.calcTable td {		
	font-size: 1.0em; 
	background-color: #FFFFFF; 
	color: #656565; 
	border-bottom: 1px solid #D8D8D8; 
	border-collapse: collapse;
	text-align: right;
}

.IRTableNB {
	text-align: left; 
	vertical-align: top;	
}
.IRTableNB th {
	background-color: #FFFFFF;
	color: #2D3C79;
	font-size: 13px;
	font-weight: bold;	
	text-align: center;
	padding-bottom: 10px;
}
.IRTableNB td {
	background-color: #FFFFFF;
	color: #2D3C79;
	font-size: 11px;
	padding: 4px 2px 4px 2px;
	text-align: center;	
}

.tickerTable td {
	color: #656565;
	font-weight: normal;
	border-bottom: 1px solid #D8D8D8;
	border-bottom: 2px;
}
.tickerTable .name {
	text-align: left;	
}
.tickerTable .change {
	text-align: right;	
}
.tickerTable .price {
	text-align: left;	
}


.content_right_shareprices a {
	position: relative;
	/*width: 90px;*/
	display: block; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 70px;
	color: #656565;
	font-weight: bold;
	/*border-bottom: 1px solid #D8D8D8;*/
	text-decoration: none;
	}
	.content_right_shareprices a:hover {
	color: #5785C4;
	text-decoration: underline;
	}
	.content_right_shareprices a .price {
	position: absolute;
	top: 2px;
	left: 40px;
	font-weight: bold;
	}
	.content_right_shareprices a .up {
	position: absolute;
	top: 2px;
	left: 75px;
	color: #498940;
	font-weight: bold;
	display: block; 
	background-repeat: no-repeat;
 	background-position: 0px 4px;
	padding-left: 7px;	
	}
	.content_right_shareprices a .down {
	position: absolute;
	top: 2px;
	left: 75px;
	color: #C24436;
	font-weight: bold;
	display: block; 
	background-repeat: no-repeat;
 	background-position: 0px 4px;
	padding-left: 7px;	
	}
	
	.content_right_shareprices a .up {
	background-image: url(images/up.gif);
	}
	.content_right_shareprices a .down {
	background-image: url(images/down.gif);	
	}
	
A:LINK { 	
	color : #5785C4; 	
} 
A:VISITED { 	
	color : #5785C4; 	
} 
A:HOVER { 	
	color : #5785C4; 	
} 
	
	
