body {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	width: 200px; 
}
.inputbtn {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 200px; 
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.box1 {
	padding: 1px;
	border-width: thin;
	border-style: dashed;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 1px;
	border-style: dashed;
	padding: 5px;
}

.tab{
	width:55px;
	height:25px;
	font-size:12px;
}

