/* Rev Mar 24 2004  Jan 25,26, 2005  Aug 29, 2010*/ 
hr {
	color: #996633;
	background-color: #996633;
	width: 75%;
	height: 2px;
}

a:link {
	color : Blue;
		text-decoration: underline;
}
a:visited {
	color : #6e3a14;
		text-decoration: underline;
}
a:hover {
		color: Teal;
		text-decoration: underline;
}
a:active{
	color:#996633;
	text-decoration: none;
}
body,td {
	background-color : #e7cfb7;
   font-family : Arial, Helvetica, sans-serif;
		}
form {
	background : #e7cfb7;
		}
h1, h2, h3, h4, h5, h6 {
	color : #996633;
		}
 h1 {
	font-weight : bolder;
	font-size : 200%;
	text-align : center;
		 }
h2 {
	font-weight : bold;
	font-size : 150%;
	text-align : center;
   }
h3 {
 	font-weight : bold;
	font-size : 125%;
   text-align : center;
   }
h4 {
	font-size : 110%;
		}

table {
	background-color: #e7cfb7;
	width : 95%;
	padding: 5px;
	border-width: 0;
		}
tr {
	text-align : right;
	border-width: 0;
		}
th {
	text-align: left;
	font-size: 100%;
	font-weight: bolder;
	color : #996633;
}
td {
	text-align : left;
	padding: 10px;
	     }
p {
  margin: 0.5em 1em;
}
ul {
	list-style-image: url(1brndots.gif);
}
p:first-line {
	font-weight: bold;
	}
p.cancelled{
	text-decoration: line-through;
}

.centre {
	text-align: center;
}

.clean {
	clear: both;
}
.full{
	text-decoration: line-through;
}

.logo {
	float: left;
	margin: 10px;
}

.right {
	float: right;
}

.plain {
	border: none;
}


