p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2c1d10;
}
a:link {
	color: #981b1e;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #981b1e;
	font-style: italic;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2c1d10;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #981b1e;
	font-style: italic;
}
a:visited {
	color: #981b1e;
	text-decoration: none;
}
a:hover {
	color: #981b1e;
	text-decoration: underline;
}
.basenav {  font-weight: bold; color: #000000; text-decoration: none; font-size: 10px;}
a.basenav:link {  font-weight: bold; color: #000000; text-decoration: none; font-size: 10px;}
a.basenav:visited { font-weight: bold; color: #000000; text-decoration: none; font-size: 10px;}
a.basenav:hover { font-weight: bold; color: #000000; text-decoration: none; font-size: 10px;}

.edit {
background-color : #981b1e;
padding : 2px 5px 3px;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bolder;
font-size : 10px;
text-align : center;
text-decoration : none;
cursor : pointer;
border : 2px solid #2c1d10;
} 

.viewBut, a.viewBut:link, a.viewBut:visited, a.viewBut:hover  {
background-color : #981b1e;
padding : 2px 5px 3px;
color : #ffffff;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-weight : bolder;
font-size : 10px;
text-align : center;
text-decoration : none;
cursor : pointer;
border : 2px solid #2c1d10;
}


