* { 
	margin: 0; 
} 
html, body { 
	height: 99%; 
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif, Helvatica;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	background-color:#ffffff;
	padding-left:3px;
	padding-right:2px;
	padding-bottom:0px;
	padding-top:0px;
} 
input, textarea, select {
	font-size: 8pt;
	font-family:"Trebuchet MS", Arial, Verdana, sans-serif, Helvatica;
	border-width: 1px;
	border-color: #747474 #dcdcdc #dcdcdc #747474;
	font-style: normal;
	table-layout:fixed;
}
.wrapper { 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -3em; 
} 
.footer, .push { 
	height: 4em; 
} 
img {
	border:0px;
}
a { 
	color: #378dd6; 
	font-weight:normal; 
	text-decoration:none;  	
	table-layout:fixed;
}
a:hover { 
	color: #ff0000; 
	table-layout:fixed;
}
input.button{
	background-color:#b1cde3;
	color:#000;
	font-size:8pt;
	padding:0 2 0 2;
	width:1;
	height:18px;
	overflow:visible;
	vertical-align:middle;
}
button {
	border:             none;
	background-color:   transparent;
	vertical-align:middle;
}
select {
	font-size:8pt;
}
.menubutton {
	margin: 0px;
}
.menubutton:hover {
	margin: 2px -2px -2px 2px;
}
option{
	line-height: 2em;
}
@media print {
	html, body { 
		height: 100%;
		background-color:#FFFFFF;
		font-family:"Trebuchet MS", Arial, Verdana, sans-serif, Helvatica;
		font-size:8pt;
		font-weight:normal;
		color:#000000;
	} 
	.wrapper { 
		min-height: 100%; 
		height: auto !important; 
		height: 100%; 
		margin: 0 auto 0em; 
	} 
	.footer, .push { 
		height: 0em; 
		display:none;
		visibility:hidden;
	} 
	.header { 
		display:none;
		visibility:hidden;
	} 
}
