/* Links for Site if no class exists */
A:LINK {
	color: #993333;
	font-weight: normal;
	text-decoration : underline;
}

A:VISITED {
	color: #993333;
	font-weight: normal;
	text-decoration : underline;
}

A:HOVER {
	color: #993333;
	font-weight: normal;
	text-decoration : none;
}

/* Body Font */
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #445641;
	font-weight: normal;
}

.body_sm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #445641;
	font-weight: normal;
}

