body {
	margin: 0px;
	padding: 0px;
	background-color: #2d0400;
	font-family: verdana;
	color: #cfa279;
	font-size: 12px;
	line-height: 18px;
}

p, td, th, a, h1, h2, h3, .textbox, .textarea, .button, .select {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	color: #cfa279;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #ca0300;
	text-decoration: none;
}

a:hover {
	color: #e5710a;
}

img {
	border: none;
}

img.contentimg {
	padding: 2px;
	margin: 0px 10px;
	border: 1px solid #e5710a;
}

p {
	padding-bottom: 12px;
	text-align: justify;
}

h1 {
	padding-bottom: 4px;
	margin-bottom: 8px;
	font-size: 20px;
	color: #ca0300;
	font-family: Palatino Linotype, Times New Roman;
	background-image: url("../images/foot_line.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	
}

h2 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #e5710a;
	font-family: Palatino Linotype, Times New Roman;
}

ul {
	padding: 0px 0px 12px 0px;
	margin: 0px;
}

li {
	padding: 0px 0px 5px 12px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images/li.jpg");
	background-repeat: no-repeat;
	background-position: 0px 7px;
}


