body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size:12px
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size:12px
}
.mainarea  { padding-top: 26px }
.small { font-size: smaller }
.ssmall { font-size: smaller; color: #133170 }
.redb {
	color: #c60000;
	font-size: 14px 
	;
	font-weight: bold;
	}
.foot  { font-size: 10px; padding-top: 12px; padding-bottom:12px }
a:visited { color: #888; text-decoration: none }
a:link { color: blue; text-decoration: none }
a:hover { color: #1e90ff; text-decoration: none }
a:active { color: #f00; text-decoration: none }
.prosttitle {
	color: #083858;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	}
.prosstitle {
	color: #c00;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	}
.line {
	line-height: 1.6;
	}

/* form */
input {
  font-size: 12px;
  line-height: normal;
  }

textarea {
  font-size: 12px;
  }
  
.w40 {
  width: 40px;
  border: solid 1px #7f9db9;
  }
.w70 {
	width: 70px;
	border: solid 1px #7f9db9;
	}
.w200 {
	width: 200px;
	border: solid 1px #7f9db9;
	}
.w250 {
  width: 250px;
  border: solid 1px #7f9db9;
  }
.w350 {
	width: 350px;
	border: solid 1px #7f9db9;
	}
.text {
	width: 450px;
	border: solid 1px #7f9db9;
	}

select {
  border: solid 1px #7f9db9;
  }

