body
{
	overflow-x:				hidden;
	overflow-y:				visible;
}

h2
{
	color:					#00009f;	
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			bold;
}
p
{
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			normal;
}
td
{
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			normal;
}

.nav_active
{
	background-color:		#000000;
	color:					#ffffff;
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			bold;
	margin:					2% 2% 2% 2%;
    transition:				all 200ms;
    -webkit-transition: 	all 200ms;
}

.nav_inactive
{
	background-color:		#00009f;
	color:					#ffffff;
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			bold;
	margin:					2% 2% 2% 2%;
    transition:				all 200ms;
    -webkit-transition: 	all 200ms;
}

.nav_highlight
{
	background-color:		#db2828;
	color:					#ffffff;
	font-family:			Verdana,Geneva,sans-serif;
	font-weight:			bold;
	margin:					2% 2% 2% 2%;
    transition:				all 200ms;
    -webkit-transition: 	all 200ms;
}

.tab_active
{
	position:				absolute;
	left:					0%;
	right:					0%;	
	top:					0%;
	bottom:					0%;
	z-index:				1;	
	opacity:				1;
	overflow-x:				hidden;
	overflow-y:				visible;
    transition:				all 500ms;
    -webkit-transition: 	all 500ms;
}

.tab_inactive
{
	position:				absolute;
	left:					100%;
	right:					-100%;	
	top:					0%;
	bottom:					0%;
	z-index:				1;
	opacity:				0.2;
	overflow-x:				hidden;
	overflow-y:				visible;
    transition:				all 500ms;
    -webkit-transition: 	all 500ms;
}
