.sidemenu {
	background-color: #b63324;
	padding: 0px 0px 8px 15px;
	color: #000000;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
}

.sidemenulink{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
}
.sidemenulink:hover {
	text-decoration: none;
	color: black;
}

.sideText {
	background-color: #b63324;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	text-align: center;
}

.photoCredit {
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-family: Arial, Sans Serif;
	font-size: 6pt;
	text-align: center;
}

.bodyText {
	text-decoration: none;
	padding: 20px 20px 0px 20px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	text-align: justify;
}

.sideLinkText {
	text-decoration: none;
	padding: 20px 20px 0px 10px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	text-align: left;
}

.tableText {
	text-decoration: none;
	padding: 20px 20px 0px 20px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	text-align: center;
}

.tableTextLeft {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	text-align: left;
}

.ctHeader {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}

.ctCell {
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
}

.calHead {
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
}

.calHeadLink {
	color: #007ac3;
}
.calHeadLink:hover {
	color: #b63324;
}

.calText {
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	text-align: justify;
}

.calCell {
	text-decoration: none;
	padding: 4px 4px 4px 4px;
	color: black;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	text-align: center;
}

.calCellLink {
	color: #007ac3;
	font-family: Arial, Sans Serif;
	font-size: 8pt;
	text-align: center;
}
.calCellLink:hover {
	color: #b63324;
}

.copyright {
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	color: #dddddd;
	font-family: Arial, Sans Serif;
	font-size: 7pt;
}

input, textarea, select  {
  margin: 0px 0px 4px 0px;
  padding: 0px;
  font-family: arial; sans-serif;
  font-size: 8pt;
  color: #000000;
  background: #ffffff;
  border: 1px solid #666;
}

.sideBullet {
	margin: 0px 0px 2px -20px;
}

/****
****/
#navcontainer { width: 160px; }

#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#navlist a
{
	display: block;
	border-left: 0.5em solid #b63324;
	padding: 3px;
	width: 160px;
	background-color: #b63324;
}
#navlist a:link, #navlist a:visited
{
	color: #EEE;
	text-decoration: none;
}
#navlist a:hover
{
	border-color: #b63324;
	background-color: #44444;
	color: #ffffff;
}

#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #000000;
	background-color: #007ac3;
	color: #333;
}

.sidemenulink{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Sans Serif;
	font-size: 9pt;
}
.sidemenulink:hover {
	text-decoration: none;
	color: black;
}