/******** GENERAL STYLES ********/
body {
	font-family: Arial; 
	font-size: 10pt; 
	color: #444444; 
	background-color: #ffffff; 
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}
p, ul, ol, li, td {
	font-family: Arial; 
	font-size: 9pt;
}
.bold_txt {
	font-family: Arial; 
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}
/******** Other STYLES ********/

/*top links*/
.top_link {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none; 
}
.top_link:hover, .navhover {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #15a5e9;
	text-decoration: none; 
}
.top_linkon {
	font-family: Arial; 
	font-size: 8pt;
	font-weight: normal;
	color: #15a5e9;
	text-decoration: none; 

}

.page_title {
	font-family: Arial; 
	font-size: 10pt;
	font-weight: normal;
	color: #15a5e9;
	text-decoration: none; 
}
