body {
	background-color: #F1EFE4;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #4d4d4d;
	}
	
body a {
	color: #912A19;
	text-decoration: none;
	}
	
body a:hover {
	text-decoration: underline;
	color: #912A19;
	}

img {
	border: none;
}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #3E3E3E;
	border-bottom: solid 2px #912A19;
	width: 200px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #912A19;
}

h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #912A19;
}

h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #4d4d4d;
}

p {
	margin-top: 0px;
	}
	
td {
	vertical-align: top;
	}
	
input {
	width: 300px;
	}
	
textarea {
	width: 300px;
	height: 100px;
	}
	
	
#wrapper {
	text-align: left;
}

#heading-a {
	background-image: url('../images/leftcolbg.gif');
	background-repeat: repeat-x;
}

#heading-a a {
	color: #4D4D4D;
	text-decoration: none;
}

#heading-b {
	background-image: url('../images/rightcolbg.gif');
	background-repeat: repeat-x;
	color: #fff;
	text-align: center;
}

#heading-b a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#heading-b a:hover {
	text-decoration: underline;
}

#footer {
	background-image: url('../images/footerbg.gif');
	background-repeat: repeat-x;
	text-align: center;
	color: #912A19;
}

#footer a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.important {
	display: none;
}