﻿body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
}
td {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
}
.table_header {
	color: #FFFFFF;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
a:link {
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
}
a:active {
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #CC6633;
	text-decoration: underline;
	font-weight: normal;
}
.top_bar {
	color: #FFFFFF;
	font-family: Arial, sans-serif, Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.top_bar a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.top_bar a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.top_bar a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.top_bar a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
.footer {
	color: #FFFFFF;
	font-family: Arial, sans-serif, Helvetica;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
.footer a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}

.title {
	color: #3366CC;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.expanding_div {
	width:100%;
	background-color: #DADADA;
	margin: 0px;
	padding: 10px;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #000000;
	display: none;
}

