body {
	background:#8FADD4;
}
body,td {
	color:white;
	font-family:verdana,helvetica,sans-serif;
	font-size:9pt;	
}
a {
	color:white;
}
#menu {
	background:url('gfx/menubg.png');
	background-repeat:no-repeat;
	width:135px;
	height:184px;
}
#menutext {
	padding-left:15px;
	font-size:9pt;
}
#menutext a {
	text-decoration:none;
}
.content {
	background:url('gfx/bg.png');	
}
td.leftbar {
	background:url('gfx/leftbg.png');
}
td.rightbar {
	border-left:1px black solid;
}
.heading {
	background:url('gfx/headerbg.png');
	background-repeat:no-repeat;
	padding-left:10px;
}
.text {
	padding:10px;
}
