body, ul, td, th, p, small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
}
html {
	overflow-y: scroll;
}
.tabel {
	border: 1px solid #000000;
}

a:link, a:visited {
	color: #1E468A;
	text-decoration: none;
}

a:hover {
	color: #FF660D;
	text-decoration: underline;
}

a:active {
	color: #B3B3B3;
	text-decoration: none;
}
*:focus {
	outline: none;
	}
.top_text {
	font-family: Trebuchet MS; 
	font-size: 20px; 
	color: #FFFFFF; 
	border-bottom: 1px solid #FF660D;	
}
input {
	padding: 4px;
	font-family: 'Trebuchet MS';
	background: transparent url(images/input.png);
	border: 1px solid #CCC;
	border-top-right-radius: 5px;  
	border-bottom-right-radius: 5px;  
	border-bottom-left-radius: 5px;  
	border-top-left-radius: 5px;  
}
input:hover {
	background-position: 0px 28px;
}
select {
	padding: 4px;
	background: url(images/input.png);
	border: 1px solid #CCC;
	border-top-right-radius: 5px;  
	border-bottom-right-radius: 5px;  
	border-bottom-left-radius: 5px;  
	border-top-left-radius: 5px;  
}

