body {
  margin:0px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color:#840001;
  background: #840000;
}

.content {
  	color:#840000;
	background:#fff;
}

a:link {color:#840000;background: inherit; font-weight:bold; text-decoration:none;}
a:visited {color:#840000;background: inherit; font-weight:bold; text-decoration:none;}
a:hover {color:#840000;background: inherit; font-weight:bold; text-decoration:underline;}

.leftMenu {
  	background: #890008;
	font-size:12px;
	text-align:left;
	color:#fff;
	padding:6px;
}
.leftMenu a:link {color:#fff;background: inherit; text-decoration:none;font-weight:normal;}
.leftMenu a:visited {color:#fff;background: inherit; text-decoration:none;font-weight:normal;}
.leftMenu a:hover {color:#fff;background: inherit; text-decoration:underline;font-weight:normal;}


.footer {
  	background: #890008;
	font-size:10px;
	text-align:left;
	color:#fff;
}
.footer a:link {color:#fff;background: inherit; text-decoration:none;font-weight:normal;}
.footer a:visited {color:#fff;background: inherit; text-decoration:none;font-weight:normal;}
.footer a:hover {color:#fff;background: inherit; text-decoration:underline;font-weight:normal;}

.thumbs {
border:1px solid #000;
}

.input, textarea {
 	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background:#fff;
	border:1px solid #000;
	width:180px;
	color:#000;
	padding:3px;

}

.submitBut {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#fff;
	border:1px solid #000;
	width:140px;
	color:#000000;
	padding:3px;
}

.blogHeader {
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

.noticesTable {
	background:#ebd2d0 url(images/noticesBg.gif);
	background-repeat:repeat-y;
}