body {
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #e0e0e0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #4d382a;
}

.txtHead1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
}

.txtOrange {
color: #E05E0E;
}

a:link {
	color: #24241d;
	text-decoration:none;
	border-bottom: 1px dotted #24241d;
	
}
a:visited {
	color: #24241d;
	text-decoration:none;
	border-bottom: 1px dotted #24241d;
}
a:hover {
	color: #060705;
	text-decoration:none;
	border-bottom: 1px dotted #060705;
}
a:active {
	color: #060705;
	text-decoration:none;
	border-bottom: 1px dotted #060705;
}


