/* CSS Document */
TABLE.menubox .bc {
	background-image:  url('/misc/images/box/bc.gif');
	background-repeat: repeat-x;
}
TABLE.menubox .tc {
	background-image:  url('/misc/images/box/tc.gif');
	background-repeat: repeat-x;
}
TABLE.menubox .lc {
	background-image:  url('/misc/images/box/lc.gif');
	background-repeat: repeat-y;
}
TABLE.menubox .rc {
	background-image:  url('/misc/images/box/rc.gif');
	background-repeat: repeat-y;
}

TABLE.lightBox .bc {
	background-image:  url('/misc/images/box/light/bc.gif');
	background-repeat: repeat-x;
}
TABLE.lightBox .tc {
	background-image:  url('/misc/images/box/light/tc.gif');
	background-repeat: repeat-x;
}
TABLE.lightBox .lc {
	background-image:  url('/misc/images/box/light/lc.gif');
	background-repeat: repeat-y;
}
TABLE.lightBox .rc {
	background-image:  url('/misc/images/box/light/rc.gif');
	background-repeat: repeat-y;
}
.menuShadow {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:  url('/misc/images/menu_shadow.gif');
	background-repeat: repeat-x;
	font-size:12px;
	height: 20px;
}
.blueShadow {
	background-image:  url('/misc/images/blue_shadow.gif');
	background-repeat: repeat-x;
}
.blueShadowSmall {
	background-image:  url('/misc/images/blueShadowSmall.png');
	background-repeat: repeat-x;
}
.grayShadow {
	background-image:  url('/misc/images/gray.gif');
	background-repeat: repeat-x;
	height: 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
BODY {
	margin: 0px;
	background-image:  url('/misc/images/bbg.png');
	background-repeat: repeat-x;
}
A {
	text-decoration:none;
	border-bottom: dotted 1px #006666;
	color:#006666;
}
A:hover {
	text-decoration:none;
	border-bottom: solid 1px black;
	color:black;
}
.headTable {
	width:776px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	padding: 4px;
}
.mainBottom {
	background-color: #f5f5f5;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menuContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.grayBG {
	background-color: #f5f5f5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.leftMenuItem {
	background-color: #f5f5f5;
	border-bottom: solid #cccccc 1px;
	border-top: solid white 1px;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	font-family: Verdana, Arial, He	lvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-left: 6px;

}
.leftMenuItemOn {
	background-color: #e5e5e5;
	border-bottom: solid #cccccc 1px;
	border-top: solid white 1px;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	font-family: Verdana, Arial, He	lvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-left: 6px;
	cursor: pointer;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
}
.innerLighter {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.date {
	border-top: 1px solid #eeee66;
	background: #ffffee;
	padding: 2px;
}
TABLE.girdTable TR.head {
	background: #f5f5f5;
	font-weight: bold;
}
TABLE.girdTable TR.head TD {
	border-bottom: solid #ccc 1px;
}
TABLE.girdTable TR.rowOdd TD{
	background: #f5f5f5;
	border-bottom: solid #ccc 1px;
	border-top: solid #ccc 1px;
}
TABLE.girdTable TD.lp {
	border-right: solid #ccc 1px;
}
.style1 {color: #000000}
#OldNews TD {
	padding-bottom: 10px;
}
.RedBox {
	border: red solid 1px;
	padding: 2px;
	background: #ffeeee;
}
#hd {
	display:none
}
