/* CSS Document */

body {
	background: url(../img/bg-blue.gif) repeat-x; color: #111	;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;		
}

a:link {
  	color: #3366FF;
	text-decoration: none;
}

a:visited {
  	color: #3366FF;
	text-decoration: none;  
}


a:hover {
	color: #FF0000;
	text-decoration: none;
}

form {
	margin: 0; padding: 0;
}
input, select, textarea {
	font-family: tahoma;
	font-size: 11px;
	margin: 1px 0 1px 2px;
}
.button {
	border: 1px solid #ccc;
	padding: 3px 0;
	font-weight: bold;
	font-size: 0.9em;
	font-family: tahoma;
}