/* CSS Document */
strong{
	font-family: bold "Century Gothic";
	font-size: 13px;
	font-weight:bold;
}
a {position:relative;font-family:bold; z-index:0; color:orange; text-decoration:none }
a:hover {z-index:1; background-color:none;color:#660000;}
a div {display: none }
a:hover div { display:none; position:absolute; top:25px; left:60px; width:400px; border:1px solid #0cf; background-color:#cff; color:#000; text-align: left }
#mainMenu
{
	margin:0px;
	display:block;
	padding:5px 5px 5px 140px;
	font-family: "Verdana";
	font-weight: bold;
	font-size: 12px;
	text-align: "justify";
}
#mainMenu li
{
	margin:0px;
	display:inline;
	padding-left:7px;
}
#mainMenu a:hover
{
	color:orange;
}
#mainMenu a
{
	color:white;
	text-decoration:none;
}
#mainContent
{
	margin:20px 10px 10px 70px;	
	font-size: 13px;
	line-height:1,5em;
	font-family: "Verdana";
	text-align: justify;
}
#mainContent p
{
	font-family: "Verdana";
	font-weight:400;
	text-align: justify
}
#mainPage
{
	margin-top:5px;
}
td img {display: block;}
.list
{
	font-family: "Verdana";
	font-size: 13px;
	line-height:1,5em;
}
.formList
{
	line-height:2em;
}
.formList li
{
	list-style:none;
}
.formList li label
{
	width:150px;
	margin:10px;
}
.formList li input
{
	width:200px;
}
.dataList{  
  width:100%;
  margin:0 auto;
  border:1px;
  border-collapse:collapse;
  text-align:center;
  }
.dataList th,.dataList td{
  border:1px solid #aaa;
  }
.dataList thead th{
  border-bottom:2px solid #3d580b;
  background-color:#660000;
  color:#fff;
  padding:10px 0px;
  }
.dataList th{
  background-color:#f2f4b9;
  }
.dataList th.title{
  background-color:#f2f4b9;
  }
.dataList tfoot td{
  border-width:0px;
  text-align:right;
  font-size:12px;
  color:#777;
  }
.dataList caption{
  font-weight:bold;
  padding:6px 0px;
  color:#3d580b;
  font-size:25px;
 }
 div.info {
	width: 170px;
	overflow:visible;
	height:auto;
	font-size: small;
	position: absolute;
	background-color: #FFffdd;
	border: 1px solid #000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=3);
	top: 375px;
	padding: 5px;
	left: 671px;
}
div.info_title
.err{
	padding: 5px;
	height: 50px;
	width: 24em;
	position: absolute;
	background-color: #FFFFCC;
	left: 196px;
	top: 114px;
	font-size: small;
	opacity:0.5;
	border: 1px double #333333;
	filter: Shadow(Color=#000000, Direction=135);
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=5);

}