body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #041422;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #F7F4F4;
	font-size: 11px;
}

.txtHead1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
}

a:link {
	color: #7EBEF3;
	text-decoration:none;
}
a:visited {
	color: #7EBEF3;
	text-decoration:none;
}
a:hover {
	color: #7EBEF3;
	text-decoration:underline;
}
a:active {
	color: #7EBEF3;
	text-decoration:underline;
}
