body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1C1C1C;
}
.normaltxt {
	font-family:Tahoma;
	font-size:11px;
	color:#1C1C1C;
	text-decoration:none;
}
.error {
	font-family:Tahoma;
	font-size:11px;
	color:#FF0000;
	text-decoration:none;
}

.links {
	border-bottom:1px solid #EDEBE5;
	height:30px;
	background-image:url(../images/bullet.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
.linktxt {
	font-family:Tahoma;
	font-size:11px;
	color:#80621B;
	text-decoration:none;
	font-weight:bold;
}
.date {
	font-family:Tahoma;
	font-size:11px;
	color:#DACDAC;
	text-decoration:none;
	font-weight:bold;
}.button {
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	width: 90px;
	height: 21px;
	font-family: tahoma;
	font-size: 12px;
}
.input {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #000000;
}
.errTxt{
	font-family:Tahoma;
	font-size:12px;	
	text-decoration:none;
	
}
.tdRow
{
	background-color:#ffffff;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.link
{
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: underline; 
}
.link:hover
{
	color:#1E8157; 
	text-decoration: none; 
}