/* CSS Document */

td {font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: white}
.small {font-size: 11px}
body {background-color: #333333;}
.button {background-color: #5D5E62;
			font-size: 11px;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			color: white;
			border: 1px solid #333333}
a {color: white}
input,select,textarea {border: 2px solid #5D5E62;
						font-size: 12px;
						font-family: Arial, Helvetica, sans-serif;
						color: #5D5E62}