body, td, th, select, input, textarea, li, ul {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #494940;
}

body {
	background-color: #e0e0e0;
}

a {
	color: #0C3B66;
	text-decoration: none;
}

a:hover {
	color: #737373;
	text-decoration: underline;
}

.title {
	font-size: 16px;
	font-weight: bold;
	font-color: #6baad1;
}

.title_line {
	background-color: #6baad1;
}

.input_text {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.input_select {
	border: 1px solid #DEDEDE;
	width: 100%;
}

.small_text {
	font-size: 11px;
}

.bottom_border {
	border-bottom: 1px solid #F0F0F0;
}

