body {
	font-size: 14px;
	color: #4B4B4B
}

td {
	font-size: 14px;
}

th {
	font-size: 12px;
}

form {
	font-size: 14px;
	}

input {
	font-size: 14px;
}

textarea {
	font-size: 14px;
}

select {
	font-size: 14px;
}

ul {
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-size: 14px;
}

ol {
	font-size: 14px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-size: 9px;
}

.big {
	font-size: 18px;
}

.bodystyle {
	font-size: 14px;
}

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

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

	
.bg_col_blue_k {	
	background-color: #2383CD;	
}


.bg_col_blue_u {	
	background-color: #7DB6E3;	
}

.bg_col_gray_u {	
	background-color: #F4F4F4;	
}

.font_head_wht_bld {	
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;	
}