.title { 
	font-size: 13pt;
	color: #333333; 
}
	
.title_sub { 
	font-size: 15px;
	font-weight: bold; 
	color: #333333; 
}

.small { 
	font-size: 8pt; 
}

.breadcrumbs { 
	font-size: 8pt; 
}

.message { 
	font-size: 8pt;
	color:#FF0000; 
}

.home_page_sub_title a:link {
	color: #666666;
	text-decoration: none;
}

.home_page_sub_title a:active {
	color: #666666;
	text-decoration: none;
}
.home_page_sub_title a:visited {
	color: #666666;
	text-decoration: none;
}
.home_page_sub_title a:hover {
	color: #666666;
	text-decoration: underline;
}
/* Global */
body,td,p{font-family:verdana,arial,sans-serif; font-size: 10pt; color:#666666;}
html { overflow: scroll; }
A:link,A:visited { text-decoration: underline; color : #0000CD; }
A:active { text-decoration: none; color : #FF0000; }
A:hover { text-decoration : underline; color : #FF8C00; }
