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

/* Nav */
p	{
	margin:20px;
	color:#000000;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	}
	
.navi	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:12px;
	color:#FFFFFF;
	text-decoration:none;
}

.navi:hover	{
	text-decoration:none;
}
	
.header	{
	margin:20px;
	font-weight:bold;
	color:#BB0000;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	}
	
.header2	{
	margin:-16px;
	font-weight:bold;
	color:#BB0000;
	font-size:15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	}
	
.crum	{
	margin:20px;
	color:#BB0000;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	text-decoration:none;
	}
	
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px; 
	margin-top:0;
}

.fontlink	{
	color:#000000;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	text-decoration:none;
	}
	
.fontlink:hover	{
	color:#000000;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
	text-decoration:underline;
	}
	
	
/* nav */
.table	{
	color:#000000;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.nav
{
	background-color:#4b70ac;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding-left:10px;
}

.topCell
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:12px;
	color:#FFFFFF;
	background-image:url(nav_on.gif);
	cursor:pointer;
}

.topCell:hover
{
	background-image:url(nav_off.gif);
}

.topCell2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:12px;
	color:#FFFFFF;
	background-image:url(nav_on.gif);
	cursor:pointer;
}

.topCell2:hover
{
	background-image:url(nav_off.gif);
}

.navTable {
	z-index: 99;
	visibility: hidden;
	position: absolute;
	width:138px;
}

.navTable td {
	padding:4px 8px 4px 4px;
	background-color: #a0211c;
	border-right:4px solid #a0211c;
	border-bottom:4px solid #a0211c;
	border-left:4px solid #a0211c;
}

.navTable td:hover {
	padding:4px 8px 4px 4px;
	background-color: #c22d26;
}

.navTable2 {
	z-index: 99;
	visibility: hidden;
	position: absolute;
	width:96px;
}

.navTable2 td {
	padding:4px 8px 4px 4px;
	background-color: #a0211c;
	border-right:4px solid #a0211c;
	border-bottom:4px solid #a0211c;
	border-left:4px solid #a0211c;
}

.navTable2 td:hover {
	padding:4px 8px 4px 4px;
	background-color: #c22d26;
}

.footer {
	font-size: 10px;
	text-align:center;
}

.footerlink {
	font-size: 10px;
	text-align:center;
	text-decoration:none;
	color:#000000;
}
.footerlink:hover {
	font-size: 10px;
	text-align:center;
	text-decoration:underline;
}

.footerlink2 {
	font-size: 12px;
	text-align:center;
	text-decoration:none;
	color:#000000;
}
.footerlink2:hover {
	font-size: 12px;
	text-align:center;
	text-decoration:underline;
}
.pad5
{
	padding:4px 8px 4px 8px;
	text-align:center;
}

