body {
	background-image: url(/images/adminlogo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: tahoma,verdana;
}
div.helpbox{
	padding: 0px;
	font-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: 777777;
	background-color: 555555;
}
div.listboxmain {
	padding: 0px;
	border-bottom: solid #336699 1px;
	border-left: solid #336699 1px;
	border-right: solid #336699 1px;
	background-color: white;
}
div.listbox {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: 777777;
	background-color: white;
}
div.topbar {
	background-color: #ffcc66;
	background-image: url(/images/titlebar.jpg);
	background-repeat: repeat-y;
	color: black;
	padding: 1px;
	padding-left: 4px;
	font-weight: bold;
	font-family: tahoma,verdana;
	font-size: 10pt;
}
div.titlebar {
	background-color: 336699;
	color: eeeeee;
	padding: 0px;
}
div.content {
	color: black;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: tahoma;
	font-size: 8pt;
}
.subtitle {
	font-weight: bold;
	font-family: tahoma;
	font-size: 8pt;
	color: #336666;
}
.forminput1 {
	border: solid black 1px;
	background-color: eeeeee;
}
.pagetitle {
	font-weight: bold;
	font-family: verdana;
	font-size: 14pt;
	color: 86866d;
}
input.button{
	border: solid 1px;
	background-color: eeeeee;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
    color: black;
	cursor: hand;
}
div.menu{
	border-bottom: solid #777777 1px;
	rem cursor: hand;
}
.link{
	text-decoration: none;
	color: black;
}
.subduedTitle{
	font-family: tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: 777777;
}
