td {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 11px;
	color: #000;
}

body {
	font-family: Tahoma, Arial, geneva, verdana;
	background-image: url(images/bg.gif);
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.textlink {
	text-decoration: none;
	color: #ba7712;
}

a.textlink:hover {
	text-decoration: none;
	color: #000;
}

.ContentBG {
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-y;
}

h1 {
	font-family: Tahoma, Arial, geneva, verdana;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

li {
	list-style-type: square;
	padding: 0 0 2px;
	margin: 0px;
	list-style-image: url(images/bullett.gif);
}