html {
	height: 100%;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 0px;
	margin-left: auto;
	
	height: 100%;
}


a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	/*color: #328197;*/
	/*color: #834201;	Brown */
	color: #0066b3;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #834201;
	margin-top: 0px;
}


input {
	font-size: 10px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	font-size: 11px;
}

table td {
	vertical-align: top;
}


table.visa {
	margin-left: 1px;
	margin-bottom: 11px;
	width: 556px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

table.visa th {
	background-color: #4a2500;
	background-image: url("images/table-header/brown-gardient.gif");
	background-repeat: repeat-x;
	background-position: center;
	color: white;
	font-weight: bold;
	padding: 3px;
}

table.visa td {
	padding: 3px;
}

table.visa td a img {
	border: none;
}

table.visa tr.even {
	background-color: #eeeeee;
}



table.prices {
	border-spacing: 0px;
	border-collapse: collapse;
}

table.prices th {
	vertical-align: bottom;
	/*border-bottom: 1px solid #834201;*/
	border-bottom: 1px solid black;
}

table.prices th.price {
	text-align: right;
}

table.prices td.price {
	color: green;
	font-weight: bold;
	text-align: right;
}
