body, td, tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background: url(gui/fade_bg.jpg) repeat-x #666666;
}

a.help:link, a.help:visited, a.help:active, a.help:hover {
	border-bottom-style: dashed;
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-color: #006699;
	text-decoration: none;
}


a.smallbright:link, a.smallbright:visited  {
	font-size: 10px;
	text-decoration: none;
	color : #BBB;
	}
a.smallbright:hover {
	font-size: 10px;
	text-decoration: underline;
	color : #EEE;
	}
a.smallbright:active {
	font-size: 10px;
	text-decoration: none;
	color : #FFF;
	}

#footer a.smallbright:link, a.smallbright:visited  {
	font-size: 10px;
	text-decoration: none;
	color : #BBB;
	}


a:link{
	text-decoration: none;
	color : #00F;
	}
a:visited{
	text-decoration: none;
	color : #00F;
	}
a:hover {
	text-decoration: underline;
	color : #00F;
	}
a:active{
	text-decoration: underline;
	color : #00F;
	}.big {
	font-size: 16px;
}
ul{
	list-style-image: url(gui/yellowdot.gif);
	list-style-position: outside;
}
form{
	 display: inline;
}
h4 {
	font-style: italic;
	font-size: 14px;
}

.small {
	font-size: 10px;
	letter-spacing: normal;

}
.normal {
	font-size: 12px;
}
.inputfield {
	border: 1px #FFE084 dotted;
}

.foo {
	display:none;
	}
