@charset "utf-8";
/* CSS Document */

<!--

a:link {
	color: #6d0707;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6d0707;
}
a:hover {
	text-decoration: underline;
	color: #B40C0C;
}
a:active {
	text-decoration: none;
	color: #6d0707;
}



.menutext {
	color: #6d0707;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
.dummytext{
	color: #400809;
	font-family:tahoma;
	font-size:11px;
	padding-left:10px;
}

.footer {
	color: #feefd8;
	font-family:tahoma;
	font-size:11px;
}


/* BG MENU EFFECTS */
	
	menu{ 
			font-family:"tahoma"; 
			font-size:12px; 
			font-weight: bold;
			cursor:pointer;
	}
	.menu2{ 
			background:url(images/arrow.gif) no-repeat;
			background-position:center;
			padding-bottom:25px;
			font-family:"tahoma"; 
			font-size:11px;
			cursor:pointer;
	}
-->
