/* CSS Document */

.titles {
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E5A8B;
	padding: 5px 0 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
.navigation_window {
	background-color: #2c598b;
}
a.sub_navigation:link , a.sub_navigation:visited , a.sub_navigation:active {
font-family : Tahoma,Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight:bold;
color : #ffffff; 
text-decoration : none; 
background-color: #2c598b;
} 
a.sub_navigation:hover {
font-family : Tahoma,Arial, Helvetica, sans-serif;
font-size : 12px; 
font-weight:bold;
color : #ffffff; 
text-decoration : none; 
background-color: #7091b1;
}
