
/* CSS XHTML Layout

 @import "some/other/css/file";

*/

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family: "Lucida Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:11px;
	color:black;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

form{
	margin:0px;
}

input.checkbox{
	color: #354535;
	padding:2px;
	width:20px;
	background-color:transparent;
	border:0px;
}

input, textarea, select{
	font-weight: bold;
	font-size: 11px;
	color: #354535;
	padding:2px;
	font-family: "Lucida Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, Helvetica;
	background-color:#eeeeee;
	border:2px solid #aac2da;
}

button, .button{
	font-weight: bold;
	font-size: 11px;
	color: #aac2da;
	padding:1px;
	font-family: "Lucida Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, Helvetica;
	background-color:#eeeeee;
	border:2px solid #354535;
	cursor:pointer;
}
