body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	background: white;
	}

td {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	}

th {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.small {
	font-size: 11px;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a.black {
	color: black;
	}

.table_heading {
	color: white;
	font-weight: bold;
	background: #c6926b;
	font-size: 12px;
	}

.brown_table {
	background: #c6926b;
	font-size: 12px;
	}

.black_table {
	background: black;
	}

.grey_table {
	background: #ebebeb;
	font-size: 12px;
	}

.white_table {
	background: white;
	font-size: 12px;
	}

textarea {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 10px;
	}

input, select {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 11px;
	}

.quick {
		font-size: 10px;
		}

option.country {
		color: red;
	}

.required { color: red; }

.button {
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		cursor: hand;
		background-color: #c6926b;
		border-top: #E6E6E6 solid 2;
		border-left: #E6E6E6 solid 2;
		border-bottom: #666666 solid 2;
		border-right: #666666 solid 2;
	}
