body{
	background-color:  #ECECEC /*#808080*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 86%;
}
#all{
	background-color: #ECECEC;
	 position:absolute; 
	 width:668px; 
	 height:646px; 
	 z-index:1; 
	 left: 140px; 
	 top: 8px;
	
}
#content{
	background-color: #fff;
	position:absolute;
	width:200px; 
	height:115px; 
	z-index:2; 
	left: 15px;	
	bottom: 15px;  
	right: 15px; 
	top: 115px;
}
#top{
	 position:absolute; 
	 width:100%; 
	 height:115px; 
	 z-index:1;
	 text-align: right;
}
#nav{
	text-align: left;
	vertical-align: bottom;
	padding: 4px 4px 4px 4px;
}
#logo{
	text-align: center;
	vertical-align: bottom;
	padding: 4px 4px 4px 4px;
	width: 186px;
}
#tbl1{	
	background-color: #ECECEC;
	padding: 0px;
	width: 755px;
	border: 0px;
}
#tblHead{	
	padding: 0px;
	width: 90%;
	border: 0px;
	height: 70px;
}
#tblContent{
	background-color: #fff;	
	padding: 0px;
	width: 90%;
	border: 0px;
}
#bigPic{
	width: 186px;
	padding-top: 39px;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
}
#tdContent{
	padding-top: 23px;
	padding-right: 29px;
	padding-bottom: 13px;
	vertical-align: top;
	
}
#tblFoot{
	width: 90%;
}
#tdFoot{
	text-align: right;
	vertical-align: top;
	padding: 4px 0px 0px 4px;
}
h1,h2,h3{
	color: #575757;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 146%;
}
h2{
	font-size: 126%;
}
h3{
	font-size: 120%;
}
h4{
	font-size: 113%;
}
h5{
	font-size: 113%;
}
h6{
	font-size: 107%;
}
.mLink{
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}
a{
	color: #313131;
}
a:hover{
	color: #fff;
	background-color: Black;
}
a:active{
	color: #fff;
	background-color: #41287E;
}
