.wsft_frame{
		background: #0055BB;
}

.wsft_frame_pad{
		padding-left: 5px;
}

.wsft_middle{
		background-color: #FFFFFF;
		border: 2px solid #0055BB;
		font-size:12;
		padding-left:5px;
		padding-top:0px;
		padding-bottom:5px;
		padding-right:5px;
		margin: 0 0 0 0;
}

.wsft_middle_title{
		background: #C0C0C0;
		font-size:12;
		font-weight:bold;
}

.wsft_grid th{
		padding: 5px;
		font-size:12;
		background-image: url('/images/button4.gif');
		height:17px;
		border-left-width:0px;
		border-right-width: 0px;
		white-space: nowrap;
		margin:2px,2px,2px,2px;
		color: #000000;
}

.wsft_edit_grid th{
		font-size:12;
		background-image: url('../images/button4.gif');
		color: #000000;
}

.wsft_in_top{
		color: #000000;
}

BODY {
		Background-color: #000000;
		background-image: url(../images/index_01.jpg);
		background-repeat:repeat-x; 
		background-position:top;
		color: #FFFFFF;
}
.glossymenu{
		list-style-type: none;
		margin: 5px 0;
		padding: 0;
		width: 172px;
		border: 0px solid #9DB6C8;
		border-bottom-width: 0;
}

.glossymenu li a{
		background: white url(../images/menu.gif) repeat-x bottom left;
		font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		color: white;
		display: block;
		width: auto;
		padding: 3px 0;
		padding-left: 10px;
		text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
		width: 172px;
}

.glossymenu li a:visited, .glossymenu li a:active{
		color: white;
}

.glossymenu li a:hover{
		background-image:    url(../images/menu1.gif);
}