/* Rev Mar 24 2004  Jan 25,26, 2005*/
hr {
	color: #996633;
	width: 75%;
}

img {
	float: left;
}

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 : #DAB58F;
		}
h1, h2, h3, h4, h5, h6 {
			color : #996633;
		}
 h1 {
	          font-weight : bolder;
	          font-size : 200%;
	          text-align : center;
		 }
h2 {
			font-weight : bold;
			font-size : x-large;
			text-align : center;
    		}
h3 {
 			font-weight : bold;
			font-size : large;
   			text-align : center;
   		}
h4 {
			font-size : medium;
		}

table {
			background-color: #e7cfb7;
			width : 95%;
			padding: 5px;
			border-width: 0;
		}
tr {
			text-align : right;
			border-width: 0;
		}
th {
	 text-align: left;
	 font-size: 110%;
	 font-weight: bolder;
	 color : #996633;
}
td {
			text-align : left;
	     }
p {
  margin: 0.5em 1em;
}
p:first-line {
	font-weight: bold;
	}
p.cancelled{
text-decoration: line-through;
}
.full{
	text-decoration: line-through;
}
ul {
	list-style-image: url(1brndots.gif);
}

.right {
	float: right;
}



