﻿html  {background-color:white;}
.tabs {position:relative; top:1px;left:10px;}
.tab  {border:solid 1px black;background-color:#ffffC0; padding:2px 10px;}
.selectedTab {background-color:white;border-bottom:solid 1px white;}
.tabContents {border:solid 1px black; padding:10px;background-color:#ffffCc   ; }
body
{
	font-size: 1em;
	font-family: verdana;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;

	
}
h1           { font-size: 3em; font-family: Bernhart; text-align:inherit}
h2           { font-size: 2em; font-family: Bernhart}
h3           { font-family: Verdana; font-size: 1em ; font-weight: bold}
h4           { font-size: 1em;font-family: Bernhart}
H5			 { font-size: .8em;font-family: aerial}
H6			 { font-size: 1em;font-family:Freestyle Script}
a:active
{
	color: #405B81;
	font-weight: bold;

}
a
{
	color: #405B81;
	font-style:oblique;
	font-size:larger;
}

.IE8Fix 
{ 
   z-index: 1000;
}


