@charset "utf-8";
#mainContent p {
	font-size: 95%;
	line-height: 1.3em;
	color: #333333;
}
#mainContent h4 {
	font-size: 80%;
	color: #333333;
}
/* CSS Document */

#header h6 {
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#mainContent h5 {
	color: #FF0000;
}

#mainContent li {
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
}

table {
	border: 1px solid #006600;
}
.odd {
	background-color: #66FF00;
	color: #333333;
}

caption {
	font-size: 100%;
	font-weight: bold;
	color: #003300;
	text-align: center;
	padding-bottom: 5px;
}
td {
	font-size: 80%;
	padding: 5px;
	border: 1px solid #000000;
	text-align: center;
}
th {
	font-size: 80%;
	font-weight: normal;
	color: #ffffff;
	background-color: #009900;
	text-align: center;
	padding: 5px;
}
#sidebar1 p {
	text-align: center;
	border: 1px solid #006600;
	font-weight: bold;
	font-size: 90%;
	padding: 5px;
	margin: 3px;
}

#sidebar1 a:link, #sidebar1 a:visited {
	color: #006600;
}

#sidebar1 a:hover, #sidebar1  a:active {
	color: #00FF00;
}

#footer a:link, #footer a:visited {
	font-size: 95%;
	color: #FFFFFF;
	margin: 5px;
	font-weight: bold;
}
#footer a:hover, #footer a:active {
	color: #00FF00;
}
#mainContent a {
	color: #006600;
}
