/* CSS Document */

.typofett {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #61000D;
}
a:link {
	color: #61000D;
	text-decoration: none;
}
a:visited {
	color: #996B72;
	text-decoration: none;
}
a:hover {
	color: #61000D;
	text-decoration: underline;
}
a:active {
	color: #61000D;
	text-decoration: underline;
}
.typo {
	font-size: 15px;
	color: #61000D;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	background-color: #EDEDEB;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 9px;
}
.td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	width: 10px;
	height: 10px;
	background-image: url(img/cell_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	cursor: hand;

}
.tdtext {
	font-size: 15px;
	color: #61000D;
	font-family: Arial, Helvetica, sans-serif;	
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-image: url(img/cell_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 50%;
	height: 220px;
	vertical-align: middle;
	cursor: hand;
}
div {
	position: absolute;
	z-index: 10;
	height: 17px;
	width: 199px;
	visibility: hidden;
	left: 2px;
	bottom: 97%;
}
.typos {
	font-size: 12px;
	color: #61000D;
	font-family: Arial, Helvetica, sans-serif;
}
.tdtextcol2 {
	font-size: 15px;
	color: #61000D;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	background-image: url(img/cell_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	height: 220px;
	vertical-align: middle;
	cursor: hand;
}
