.MiddleClass {
	position: relative; 
	display: none;
}
 
.downloads {
	border-width: 2px;
	border-spacing: 2px;
	border-style: inset;
	border-color: green;
	border-collapse: separate;
	background-color: green;
	outline-style: outset;
	outline-color: lightgreen;
}
table.downloads th {
	border-width: 2px;
	padding: 1px;
	border-style: outset;
	border-color: blue;
	background-color: rgb(198, 231, 222);
	outline-style: outset;
	outline-color: lightgreen;
	-moz-border-radius: 3px 3px 3px 3px;
}
table.downloads td {
	border-width: 2px;
	padding: 1px;
	border-style: outset;
	border-color: blue;
	background-color: rgb(198, 231, 222);
	outline-style: outset;
	outline-color: lightgreen;
	-moz-border-radius: 3px 3px 3px 3px;
}

.TopCenter {
	text-align: center;
	vertical-align: text-top;
}

.TopRight {
	text-align: Right;
	vertical-align: text-top;
}

.TopLeft {
	text-align: Left;
	vertical-align: text-top;
}

.MiddleCenter {
	text-align: center;
	vertical-align: middle;
}

.MiddleRight {
	text-align: Right;
	vertical-align: middle;
}

.MiddleLeft {
	text-align: Left;
	vertical-align: middle;
}

.BottomCenter {
	text-align: center;
	vertical-align: text-bottom;
}

.BottomRight {
	text-align: Right;
	vertical-align: text-bottom;
}

.BottomLeft {
	text-align: Left;
	vertical-align: text-bottom;
}

DIV.KeyText {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:none;
	z-index:1;
	font-size:2pt;
}
#feedControl { 
	margin-top : 20px;
	margin-left: auto;
	margin-right: auto;
}

.slidetabsmenu{
float:left;
width:100%;
font-size: 14px;
line-height:normal;
border-bottom: 1px solid gray;
}

* html .slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

.slidetabsmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

.slidetabsmenu a{
float:left;
background:url(../graphics/slide-left.png) no-repeat left top;
margin:0;
margin-right: 5px;
padding:0 0 0 9px;
text-decoration:none;
}

.slidetabsmenu a span {
float:left;
display:block;
background:url(../graphics/slide-right.png) no-repeat right top;
padding:2px 13px 2px 4px;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
color: black;
}

.slidetabsmenu a:hover, .slidetabsmenu li.selected a{
background-position:0% -125px;
}

.slidetabsmenu a:hover span, .slidetabsmenu li.selected a span{
background-position:100% -125px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c {
	position:absolute;
	top: 0;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #b3deff;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_c a {
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv_c a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv_c a:hover { /*THEME CHANGE HERE*/
	background-color: #eaeaea;
}
/* ######### End Style for Drop Down Menu ######### */

