/* CSS Document */
/* global style tag follows */
<style type="text/css">
/* >>>>>>>>> THE FOLLOWING IS THE CODE FOR THE TABS <<<<<<<<<<*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 10%;
  color: green; background: red;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; 
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
/*color: #2d2b2b;*/
color: blue;

background: white url(media/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
/*color: #2d2b2b;*/
color: red;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(media/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* >>>>>>>>>>>>> END TAB CODE <<<<<<<<<<<<<<< */

p	
	{
	font: 14pt Verdana, Arial, Sans-serif; 
  	margin-left:24pt;
  	margin-right:24pt;
	line-height: 16pt;
/*	color:yellow; */
	}

h1 	
	{
  	font:24pt Verdana, Arial, Sans-serif;
  	font-weight:bold;
  	line-height:30pt;
/*	color:yellow; */
	}

h2 
	{
  	font:18pt Verdana, Arial, Sans-serif;
  	font-weight:bold;
  	line-height:22pt;
/*	color:yellow; */
	}

h3 
	{
  	font:14pt Verdana, Arial, Sans-serif;
  	font-weight:bold;
  	line-height:16pt;
/*	color:yellow; */
	}
a 
	{
	/*
  	text-decoration:none;
	*/
	}

a:link 
	{
  	color:blue;
	}

a:hover 
	{
	color:yellow;
	}

a:visited 
	{
  	color:purple;
	}

a:active 
	{
  	color:black;
	}

div.footer 
	{
  	font-size:10pt;
  	line-height:12pt;
  	text-align:center;
	font-style: Arial;
	}

/* end global style tage here */
</style>

