body		{background-color: #999}

H1			{color: #06F;
			 font-family: verdana, Arial, sans-serif;
			}
H2		{color: #06F;
		font-family: verdana, Arial, sans-serif;
		font-size: 14pt;
			}
H3		{color: #06F;
		font-family: verdana, Arial, sans-serif;
		font-size: 12pt;
			}		


a:link		{color: #ccc;
			 text-decoration : none}
a:hover		{color : white;
			 background : #03c }
a:visited	{color: #ccc;
			 text-decoration : none}

#normal a	{ color: #03c}

#normal a:visited {color:#03c}

#normal a:hover {color:white;
		background : #03c}

.darker a	{ color: #003}

.darker a:visited {color:#003}

.darker a:hover {color:white;
		background : #03c}

.normal a	{ color: #03c}

.normal a:visited {color:#03c}
	
.normal a:hover {color:white;
		background : #03c}
				 
#content	{position: relative;
			 overflow: auto;
			 left: 20px;
			 top: 20px;
			 width: 470px;
			 height: 200px;
			 color: #03C;
			 font-size: 10pt;
			 text-align: justify;
			 line-height: 150%;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
#lowcontent	{position: relative;
			 left: 15px;
			 top: 50px;
			 width: 180px;
			 height: 200px;
			 color: #CCC;
			 font-size: 10pt;
			 font-weight: bold;
			 text-align: left;
			 line-height: 100%;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
#xtracontent	{position: relative;
			 overflow: visible;
			 left: 20px;
			 top: 20px;
			 margin-bottom: 10px;
			 width: 500px;
			 height: 750px;
			 color: #03C;
			 font-size: 10pt;
			 text-align: justify;
			 line-height: 150%;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
#xtracontent2	{position: relative;
			 overflow: visible;
			 left: 20px;
			 top: 20px;
			 margin-bottom: 10px;
			 width: 500px;
			 color: #03C;
			 font-size: 10pt;
			 text-align: justify;
			 line-height: 150%;
			 font-family: verdana, Arial, sans-serif;
			 }
			 
#leftmenu	{position: relative;
			 left: 15px;
			 top: 50px;
			 width: 180px;
			 height: 600px; 
			 color: #CCC;
			 font-size: 10pt;
			 font-weight: bold;
			 vertical-align: top;
			 text-align: left;
			 line-height: 100%;
			 font-family: verdana, Arial, sans-serif;
			 }

#footer		{
			 color: #CCC;
			 font-size: 8pt;
			 font-weight: 100;
			 text-align: center;
			 font-family: verdana, Arial, sans-serif;
			 margin-top: 5px;
			}

.centered	{	text-align: center;
		}