html, body { background: #E1E7E8; padding: 0; margin: 0;	color: #666666; }
body { padding: 0 5px; }
font,th,td,p { font-family: Verdana, Gismonda, Arial, Helvetica, sans-serif; }
hr	{ height: 0px; border: solid #004E9B 0px; border-top-width: 1px;}
img { border: 0; }
h1 { font-size: 14px; text-decoration: none; color: #EDCC48; }
h2 { font-size: 12px; text-decoration: none; color: #EDCC48; }
h3 { font-size: 10px; text-decoration: none; color: #EDCC48; }
error { font-size: 12px; text-decoration: none; color: #666699; font-weight: bold; }
a, a:visited { color: #EDCC48; text-decoration: none; }
a:hover		{ text-decoration: none; color: #004E9B; }
.gensmall { font-size: 9px; text-decoration: none; }
.quote { font-size: 11px; text-decoration: none; color: #000000; background: #E8E8E8; width: 90%;}
.tableline	{ border: solid 1px #000; background: #FFFFFF; }
td.top {
	background: #678183; height: 22px;	padding: 0 3px; font-size: 11px;
	border-left: solid 1px #404040;	border-right: solid 1px #121212; border-top: solid 1px #3C3C3C; border-bottom: solid 1px #131313;
	font-family: Gismonda, Verdana, Arial, Helvetica, sans-serif; color: #EDCC48; font-weight: bold; 
}
td.catDesc {
	background: #E5E5E5; height: 15px;	padding: 0 3px; font-size: 9px;
	font-family: Gismonda, Verdana, Arial, Helvetica, sans-serif; color: #000000; 
}

.msg {
	background-color: #ff0000;
	width: 250px;
	align: center;
	color: #FFFFFF;
	border: solid 2px #000000;
	font-size: 11px; 
	font-weight: bold; 
	padding: 5px;

}

.gentime {
	font-size: 9px; text-decoration: none;
	text-align: center;´
	color: #000000;
}

.tooltip div {
	display: none;
}
	.tooltip:hover div {
	display: inline;
	background-color: #ffc;
	color: #000;
	position: absolute;  z-index: 1; float: right
	padding: 0 5px;
	cursor: default;
}

td.row1, td.row2 {
	font-size: 11px; text-decoration: none;
}
td.menu {
	text-align:center; background: #FFFFFB;	font-size: 11px; text-decoration: none; line-height: 150%
}
input, textarea, select {
	border: solid 1px #999999;
	background-color: #E6E6E6;
	color: #678183;
	text-indent : 2px;
	font: normal 11px Verdana, Gismonda, Arial, Helvetica, sans-serif;
}
input:hover, textarea:hover { border-color: #004E9B; }
input:focus, textarea:focus { border-color: #FE713C; color: #004E9B; }