body {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	font-family: times new roman;
	background-color: #fff;
}

a { color: #003366; text-decoration: none; }
a:hover { text-decoration: underline; }

.anchor-link {
	color: #000;
}

.footnote {
	color: #8C0209;
	font-size: 12px;
	padding: 0px 20px;
	text-align: right;
}

#header {
	background-color: #000;
	height: 100px;
	vertical-align: middle;
	width: 100%;
}

#header a {
	color: #3369B2;
}

.header-title {
	float: left;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin: 30px 20px 0px 30px;
}

.header-text {
	font-weight: bold;
	color: #fff;
}

#review {
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	height: 40px;
	font-weight: bold;
	font-size: 20px;
	vertical-align: middle;
}

#review ul {
	margin: 0px;
	padding: 0px;
}

#review ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 2px 5px;
}

#review a {
	border-right: 1px dotted #888;
	padding-right: 25px;
}

#review a:hover {
	text-decoration: none;
}

.review-chapter {
	width: 200px;
	height: 300px;
	vertical-align: top;
	text-align: center;
}

.review-header {
	color: #fff;
	font-size: 14px;
	padding: 10px 5px 10px 5px;
	text-align: center;
	font-weight: bold;
}

#review a {
	color: #fff;
	margin: 0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
}

.review-list {
	padding: 10px;
}

.review-device {
	background-color: #e7edf4;
}

.review-apply {
	background-color: #eee;
}

.review-apply a {
	color: #777;
}

.review-projects {
	background-color: #e2f0e9;
}

.review-projects a {
	color: #008040;
}

.review-refbook {
	background-color: #f7e4e5;
}

.review-refbook a {
	color: #8C0209;
}

#main {
	width: 960px;
	border-collapse: collapse;
	padding: 0px;
}

.inner-content {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table-of-contents {
	width: 300px;
	background-color: #f9f9f9;
	vertical-align: top;
}

.content-header {
	background-image: url(/images/header-bg.png);
	background-repeat: repeat-x;
	color: #fff;
	font-size: 18px;
	height: 40px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 8px;
}

.chapter-list {
	color: #8C0209;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 10px 5px 10px;
}

.chapter-list a {
	color: #8E0B0B;
}

.chapter-item {
	margin-left: 30px;
	font-size: 14px;
}

.main-pad {
	width: 10px;
}

.main-content {
	border: 1px solid #f9f9f9;
	padding: 15px;
	font-size: 14px;
	text-align: justify;
	vertical-align: top;
}

.delimiter {
	width: 5px;
	height: 10px;
	border-right: 1px solid #A8A8B8;
	margin-right: 5px;
}

.text-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	color: #8C0209;
}

.country-name { margin-right: 10px; }

.begin{
	padding-left: 20px;
}

.legend{
	border: 1px dotted #6A7F92;
	width: 288px;
	margin-top: 20px;
	padding: 5px;
	font-size: 90%;
}

.legend-word{
	font-weight: bold;
}

.legend-title{
	font-style: italic;
}

.list{
	padding: 0px 10px 0px 10px;
}

.subtitle{
	font-size: 10px;
	text-align: center;
	font-weight: bold;
}

.table-title{
	font-weight: bold;
	border: 1px solid #f9f9f9;
	text-align: center;
	vertical-align: top;
	padding: 5px;
	background-color: #003366;
	color: #fff;
}

.cell{
	border: 1px solid #eee;
	padding: 5px;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}

.odd{
	background-color: #f1f5f9;
}

.even{
	background-color: #fff;
}

.refbook-table {
	border-collapse: collapse;
	width: 100%;
}

.refbook-htitle {
	color: #8C0209;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.refbook-vtitle {
	width: 90px;
}

.horizontal-delimiter {
	margin-top: 50px;
}

.feedback-form {
	border-collapse: collapse;
	width: 420px;
	background-color: #f9f9f9;
}

.feedback-managerial-field {
	color: #de0000;
}

.feedback-fname {
	font-size: 14px;
	padding: 10px;
}

.feedback-field {
	border: 1px solid #003366;
	width: 250px;
	margin: 5px 10px;
}

.feedback-text {
	width: 395px;
	height: 100px;
}

.feedback-button-area {
	text-align: center;
	height: 70px;
	vertical-align: middle;
}

.feedback-result {
	color: #5c964a;
	font-weight: bold;
	font-size: 22px;
	height: 60px;
}

#footer {
	text-align: center;
	font-size: 12px;
	background-color: #f9f9f9;
	width: 100%;
}

#footer a {
	margin: 0px 10px 0px 10px;
}

/* Photo Gallery */
#gallery-overlay {
	background-color: #00162a;
	opacity: 0.9;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	display: none;
	width: 100%;
	z-index: 10000;
	position: absolute;
	top: 0px;
	left: 0px;
}

#gallery-header {
	width: 100%;
	height: 30px;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}

#gallery-title {
	font-size: 18px;
	width: 90%;
	float: left;
}

#gallery-close {
	width: 10%;
}

.img_anchor {
	cursor: pointer;
}

.but-focus {border:1px solid #04468B; background-color:#1C4E85; padding:0px 5px 0px 5px;}
.but-focus a {color:#F1DC68; text-decoration:none;}
.but-blur {border:1px solid #04468B; background-color:#fff; padding:0px 5px 0px 5px;}
.but-blur a {color:#04468B; text-decoration:none;}
.but-cur {border:1px solid #f31e33; background-color:#fff; color:#04468B; padding:0px 5px 0px 5px;}


/* Photo Gallery */