
body{
	margin: 20px;
		   font-family: arial;
		   font-size: 12px;
		   color: #444;
}
td, th{
	font-size: 12px;
	text-align: left;			     
	vertical-align: top;
}
table#main{
border: 1px solid #666;
}
.head{
	padding-bottom: 5px;
	height: 60px;
}
.copyright{
	position: relative; margin-top: 30px;  font-size: 10px; color: #666666;z-index:100; font-family; tahoma;
}
.dmLink li{
	margin-bottom: 5px;
}
.mainNav a{
 text-decoration: none;
 color: purple;
    padding-right: 7;
   padding-left: 7;
   padding-top: 2;
   padding-bottom: 2;
  border: 1px solid;
     background-color: #eee;
}
.mainNav{
	padding: 5px;
	margin: 10px; margin-right: 0px;margin-left: 0px;
   font-size: 11px;
   color: #666;
   padding-left: 0px; 
   border-bottom: 1px solid #666; 
   padding-bottom: 2px
}
.mainNav a:hover{
   color: #aaa;
}
.mainNav a.curr{
   color: red;
   background-color: #ccc;
   border: 1px solid #666;
}
p{
	text-align: justify;
	font-size: 11px;
	line-height: 1.6em;
}
fieldset{
   margin-bottom: 15px;
   padding: 5px;
}
.tinyText{
	color: #666; 
	letter-spacing: 0.01em; 
		  font-size: 10px
}
.tinyText2{
	color: #6a8698; 
	letter-spacing: 0.01em; 
		  font-size: 11px
}
.hidden{
	visibility: hidden;
		   position: absolute;
}
.error{
	visibility: visible;
	color: red;
	position: relative;
	font-size: 10px;
}
.error li{
	display: block;
}
#alert{
   position: absolute;
   top: 0px;
   background-color: #ffb563;
   right: 0px;   
   padding: 2px;
   display: none;
   font-weight: bold;
   font-size: 11px;
}
.visible{
    display: block;
}
.searchResultDiv{
    background-color: beige;
	position: absolute;
	width: 220px;
	border: 1px solid #cccccc;
	padding: 3px;
}
#search_result div {

   font-weight: bold;
}
#search_result div a{
   text-decoration: none;
   display: block;   
   padding: 2px;
}
#search_result div a:hover{   
   color: #aaa;
   background-color: #eee;
}

table.excel th{
    background-color: #dddddd;
	padding: 4px;
	text-align: center;
	border: 1px solid #cccccc;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #444444;
}
table.excel td{
   padding: 4px;
   border: 1px solid #eeeeee;
   color: #666666;
   font-size: 12px;
}
.smallBold{
   font-size: 10px; 
   font-weight: bold;
}
