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

.menu {
  border: solid 1px #BFBFBF;
  padding:0px 0px 0px 5px; 
  background-color:white;
}

.menuItem {
  padding:4px 10px 4px 10px;
  border-bottom:solid 1px #dddddd;
}

.menuItem:hover {
  background-color:#ffffff;
}

.menuItema {
  color:#000000;
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: Normal;
  font-weight: bold;
  color: #3573a2;
  line-height: 1.5;
  text-decoration: none;
}

#demo {
  background-color:#ffffff;
  cursor:pointer;
  padding:5px 00px 5px 0px; 
  margin: 0px 0;
  width: 625px;
}

#demo span {
  padding:0px 15px 0px 15px;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:underline;
}
.IndexBanner {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #8E2323;
}
a img { 
	border: none; 
}
.IndexText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #3573a2;
}
a img { 
	border: none; 
}
.IndexTextBoldItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #3573a2;
	text-decoration: none;
}
.IndexTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #3573a2;
	text-decoration: none;
}
.IndexTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: Normal;
	font-weight: bold;
	color: #3573a2;
	text-decoration: none;
}
.IndexTextBoldRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: Normal;
	font-weight: bold;
	color: #8e2323;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #3573a2;
}
a:visited {
	text-decoration: none;
	color: #3573a2;
}
a:hover {
	text-decoration: underline;
	color: #3573a2;
}
a:active {
	text-decoration: none;
	color: #3573a2;
}
body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}