body
{
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 75%;
	line-height: 200%;
}

table
{
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 100%;
	line-height: 120%;
}

img
{
	border: 0px;
}

h2
{
	border-bottom: 1px solid #999999;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 4px;
	font-size: 200%;
	text-align: right;
	line-height: 120%
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #CC3300;
	text-decoration: none;
}

a:hover
{
	color: #CC3300;
	text-decoration: underline;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #555;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	margin-left: 200px;
	padding: 15px;
	
}

#popup
{   padding: 10px;
}
