/* Print CSS Styles */
/* <link href="css/stylesheet_print.css" rel="stylesheet" type="text/css" media="print" /> */

body, html 
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

/* Header Styles */

h1 {
	color: #000000;
	font-size: 1em;
	font-weight: 700;
}

h2 {
	color: #000000;
	font-size: 0.9em;
	font-weight: 700;
}

h3 {
	color: #000000;
	font-size: 0.8em;
	font-weight: 700;
}

h4 {
	color: #000000;
	font-size: 0.7em;
	font-weight: 700;
}

h5 {
	color: #000000;
	font-size: 0.6em;
}

h6 {
	color: #000000;
	font-size: 0.5em;
}

/* Paragraph */

p 
{
    color: #000000;
}

/* Link Styles */

a:link 
{
    color: #000000;
    text-decoration: underline;
}

a:visited 
{
    color: #000000;
    text-decoration: underline;
}

a:hover 
{
    color: #000000;
    text-decoration: underline;
}

a:active 
{
    color: #000000;
    text-decoration: underline;
}

#menu 
{
    display: none;
}

#siterighttop 
{
    display: none;
}

#siterighttopsmall 
{
    display: none;
}

#sitefooter 
{
    display: none;
}

#sitelinks 
{
    display: none;
}
