@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 130%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link{
  color: #39399D;
  text-decoration: none;
  }
a:visited{
  color: #26266A;
  text-decoration: none;
  }
a:hover,a:active{
  color: #1939BD;
  text-decoration: underline;
  background: none;
  }
 .outertable{
	BORDER-LEFT: #ffffff 1px solid;
	BORDER-RIGHT: #ffffff 1px solid;
	BORDER-BOTTOM: #ffffff 1px solid;
	BORDER-TOP: #ffffff 1px solid;
}
.innertable{
	BORDER-LEFT: #CCCCCC 1px solid;
	BORDER-RIGHT: #CCCCCC 1px solid;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}
.tableline{
	BORDER-BOTTOM: #CCCCCC 1px solid;
}
.whiteFont {
color:#FFFFFF;
}
.w5em{
    width:5em;
}
.foot {	clear:left;
	background-color: #ffffff;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	font-size: 12px;
	color: #666666;
}
.main {
	float:left;
	width:480px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #666666;
}
.mainh3 {	font-size: 14px;
	color: #666666;
	font-weight: bold;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
}
.menu {	float:left;
	width:220px;
	background-color: #ffffff;
	height: 150px;
	padding: 10px 15px 10px 10px;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
.outer {	width:740px;
	background-color: #ffffff;
	padding: 10px;
	margin:0 auto 0 auto;
}
.leftmenu A:link {
	color: #666666;
	text-decoration: none;
}
.leftmenu A:visited {
	text-decoration: none;
	color: #999999;
}
.leftmenu A:hover {
	text-decoration: underline;
	color: #990000;
}
.leftmenu A:active {
	text-decoration: none;
	color: #CCCCCC;
}
.handle {
	cursor: pointer;
	display: inline;
}
.handle A:link {
	color: #6699FF;
	text-decoration: none;
}
.handle A:visited {
	text-decoration: none;
	color: #6699FF;
}
.handle A:hover {
	text-decoration: underline;
	color: #990000;
}
.handle A:active {
	text-decoration: none;
	color: #990000;
}
.dropdown {
	display:none;
}
.thispage {
	color: #990000;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	width: 18em;
	background-image:  url(../../image/footer.gif);
}

