body {
	font-family: Times New Roman, serif;
	font-size: 13px;
	line-height: 16px;
	color: #56473e;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-color: #57473f;
	margin:0px;
	padding:0px;
}

a {
	color: #E41407;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a.contenturl {
	color: #E41407;
	text-decoration: underline;
	padding-left: 12px;
	background: url("../images/urlarrow.gif") no-repeat;
	background-position:0px 5px;
	font-weight:bold;
}

a.contenturl:hover {
	color: #E41407;
}

a.contentdoc {
	color: #E41407;
	text-decoration: underline;
	padding-left: 12px;
	background: url("../images/urlarrow.gif") no-repeat;
	background-position:0px 5px;
	font-weight:bold;
}

a.contentdoc:hover {
	color: #E41407;
}

input {
	background: #F3E4BF;
	font-family: Times New Roman, serif;
	color: #333;
}

textarea {
	font-size: 13px;
	border: none;
	border-bottom: 1px solid #A9846F;
	background: #F3E4BF;
	font-family: Times New Roman, serif;
	color: #333;
}

input.submit{
	background-color: #E41408;
	border:1px solid #FDF1D3;
	color: #FFFFFF;
	width:100px;
	font-weight:bold;
}

input.text {
	border-top:1px solid #FDF1D3;
	border-left:1px solid #FDF1D3;
	border-right:1px solid #FDF1D3;
	border-bottom: 1px solid #A9846F;
	width: 200px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

p {
	margin-top: 0px;
}
