@charset "utf-8";

body{
	text-align: center;
}
	input{
		border-width: 0px;
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 11px;
		color: #555555;
	}
	button{
		border: 0px black solid;
	}
	select{
		border: 1px black solid;
	}
	textarea{
		border-width: 0px;
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 11px;
		color: #555555;
		overflow: auto;
	}

	a{
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 12px;
		text-decoration: none;
		cursor: pointer;
	}
		a.underline{
			color: #555555;
		}
		a.underline:hover{
			text-decoration: underline;
		}

	table{
		font-family: "Trebuchet MS", Sans-serif;
		font-size: 12px;
	}

	img{
		vertical-align: middle;
	}