/**********************************************************
 *  HTML ELEMENTS
 */

body, p, td, th, ul, a 
{
	background-color: #FFFFFF;	
	color: #000000;
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
}

a, a.visited 
{
	color: #336699;
}

h1 
{
	font-family: "Times New Roman", Garamond, serif;
	font-size: 16pt;
}

h2 
{
	font-size: 14pt;
}

#header-content, #footer-content  
{
    display: none;
}

#sidebar 
{
    display: none;
}
