﻿body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
body {
	background-color: #CBBDAB;
}
a:link {
	color: #400000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #400000;
}
a:hover {
	text-decoration: underline;
	color: #400000;
}
a:active {
	text-decoration: none;
	color: #400000;
}
a.whiteorange:link {
text-decoration: none;
	color: #825935;
}
a.whiteorange:visited {
text-decoration: none;
	color: #825935;
}
a.whiteorange:hover {
text-decoration: none;
	color: #ffffff;
}
a.whiteorange:active {
text-decoration: none;
	color: #825935;
}

.heightoflinks {
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.siteby {
	font-size: 9px;
	color: #E7E2DC;
}
.style5 {font-size: 14px}

/*****
 ***** Form
 *****/
form {
	width: 600px;
	margin: 5px auto;
	text-align: left;
	color: #666666;
}
	
fieldset {
	padding: 0;
	border: 0px solid #000;
	margin: 0;
	}

legend {
	font: bold 140%/1.6 Verdana,sans-serif;
	}
	
label {
	float: left;
	display: inline;
	width: 160px;
	line-height: 16px;
	margin: 3px 10px;
	text-align: center;
	background: transparent url('images/arrow.gif') no-repeat right center;
}
	label.checkbox {
			float: none; 
			width:80px; 
			line-height:16px;
			margin: 3px 200px; 
			text-align:center;
			background-image: none; 
			}
	label.wide {
		width: 100%;
		background-image: none; 
		font-weight: bold;
		text-align:center;
		}
	label.error {
		color: #FF0000;
		font-weight: bold;
		}

	label.nowrite {
		float: none;
		display:inline; 
		text-align:left; 
		background: #fff;
		margin:3px 0 8px; 
		border-style:solid; 
		border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2; 
		border-width:2px 1px 1px 2px; 
		width: 300px;
		height: 18px;
		}
					
select {
	margin:3px 0 8px; 
	border-style:solid; 
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2; 
	border-width:2px 1px 1px 2px; 
	width: 300px;
	}

textarea {
	margin:3px 0 8px; 
	border-style:solid; 
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2; 
	border-width:2px 1px 1px 2px; 
	width: 300px;
	height: 80px;
	}
	textarea.wide {
		width: 100%;
		height: 300px;
		}
		
input {
	margin:3px 0 8px; 
	border-style:solid; 
	border-color: #778AA2 #7EA4D8 #7EA4D8 #778AA2; 
	border-width:2px 1px 1px 2px; 
	width: 300px;
	height: 18px;
	}		
	input#go {
		margin: 5px 0 5px 175px;
		border-style: solid;
		border-color: #FFF #333 #333 #FFF;
		border-width: 1px 2px 2px 1px;
		background: #DDD5C8;
		padding: 2px 20px;
		width: auto;
		height: auto;
	}
	input.narrow {width: 80px;}
	input.checkbox {border: 0; width: 20px;}
	input.radio {border: 0; width: 20px;}
	
	form.paypal input {
		margin: 1px; 
		border: none; 
		width: auto;
		height: auto
		}
	input.button {
		width: 150px;
}	
br {clear:left;}


