		body, td, div, p
		{
			font-family : "Bitstream Vera Sans", "Verdana", "Arial", "Helvetica";
			font-size : 12px;
			color : black;
		}

		h1
		{
			font-size : 18px;
			font-weight : bold;
		}
	
		a
		{
			color : #006699;
			font-weight : bold;
			text-decoration : none;
		}

		a:hover
		{
			text-decoration : underline;
		}
		
		.copyright
		{
			font-size : 10px;
			text-align : right;
		}
	
		.menu_1
		{
			background-color : #003366;
			color : white;
			text-align : center;
			font-weight : bold;
		}
		
		td.menu_1_path
		{
			border : 1px solid #003366;
			background-color : #ffffff;
			text-align : center;
		}

		a.menu_1_path
		{
			color : black;
			text-decoration : none;
			font-weight : normal;
		}

		a:hover.menu_1_path
		{
			text-decoration : underline;
		}

		td.menu_1_active
		{
			border : 1px solid #cccccc;
			text-align : center;
		}

		a.menu_1_active
		{
			color : black;
			text-decoration : none;
			font-weight : normal;
		}
		
		a:hover.menu_1
		{
			text-decoration : underline;
		}

		td.menu_2_active
		{
			border : 1px solid #cccccc;
			text-align : center;
		}

		a.menu_2_active
		{
			font-size : 10px;
			text-decoration : none;
			color : black;
			font-weight : normal;
		}

		a:hover.menu_2
		{
			text-decoration : underline;
		}

		.menu_2
		{
			background-color : #003366;
			text-align : center;
			color : white;
			font-size : 10px;
			font-weight : bold;
		}

		td.menu_2_path
		{
			border : 1px solid #003366;
			background-color : #ffffff;
			text-align : center;
		}

		a.menu_2_path
		{
			font-size : 10px;
			color : black;
			text-decoration : none;
			font-weight : normal;
		}

		a:hover.menu_2_path
		{
			text-decoration : underline;
		}

		td.menu_3_active
		{
			font-size : 10px;
			text-align : center;
			border : 1px solid #cccccc;
		}
		
		a.menu_3
		{
			text-decoration : none;
			color : #ffffff;
			font-weight : normal;
		}

		a:hover.menu_3
		{
			text-decoration : underline;
		}

		td.menu_3
		{
			background-color : #003366;
			text-align : center;
			color : #ffffff;
			font-size : 10px;
			font-weight : bold;
		}

		.title
		{
			font-size : 20px;
			color : #000000;
		}
		
		.breadcrumb
		{
			font-size : 10px;
			color : #aaaaaa;
		}
