/* CSS Document */

a:link {
	color: #A99A5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}

a:visited {
	color: #016867;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}

a:hover {
	color: #FF0066;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	text-decoration: underline overline;
}

a:active {
	color: #FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 140%;
	text-decoration: none;
}

body {
	background-color: #f4c1a4;
	background-image: url(assets/bg1.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
}

.indexfoot {
	color: #3366ff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 140%;
}

a:link.indexfoot, a:visited.indexfoot {
	color: #3366ff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 140%;
}

a:hover.indexfoot {
	color: #3366ff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 140%;
	text-decoration: underline overline;
}

.maintbl {
	border: 1px solid #ffffff;
}

.maintbltxt {
	color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
}
