body {
	margin: 0px;
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
}

table {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.main-text {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
}

.small-text {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 9px;
}

.gray-text{
	color: #666666;
}

.title {
	font-weight: bold;
	font-size: 20px;
	color: #406b92;
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
}

.subtitle {
	font-weight: bold;
	font-size: 18px;
	color: #406b92;
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
}

a {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	color: #014278;
	text-decoration: underline;
}

a:hover {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	color: #0072bb;
	text-decoration: underline;
}

a.top-link {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
	font-weight: bold;
	color: #7f8080;
	text-decoration: none;
}

a.top-link:hover {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
	font-weight: bold;
	color: #025b9f;
	text-decoration: none;
}

a.lnav-link {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
	color: #406b92;
	text-decoration: none;
	padding-left: 10px;
}

a.lnav-link:hover {
	font-family: Arial,Helvetica,Microsoft Sans Serif,Thonburi;
	font-size: 12px;
	color: #ff8800;
	text-decoration: none;
	padding-left: 10px;
}

.leftnav-title {
	font-size: 20px;
	padding: 5px;
}

.white-box {
	background-color: #FFFFFF;
	width: 241px;
	position: relative;
	left: 7px;
}

.contact-input {
	width: 129px;
	height: 20px;
	border: 1px solid #cccccc;
}

.footer-text {
	font-size: 11px;
	color: #949393;
	text-decoration: none;
}

.footer-text:hover {
	font-size: 11px;
	color: #406b92;
	text-decoration: none;
}