body {
	background-color: #2D251D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/splash/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body, p, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2B4A9;
	line-height: 180%;
}

.caption {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D251D;
	line-height: 120%;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #999946;
	line-height: 120%;
	display: inline;
}

.large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style:normal;
	color: #999946;
	line-height: 120%;
}

.white {
	color: #ffffff;
}

a:link { color:#999946; text-decoration:underline}
a:visited { color:#999946; text-decoration:underline}
a:hover { color:#000000; text-decoration:underline; cursor:hand; background-color: #999946;}
a:active { color:#999946; text-decoration:underline}

ul {
	list-style-image: url(../images/bullet.gif);
}

.line-repeat-V {
	background-image: url(../images/1pixel-black.gif);
	background-repeat: repeat-y;
	background-position: right;
}

input {
	padding: 3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191410;
	line-height: 120%;
	background-color: #999946;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-color: #191410;
	border-bottom-style: solid;
	border-bottom-width: 1px;

}

textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191410;
	line-height: 120%;
	width: 200px;
	height: 100px;
	border: 1px solid #191410;
	background-color: #9A9946;
	padding: 3px;
}
.bg-left {
	background-image: url(../images/bg-left.gif);
	background-repeat: repeat-x;
	background-position: top;
}
