@charset "utf-8";
/* Whole Website */

html {
  font-family: sans-serif, Georgia, Times, serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body{
	font-family:Verdana, Geneva, sans-serif;
	color: #000;
	font-size:14px;
}

h3{
	font-weight:bold;
	font-size:16px;
}

/* Main Page */
.main_page {
  text-align: left;
  width: 980px;
  border: 3px solid #666; 
  height:auto;
  overflow:hidden;
  padding: 10px;
  margin: 0 auto; 
}


.main_header {
  text-align: left;
  /*border: 3px solid yellow;*/
  height: 185px;
  /*margin: 0 auto; */
  /*overflow: auto;*/
  
}


/* Header Title */
.main_header_title{
	font-weight:bold;
	text-align: right;
	margin-bottom:0px;
}

li {
  /*float: left;*/
}


a:hover{
	background-color: #999;
	text-decoration: none;
}

a:link, a:visited, a:active  {
  text-decoration: none;
  color:#000;
  /*font-weight:bold;*/
}


/* border lest border */
 .border-left {
	border-left: 3px solid #666;
}

table.content-table{
	width:95%;
	border:solid;
}



.error{
	color:#F00;
}

.success{
	color:#090;
	font-weight:bold;
}

div{
	/*height:auto; */
}
