/* CSS Document */

html, body, td, th 
{
   font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #666666;   
}

html, body
{
   line-height: 18px;
   background-color: #666666;
   margin:0px;
   padding:0px;
   height: 100%;
}

h1,h2,h3,h4,h5,h6
{
	margin: 1px; padding:1px;
}

#container 
{
    min-height: 100%;
	height: 100%;
}			

a:link 		{ 	color: #666666; }
a:visited 	{ 	color: #3B6E72; }
a:hover 	{ 	color: #6DA496; }
a:active 	{ 	color: #666666; }


