
	
	#logo {
	    float: right;
	}
	
	body {
		font-size: 10px;
		font-family: verdana, arial, helvetica, sans-serif;
		padding: 5px;
		margin: 0px;
		border: 0px;
	}
	
	a, a:link, a:visited, a:active {
	    color: #f69;
	}
	
	a:hover {
	    text-decoration: none;
	}
	
h1 { font-size: 12px; text-transform: uppercase; color : #f69;}

h2 { font-size: 11px; color: #f93; }

p { font-size: 10px; line-height: 15px;
}
	
	td {
		font-size: 11px;
		vertical-align: top;
	}

.littlecheck {
    width: 10px;
}
.wideinput {
    width: 300px;
}

input {
    width: 300px;
}
textarea.bigtext {
    width: 300px;
    height: 400px;
}
