td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a:link {
	color: #blue;
	text-decoration: none;
}
a:visited {
	color: #red;
	text-decoration: none;
}
a:hover {
	color: #black;
	text-decoration: underline;
}
a:active {
	color: #black;
	text-decoration: none;
}
a.special:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.special:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.special:active {
	color: #FFFFFF;
	text-decoration: none;}


.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.dottedline {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333333;
	background-repeat: no-repeat;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.menubg {
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	border: very thin solid #CCCCCC;
}
