/* general styles */

body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #0061FF;
	text-decoration: underline;
}

.medtext {
	font-size: 12px;
	color: #737373;
	FONT-FAMILY: Verdana,Arial;
}

/* nav */
.navtext
{
	font-size: 11px;
	color: #240000;
	font-family: verdana,Arial;
	font-weight: bold;
}

a.navtext
{
	color: #240000;
}

a.navtext:link,
a.navtext:visited,
{
	color: #240000;
}

a.navtext:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* end nav */

/* footer */
.footertext
{
	font-size: 11px;
	color: #B19AA0;
	font-family: Arial,verdana;
	font-weight: bold;
}

a.footertext
{
	color: #B19AA0;
}

a.footertext:link,
a.footertext:visited,
{
	color: #B19AA0;
}

a.footertext:hover
{
	color: #ffffff;
	text-decoration: underline;
}
/* end footer */

