A:link {
	Color:#000000; Font-Weight: Bold; text-decoration: underline
}
A:visited {
	Color:#000000; Font-Weight: Bold; text-decoration: underline
}
A:hover {
	Color:#6666ff; Font-Weight: Bold; text-decoration: underline
}
A:active {
	Color:#000000; Font-Weight: Bold; text-decoration: underline
}

.norm  { color: #000000; }
.norm:hover { color: #ffffff; }

table {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	Color: #000000;
	Text-Align: Left;
}
body {
	Font-Family: Arial, Helvetica, sans-serif;
	Font-Size: 12px;
	Color: #000000;
	Margin: 0;
	Padding-Left: 3px;
}
.input {
	Border: 1px #909090 solid;
	Background-Color: #FFFFFF;
	Height: 26px;
	width:140px;
	padding:2px 5px;
	Font-Size: 11px;
}
.filew {
	Font-Size: 11px;
	Width: 250px;
	Background-Color: #FFFFFF;
}
.fileg {
	Font-Size: 11px;
	Width: 250px;
	Background-Color: #F3F3F3;
}
.button {
	Border: 1px #909090 solid;
	Background-Color: #dddddd;
	Height: 20px;
	Font-Size: 10px;
	Font-Weight: Bold;
}
.txt {
	Border: 1px #909090 solid;
	Background-Color: #FFFFFF;
	Font-Size: 11px;
}
.button200 {
	Border: 1px #909090 solid;
	Background-Color: #dddddd;
	Height: 20px;
	Font-Size: 10px;
	Font-Weight: Bold;
	Width: 200px;
}
.bigblack {
	Font-Size: 14px;
	Color: #000000;
	Font-Weight: Bold;
}
.vbigblack {
	Font-Size: 16px;
	Color: #000000;
	Font-Weight: Bold;
}
.bigwhite {
	Font-Size: 14px;
	Color: #FFFFFF;
	Font-Weight: Bold;
}
.bigred {
	Font-Size: 14px;
	Color: #FF0000;
	Font-Weight: Bold;
}
.biggreen {
	Font-Size: 14px;
	Color: #008800;
	Font-Weight: Bold;
}
.vbiggreen {
	Font-Size: 16px;
	Color: #008800;
	Font-Weight: Bold;
}
.smallwhite {
	Font-Size: 11px;
	Color: #FFFFFF;
}
.smallblack {
	Font-Size: 11px;
	Color: #000000;
}
.mi {
	Font-Family: Verdana, Arial, Helvetica, sans-serif;
	Font-Size: 11px;
	Color: #000000;
}
.wc {
  position: relative;
  left: -40px;
  top: 40px;
  z-index: 1;
}
.wcno {
  position: relative;
  left: -40px;
  top: 40px;
  z-index: 1;
  visibility: hidden;
}
.mc {
  position: relative;
  left: -80px;
  top: 40px;
  z-index: 2;
}
.us {
  position: relative;
  top: -30px;
}

li.info{
	position:relative;
	width:118px;
}
li.info span{
	display:none;	
}

li:hover.info span{
	display:block;
	position:absolute;
	left:-223px;
	top:-20px;
	color:#000;
	padding:10px;
	width:200px;
	background:#fff;
	border:1px solid #ccc;
	min-height:100px;
  height:auto !important;
  height:100px;
}
.input-slc {
	Border: 1px #909090 solid;
	Background-Color: #FFFFFF;
	Height: 30px;
	width:250px;
	padding:5px 5px;
	Font-Size: 11px;
}
.submit-btn {
	border: 1px #909090 solid;
	background-color: #dddddd;
	height: 26px;
	font-size: 13px;
	cursor:pointer;
	width:65px;
	font-weight: Bold;
	margin-bottom:15px;
}
