body
{
	background: #ffffff ;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; padding-left:0; padding-right:0; 
}
/* Headings */
h1, h2, h3, h4, h5, h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Links */
a:link, a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover, a:active
{
	color: #c0c0c0;
}
#header a:link, #header a:visited
{
	color: #231f20;
}
#header a:hover, #header a:active
{
	color: #231f20;
}
#copyrights a:link, #copyrights a:visited
{
	color: #cococo;
}
#copyrights a:hover, #copyrights a:active
{
	color: #cococo;
}



/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	
	text-align: center;
	font-size:10px;
    color: #cococo;
    text-align: center;

	margin: 0 auto;
}