﻿body {
	color: #98096C;	
	font-family: "Gill Sans MT Condensed";
	
	scrollbar-face-color:	#000000;
	scrollbar-arrow-color:	#00FF00;
	scrollbar-track-color:	#000000;
	scrollbar-shadow-color:	#000000;
	scrollbar-highlight-color:#98016C;
	scrollbar-3dlight-color:#98016C;
	scrollbar-darkshadow-Color:#00FF00;

	cursor:		default;
}

table.maintable {
	width: 800px;
	height: 500px;
	text-align: center;
	border-width: 0;
	margin:	0px;
	padding:0px;
}

div.scrollblock {
	width:100%;
	height:400px;
	overflow:auto;
}

hr {
	height: 3px;
	color: #98016C;	
	font-size:small;
}

td.headercell {
	text-align: left;
	padding-left: 50px;
	font-size: 36pt;
	height: 100px;
}

td.menucell {
	text-align: left;
	padding-left: 50px;
	height: 18px;
}

a.menuitem {
	font-size: 18pt;
	text-decoration : none;
	color: #98016C;
}

img.arrow {
	border-width: 0px;
	height: 30px;
	width: 30px;
	padding-bottom: 3px;
}

img.demo {
	height:75px
}

/* *** *** *** LISTER *** *** *** */

IMG.lister {
	border : 0px;
	margin : 2px;
	border-right-style: solid;
	border-right-width: 5px;
	border-color: #98016C;
}
IMG.listerhover {
	border : 0px;
	margin : 2px;
	border-right-style: solid;
	border-right-width: 5px;
	border-color: #00FF00;
}
a:hover.lister {
	text-decoration : none;
}

