

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 12px;
	margin: 0;
	padding: 10px;

}



a:link {
	color: #C32215;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C32215;
}
a:hover {
	text-decoration: underline;
	color: #C32215;
}
a:active {
	text-decoration: none;
	color: #C32215;
}


.bootnotes {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Menu */
.menu a:link {
	color: #FFFFFF;
}

.menu a:visited {
	color: #FFFFFF;
}

.menu a:hover {
	color: #C32215;
}

.menu a:active {
	color: #C32215;
}

/* ------------------------------------------------ */




/* Main Menu Table Setup */

table.menu {
	width: 660;
	border: 0px;
	-moz-border-radius: 0px;

}
table.menu td.wt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #FFFFFF;
	text-align: center;
	background-color: #333333;
	width: 110px;
}

table.menu td.wt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	color: #C32215;
	text-align: center;
	background-color: #000000;
	width: 110px;
}

table.menu td.ac {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #C32215;
	font-weight: bold;
	text-align: center;
	background-color: #000000;
	width: 110px;
}


/* Block Table Setup */
table.block {
	width: 660;
	border: 0px;
	-moz-border-radius: 0px;
	align: center;
}
table.block td.norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	width: 660px;
}



/* --------------------------------------------------   EOF   ------------------------------------------------*/