/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #275493;
	scrollbar-track-color: #EEEEEE;
	scrollbar-base-color: #EEEEEE;
	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-shadow-color: #CCCCCC;
	background-color: black;
	
    
}

.textbox, .textboxsmall, .textboxmid, .textarea, .button { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  line-height: 15px;
  width: 260px;
  height:16px;
  color: 000000; 
  background-color: #F0F0F0; 
  border-color: #275493;
  border-style: solid; 
  border: #275493; 
  border-style: solid; 
  border-top-width: 1px; 
  border-right-width: 1px; 
  border-bottom-width: 1px; 
  border-left-width: 1px
 }

.textboxsmall { 
  width: 50px;
}

.textboxmid { 
  width: 205px;
}

.textarea 
{ 
  height:100px;
}
	
.button { 
	width: 80px;
	height:18px;
	background-color: #CCCCCC; 
}

td  {      
	color: #275493;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 130%;
}


a {
   color: #66C9F0;
   text-decoration : none;
}

a.on {
   color: #FFFFFF;
   text-decoration : none;
}

.navi{
	padding: 0px 50px 0px 0px;
	color: #66C9F0;
}
.navi a{
	color: white;
	}

.text{
	padding: 30px 150px 40px 20px;
}

strong{
   color: #66C9F0;
}

.tdform{
	padding: 3px 10px 3px 0px;
}

.text a{
	color: #275493;
	}

