/* CSS Document */

body {
	background-color:#C0B876;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	background-image:url(img/bgtest.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center;
}

input, textarea, select {
	border: 2px solid #696151;
	background-color: #EAE7CA;
	font-family:Tahoma, Verdana, sans-serif;
	color:#696151;
	font-size:10px;
	font-weight:bold;
	padding-left:5px;
	padding-right:2px;
}

option {
	border:1px dotted #696151;
}


h1 {
	color:#696151;
	font-size:20px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-decoration:underline;
	text-align:center;
}

h2 {
	color:#696151;
	font-size:20px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	text-decoration:underline;
	text-align:center;
}

.lightTxt {
	color:#EAE7CA;
	font-weight:bold;
	font-size:11px;
}

a:link, a:visited, a:active {
	color:#485A69;
	text-decoration:none;
}

a:hover {
	color:#ffffff !important;
	text-decoration:underline !important;
}

.Headers {
	font-weight:bold;
	font-size:12px;
}

.border {
	border: 1px solid #696151;
}
.txt {
	font-size:11px;
	color:#000000;

}

.travx {
	color:#696151;
	font-size:17px;
	font-weight:bold;
}