<!--
.indextable {
	background-image: url(images/intro_backer.jpg);
	background-repeat: no-repeat;
}
.mastertable {
	border: 1px solid #999999;
	background-color: #DDDDDD;
}
.generalText {
	color: #666666;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.bigText {
	color: #333333;
	font-family: Verdana,Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}
.warning {
	color: #FF6600;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #006699;
}

a:active {
	text-decoration: underline;
	color: #006699;
}

a:visited  { 
	color: #006699; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #006699;
}
input {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
}
	

-->