/* CSS Document */
html,body {
	margin:0;	
	height:100%;
}

body,td,th {
	font-family: Tahoma;
	color: #404040;	
	font-size: 12px;
}
.name {
	font-family: Tahoma;
	color: #c0372c;	
	font-size: 12px;
}
a {
	font-family: Tahoma;
	font-size: 12px;
	color: #404040;
}
a:visited {
	color: #c0372c;
	text-decoration: none;
}
a:hover {
	color: #f02333;
	text-decoration: none;
}
a:active {
	color: #c0372c;
	text-decoration: none;
}
a:link {
	color: #c0372c;
	text-decoration: none;
}
.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -2em;
}
.footer, .push {
	height: 2em; /* .push must be the same height as .footer */
}
#scrollbar {	
	SCROLLBAR-ARROW-COLOR: #f2f0f0;
	SCROLLBAR-FACE-COLOR: #736d67;
	SCROLLBAR-HIGHLIGHT-COLOR: #736d67;
	SCROLLBAR-SHADOW-COLOR: #736d67;
	SCROLLBAR-TRACK-COLOR: #f2f0f0;
	SCROLLBAR-3DLIGHT-COLOR: #402901;		
	SCROLLBAR-DARKSHADOW-COLOR: #402901;
}

