html,body {
	background-color: #062134;
	color:white;
	font-family: verdana, geneva, sans-serif;
}

.container {
	width: 980px;
}

.top {
	margin-bottom:20px;
}

.top .company {
	font-family: tahoma, tahoma-w01-regular, tahoma-w02-regular, tahoma-w10-regular, tahoma-w15--regular, tahoma-w99-regular, sans-serif;
	font-size: 22px;
	background-image:url(../img/ana-logo-small.png);
	background-size: 140px 70px;
	background-repeat: no-repeat;
	height:70px;
	padding-left:150px;
	line-height:65px;
	color:#ddd;
}

.content {
	padding-top:20px;
	background-color: white;
	color:black;
}

ul.menu {
	list-style-type: none;
	font-family: arial, 'ｍｓ ｐゴシック', 'ms pgothic', 돋움, dotum, helvetica, sans-serif;
	font-size: 16px;
}

ul.menu li {
	color:white;
	float:left;
	padding:20px;
	padding-top:10px;
	padding-bottom:10px;
}

ul.menu li a {
	color:white;
}

ul.menu li.selected a {
	color:#39729B;
}

.page-heading {
	font-family: verdana, geneva, sans-serif;
	font-size: 40px;
	line-height: 84px;
	vertical-align: baseline;
	color:#062134;
	outline-color: #062134;
	margin-top:15px;
}

.page-large-text {
	font-family: arial, 'ｍｓ ｐゴシック', 'ms pgothic', 돋움, dotum, helvetica, sans-serif;
	font-size: 18px;
	outline-color: #062134;
	color: #062134;
	line-height: 21.59375px;
}

.quote-box {
	font-family: arial, 'ｍｓ ｐゴシック', 'ms pgothic', 돋움, dotum, helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	padding:20px;
	word-wrap: break-word;
	background-color: #DAEDFF;
	line-height: 19.1875px;

}

.bottom-menu {
	height: 52px;
	background-color: #DAEDFF;
}

.bottom-menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottom-menu ul li {
	color:#ABC3D5;
	display:inline;
	line-height:52px;
	margin-left:20px;
	margin-right:20px;
}

.bottom-menu ul li a {

}

.bottom-menu ul li.selected a {
	color:#95C6EC;
}


a.big-button {
	background-color: #1B99E8;
	text-decoration:none;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	border-radius:4px;
	outline-color: #BEC5CA;
	color:white;
}

a.big-button:hover {
	background-color: rgb(149,198,236);
	color: rgb(5,33,52);
}

.about-table {
	margin-top:20px;
}
.about-table tr td {
	padding:5px;
	padding-bottom:10px;
}

.about-table tr td b {
	font-family:tahoma;
}