@charset "utf-8";
/* CSS Document */


/* ---------------------------------------- */
/*				Links
/* ---------------------------------------- */
a:link
{
    font-size: 12px;
    color: #D30007;
    text-decoration: none;
    font-weight: bold;
}
a:visited {
	font-size: 12px;
    color: #D30007;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
    color: #D30007;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-size: 12px;
    color: #D30007;
	text-decoration: none;
	font-weight: bold;
}
/* ---------------------------------------- */
/*				Alt Links
/* ---------------------------------------- */
a.alt:link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.alt:visited {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.alt:hover {
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a.alt:active {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
/* ---------------------------------------- */
/*				List Links
/* ---------------------------------------- */
a.List:link {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.List:visited {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.List:hover {
	font-size: 12px;
	color: #000066;
	text-decoration: underline;
	font-weight: bold;
}
a.List:active {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

/* ---------------------------------------- */
/*				Footer Links
/* ---------------------------------------- */
a.Footer-Nav:link {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.Footer-Nav:visited {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
a.Footer-Nav:hover {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
a.Footer-Nav:active {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}


/* ---------------------------------------- */
/*		Footer Links Controls
/* ---------------------------------------- */
.footermenulink
{
	font-family: Arial, Serif;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
}
.footermenulink a
{
    text-decoration: none;
    color: #c0c0c0;
    font-size: 10pt;
}
.footermenulink a:hover
{
	text-decoration: underline;
	color: #000000;
}
