@charset "utf-8";
/* CSS Document */


body,td,th {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
	
}

.frontdiv {
	min-height:800px;
	min-width:980px; 
}

 .css-input { 
 font-size:14px;
 border-color:#cccccc; 
 border-style:solid; 
 border-width:1px; 
 border-radius:6px; 
 padding:3px; 
 background-color:#ebebeb; 
 color:#000000; 
 box-shadow: 0px 0px 4px 0px rgba(204,204,204,.75); text-shadow:0px 0px 0px rgba(42,42,42,.44);  } 
		 .css-input:focus { outline:none; } 
		 
a:link {
	color: #03C;
	font-weight: bold;
}
a:visited {
	color: #03C;
}
a:hover {
	color: #09F;
}
a:active {
	color: #03C;
}

.text11un {
	font-size:11px;
	text-decoration:underline;
}

.text10 {
	font-size:10px;
}
.textred {
	font-size:12px;
	color:#F00;
}
.text14 {
	font-size:14px;
}
.text16 {
	font-size:16px;
}
.text20 {
	font-size:20px;
}
.text24 {
	font-size:24px;
}
.roundgray {
	
	border: 2px solid #CCCCCC;
    border-radius: 4px;	
}
.menuitem {
	padding:7px;
	font-size:14px;
	border-radius:4px;
}
.roundTA {
	
	border: 2px solid #FFCC66;
    border-radius: 4px;	
}
.submenuitem {
	background: #F3DF54;
	padding:8px;
	font-size:12px;
	border-radius:5px;
	border-bottom:1px #000000;
	border-left:2px #000000;
	border-top:1px #000;
	border-right:1px #000;
	
}
.regisbtn {
	background: #F3DF54;
	padding:8px;
	font-size:20px;
	border-radius:5px;
	border-bottom:1px #000000;
	border-left:2px #000000;
	border-top:1px #000;
	border-right:1px #000;
	
}
.actbtn {
	background:  #F3DF54;
	padding:5px;
	font-size:15px;
	border: 1px #000;
	border-radius:5px;
	border-bottom:1px #000000;
	border-left:2px #000000;
	border-top:1px #000;
	border-right:1px #000;
	
}
.actbtn:hover {
	background: #FC3 ;
	font-weight:bold;
	color: #09F;
}