
html {
	overflow-y: scroll;
        overflow: -moz-scrollbars-vertical;
}

body,td {
	font-size: 12px;
	line-height: 15px;
	color: #4C4B4B;
	font-family: verdana, arial, helvetica, trebuchet ms;
	}

.title {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	}

.warning {
	color: red;
}

.menu {
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica;
	}

.footer {
	font-size: 9px;
}




a:link,a:visited       {
	color: #4C4B4B; 
	text-decoration: underline;
	font-weight: bold;
	}
a:active,a:hover {   
	text-decoration: none; 
	font-weight: bold;
	}

a.menu:link,a.menu:visited       {
	color: #4C4B4B; 
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}
a.menu:active, a.menu:hover {   
	text-decoration: underline; 
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}

a.menubrown:link,a.menubrown:visited       {
	color: #BE8B00; 
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: bold;
	}
a.menubrown:active, a.menubrown:hover {   
	color: #BE8B00;
	text-decoration: underline; 
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: bold;
	}

a.title:link,a.title:visited       {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	}
a.title:active, a.title:hover {   
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: underline; 
	}

a.sidebar:link,a.sidebar:visited       {
	color: #4C4B4B; 
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}
a.sidebar:active, a.sidebar:hover {   
	text-decoration: underline; 
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}

a.print:link,a.print:visited {
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
	}
a.print:active,a.print:hover {
	font-size: 11px;
	line-height: 13px;
	text-decoration: underline;
	font-weight: normal;
	}

a.admin:link,a.admin:visited {
	color: #EFB62B;
	text-decoration: none;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}
a.admin:active,a.admin:hover {
	color: #EFB62B;
	text-decoration: underline;
	font-family: trebuchet ms, verdana, arial, helvetica;
	font-weight: normal;
	}

a.bodybrown:link,a.bodybrown:visited {
	color: #EFB62B;
	text-decoration: none;
	font-weight: normal;
	}
a.bodybrown:active,a.bodybrown:hover {
	color: #EFB62B;
	text-decoration: underline;
	font-weight: normal;
	}







chat {
		BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px; 
	}

input, select {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 12px; line-height: 12px;
	color: black;
	BORDER-RIGHT: #E8E8E8 2px solid; BORDER-TOP: #969696 2px solid; BORDER-LEFT: #969696 2px solid; BORDER-BOTTOM: #E8E8E8 2px solid; 
	BACKGROUND-COLOR: white; 
	height: 22px; 
}

textarea {
	font-family: trebuchet ms, arial, helvetica;
	font-size: 10px;
	color: black;
	BORDER-RIGHT: #889988 1px solid; BORDER-TOP: #889988 1px solid; BORDER-LEFT: #889988 1px solid; BORDER-BOTTOM: #889988 1px solid;
	BACKGROUND-COLOR: white; 
}

select.b {
	color: white;
	background-color: #f02040; 
	border-style: solid; 
	border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}

input.b, textarea.b {
	color: white;
	padding-left: 3px;
	font-size: 11px;
	background-color: #f02040; 
	border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}



#dhtmltooltip {
	position: absolute;
	width: 350px;
	border: 1px solid #EFB62B;
	padding: 10px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
}
