/* CSS Document */
body {
		background-color: #dbfcfc;
		color: #000;
		font: lighter 12px Helvetica, Geneva, Arial, SunSans-Regular
	 
		}

		
#heading {background-color: #dbfcfc;
		padding: 10px 10px 0;
	    margin: 10px 10px 0;
		}
#tabs {
	text-align: center;
	background-color: #dbfcfc;
	padding-top: 15px;
	padding-bottom: 15px;
	
	margin-bottom: 15px;
	list-style-type:none
}		
#page {
	
		border-top: 1px solid #ccc;
		margin: 4px 0 0 0;
		padding: 20px 20px 20px;
		list-style-type:none
		}
#indexnav {
		border: solid 1px #ccc;
		padding: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
		}
#indexnav ul, #indexnav li {
		list-style-type: none;
		display: inline;
		margin: 10px 0;
		color: #339;
		font-weight: bold;
		}
#footer { 
		text-align: center;
		border-top: 1px solid #ccc;
		margin-bottom: 2px;
		padding-bottom: 2px;
		}
h1 {
	font: 13pt Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
	} 
h2 {
	font: 11pt Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
	font-weight: bold;
	padding-left: 3px;
	}
h3 {
   font: 9pt Helvetica, Geneva, Arial, SunSans-Regular, sans-serif
   font-weight: bold;
   }
td	{	
	border: solid 1px #ccc;
	margin-top: 20px;
	padding: 5px;
	text-align: left;
	}
th { border: double 2px #ccc; 

background-color: #eee; 
margin-top: 20px; 
padding: 5px; 
text-align: center; 
font-weight: bold; 
margin-bottom: 10px; }
a:link {
	color: #333;
	}
a:hover {
	color: #000;
	}
a:visited {
	color: #666;
	}
.emph {
	font-weight: bold;
	}
.hidden {
	display: none;

	}
#tabs ul {

	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
#tabs ul li { background-color: #dbfcfc; padding: 4px; list-style: none; display: inline; font: 12px Helvetica, Geneva, Arial, SunSans-Regular; margin: 3px; border: solid 3px black; outline-style: solid; outline-width: medium; }	
#tabs ul li.here { font-weight: bold; 
background-color: #bdcaca; 
border-color: #cef; 
border-width: 3px; 
list-style: none; 
display: inline; }
#heading img {
	position: relative;
	top: 0px;
	vertical-align: middle;
	}
#logo {
    margin-bottom: 10px;
	}
#tabs a {
	text-decoration: none;
	color: #000000;
	}
/*End of code*/