body 
	{
	background-color:#FFFFFF;
	font-family:arial;
	color:#000000;
	font-size:10pt;
	}
td
	{
	font-size:11pt;
	}

a:link	
	{
	color:#000099;
	text-decoration: none;
	}

a:visited 

	{
	color:#000099;
	text-decoration: none;
	}

a:hover, a:active 
	{
	color:#cc2222;
	text-decoration: underline;
	}

#navigation 
	{
	vertical-align:top;
	top: 300;
    	bottom: 0;
	left: 0;
    	position: fixed;
	width: 150;
	}

#menu {
        width:150;
        top:250;
        bottom:0;
	left:0;
	background-color:#f0f0f0;
	background-position: 0px 250px;
	padding-left:15px;
	padding-top:125px;
}

#content 
	{
	margin:10px;
	}
h3
	{
	font-weight:bold;
	font-size:14pt;
	}
