/* Default CSS Stylesheet for a new Web Application project text = 798599*/

A:link { color:#18536D;}
A:visited { color:#18536D; }
A:hover { color:#FF6600; text-decoration: none}
A:active { color: #FF6600; text-decoration: none}

.nav {
	color: #FFFFFF;
	font-family: Tahoma, Helvetica; 
    font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	}

.hotnews {
	color: #FF7200;
	font-family: Tahoma, Helvetica; 
    font-size: 12px;
    text-decoration: none;
	}
	
.text {
	color: #646E7E;
	font-family: Tahoma, Helvetica; 
    font-size: 9pt;
	}

.date {
	font-weight: bold;
	}
		
.header1 {
	color: #4B90AE;
	font-family: Arial, MS Sans Serif, Helvetica; 
    font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	}
	
.header2 {
	color: #4B90AE;
	font-family: Arial, Helvetica; 
    font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
	
	.header22 {
	color: #4B90AE;
	font-family: Arial, Helvetica; 
    font-size: 10pt;
	font-weight: bold;
	text-decoration:underline;
	}
	
.header3 {
	color: #FF7200;
	font-family: Arial, Helvetica; 
    font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	}
	
.header4 {
	color: #18516C;
	font-family: Tahoma, Helvetica; 
    font-size: 9 pt;
	}
	
.tblheader {
	color: #194459;
	font-family: Tahoma, Helvetica; 
    font-size: 8pt;
	background-color: #9ECCDC;
	}

.numbers {
	color: #162436;
	font-family: Tahoma, Helvetica; 
    font-size: 8pt;
	background-color: #E7F1F4;
	text-align: right;
	
	}
	
.comments {
	color: #FF0000;
	font-family: Tahoma, Helvetica; 
    font-size: 8pt;
	font-weight: bold;
	}	

.numbers_res {
	color: #162436;
	font-family: Tahoma, Helvetica; 
    font-size: 9pt;
	background-color: #FFFFFF;
	text-align:center;
	margin-left: 1px;
	height: 25;
	}
	
.tblheader_res { 
	color: #194459;
	font-family: Tahoma, Helvetica; 
    font-size: 8pt;
	font-weight: bolder;
	background-color: #9ECCDC;
	}