﻿<!--
/* Navigation: START */
	.navigation_headline
		{
			font-family:			verdana;
			font-size:				10px;
			font-weight:			bold;
			text-decoration:	none;
			color:						#013476;
			text-transform:		uppercase;
		}
	.navigation_main_link
		{
			font-family:			verdana;
			font-size:				10px;
			font-weight:			normal;
			text-decoration:	none;
			color:						#013476;
		}
	.navigation_main_link:hover
		{
			text-decoration:	underline;
			color:						#6AACDA;
		}
	.navigation_sub_link
		{
			font-family:			verdana;
			font-size:				10px;
			font-weight:			normal;
			text-decoration:	none;
			color:						#000000;
		}
	.navigation_sub_link:hover
		{
			text-decoration:	underline;
			color:						#6AACDA;
		}
	.navigation_selected
		{
			font-family:			verdana;
			font-size:				10px;
			font-weight:			bold;
			color:						#6AACDA;
			text-decoration:	none;
		}
	.navigation_selected:hover
		{
			text-decoration:	underline;
		}
	.navigation_arrow
		{
			background-color:	#FFFFFF;
		}
/* Navigation: END */
-->

