body {
	margin: 0px 0px 0px 0px;
	background-color: #622020;
}

.link1 {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #3E3E3E;
	text-decoration: none;
	width: 124px;
	height: 10px;
	background-image: url(images/pic.gif);
	text-align: center;
}
a.link1:link {color: #3E3E3E; text-decoration: none;}
a.link1:visited {color: #3E3E3E; text-decoration: none;}
a.link1:hover {color: #3E3E3E; text-decoration: underline;}

.brdr { border: 1px solid #C3C3C3; }

.name {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

.txt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: regular;
	color: black;
	text-decoration: none;
}


