* {
	padding: 0;
	margin: 0;
}

html {
	width: 100%;
}

body {
	width: 50%;
	font-family: "Arial";
	font-size: 12px;	
	color: #000;
	background-color: #FFF;	
}

img {
	border: 0px none;
}

a {
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}
	
a.special {
	text-decoration: none;
}

	a.special:hover {
		text-decoration: underline;
	}

p {
	margin: 10px 0px 10px 0px;
}


dt {
	font-weight: 600;
}

dd {
	margin-bottom: 20px;
}

h1 {
	color: #4E162A;
	font-weight: bold;
	font-size: 19px;
	line-height: 90%;
	padding-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	color: #4E162A;
	font-weight: bold;
	font-size: 19px;
	line-height: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}

	h2 a {
		text-decoration: none;
	}

		h2 a:hover {
			text-decoration: underline
		}

h3 {
	color: #000;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

	h3 a {
		text-decoration: none;
	}

		h3 a:hover {
			text-decoration: underline;
		}

h4 {
	color: #000;
	font-weight: bold;
	font-size: 113%;
	line-height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

h5 {
	padding-top: 10px;
	padding-bottom: 10px;
}

table.line {border-top:1px solid #4e162a; border-left:1px solid #4e162a;}
table.line td {border-right:1px solid #4e162a; border-bottom:1px solid #4e162a; padding:5px 5px;}

table.noline {border: none;}
table.noline td {border: none; padding:5px 5px;}

.header {background: #f7ede0;}

#content a {color: #9e5c3b;}

ul li {
	padding: 3px;
	list-style-image: url("/img/li.gif");
}

html* ul li {
	list-style-image: url("/img/li-IE.gif");
}

ul, ol {
	padding-left: 20px;
}

ul li, ol li {
	margin: 3px 0px;
}

