
html {
	overflow-y: scroll;
        overflow: -moz-scrollbars-vertical;
}

body,td {
	font-size: 12px;
	line-height: 15px;
	color: black;
	font-family: arial, trebuchet ms, verdana, helvetica;
	}

.title {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	}

.menu {
	font-family: courier new, courier;
	font-weight: bold;
	line-height: 20px;
	}

.txtadm {
	color: black; 
	}

.warning {
	color: red;
}

.footer {
	font-size: 13px;
}

.sidebar {
	font-size: 11px;
}

.titt {
	padding-bottom: 4px;
	padding-top: 12px;
	color: #1030e0;
}

.tittsm {
	padding-bottom: 2px;
	padding-top: 6px;
	font-weight: bold;
}

hr {
	border: 0;
	color: #a0a0a0;
	background-color: #a0a0a0;
	height: 1px;
	width: 50%;
}




a:link,a:visited       {
	color: black; 
	text-decoration: none;
	font-family: arial, trebuchet ms, verdana, helvetica;
	}
a:active,a:hover {   
	text-decoration: underline; 
	font-family: arial, trebuchet ms, verdana, helvetica;
	}
a.white:link,a.white:visited       {
	color: white; 
	text-decoration: none;
	font-family: arial, trebuchet ms, verdana, helvetica;
	}
a.white:active,a.white:hover {   
	text-decoration: underline; 
	color: white;
	font-family: arial, trebuchet ms, verdana, helvetica;
	}

a.menu:link,a.menu:visited       {
//	font-family: courier new, courier;
	font-weight: bold;
	line-height: 20px;
	}
a.menu:active, a.menu:hover {   
//	font-family: courier new, courier;
	font-weight: bold;
	line-height: 20px;
	}

a.title:link,a.title:visited       {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	}
a.title:active, a.title:hover {   
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	}

a.sidebar:link,a.sidebar:visited       {
	font-size: 11px;
	font-weight: normal;
	}
a.sidebar:active, a.sidebar:hover {   
	font-size: 11px;
	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;
	font-size: 11px;
	font-weight: normal;
	}
a.admin:active,a.admin:hover {
	color: #EFB62B;
	font-size: 11px;
	font-weight: normal;
	}
a.nm, a.nm:link,a.nm:visited {
	text-decoration: underline;
	font-weight: normal;
	color: black;
	}
a.nm:active,a.nm:hover {
	text-decoration: none;
	font-weight: normal;
	color: black;
	}
a.footer:link,a.footer:visited       {
	font-size: 9px;
	font-weight: normal;
	}
a.footer:active, a.footer:hover {   
	font-size: 9px;
	font-weight: normal;
	}
a.footerwhite:link,a.footerwhite:visited       {
	color: black;
	font-size: 13px;
	font-weight: normal;
	}
a.footerwhite:active, a.footerwhite:hover {  
	color: black; 
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;	
	}







input, select {
	font-family: arial, trebuchet ms, verdana, helvetica;
	font-size: 11px; line-height: 12px;
	color: #404041;
	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: 11px;
	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; 
}

input.sidebar, select.sidebar {
	color: black;
	background-color: white; 
	height: 17px;
	border-style: solid; 
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; 
}

select.b {
	color: white;
	background-color: #2040f0; 
	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: #2040f0; 
    border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}

input.go {
	color: black;
	padding-left: 7px;
	font-size: 11px;
	font-weight: bold;
	height: 17px;
	width: 17px;
	background-color: white; 
	border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; 
}



#dhtmltooltip {
	position: absolute;
	width: 250px;
	border: 1px solid black;
	color: black;
	padding: 3px;
	background-color: white;
	visibility: hidden;
	z-index: 510;
}


