a:link {
	color: #000000;
}
a:visited {
	color: #CC6A2D;
}
a:hover {
	color: #CC6A2D;
}
a:active {
	color: #CC6A2D;
}

.maintext {
	font-size: medium;
	line-height: 1.4em;
	padding: 4px;
}
.titletext {
	font-size: medium;
	line-height: 1em;
	font-weight: bold;
	padding: 4px;
}

.smalltext {
	font-size: small;
	line-height: 1.4em;
	padding: 4px;
}
.titlesmall {
	font-size: small;
	line-height: 1em;
	font-weight: bold;
	padding: 4px;
}

.greentext {color: #006F45;}
.redtext {color: #CC6A2D; font-weight:bold;}

.hidden { display: none; }
