/* CSS Document */

/* common document styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #303030;
	margin:0px;
}

body#disclaimer {
	padding: 20px;
	width:400px;
}

a {
	color:#056E9A;
}

.dividerbar1 {
	background-color: #DA9F89;
}

.dividerbar2 {
	background-color: #056E9A;
}

.backingwithtopling {
	border-top: 1px solid #056E9A;
	background-color: #6BB6CB;
	color:#000000;
}

.sectionheader {
	font-size:13px;
	font-weight: bold;
	padding-top: 8px;
	color: #056E9A;
}

a.snippet {
	border-bottom: 1px dotted #B54E24;
	color: #B54E24;
	text-decoration:none;
}

.smallnote {
	font-size:11px;
	font-style:italic;
}

.orange_arrow {
	color: #F47E00;
	font-size:11px;
}

a.special_emphasis {
	color: #056E9A;
	text-decoration: none;
	font-size:11px;
}

a.special_emphasis:hover {
	text-decoration: underline;
}

.question {
	color: #056E9A;
	font-weight: bold;
}

/* end of common document styles */

a.main_navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #767676;
	text-decoration: none;
}

a.main_navi:hover {
	color: #323232;
}

/* styles for sub navigation box */

.side_info_table {
	border: 1px solid #D28A70;
	background-color: #FEF8EA;
	color: #B54E24;
	font-weight: normal;
	font-size:11px;
}

a.side_info_table {
	border: 0px;
	color: #B54E24;
	font-weight: normal;
	text-decoration: none;
	font-size:11px;
}

a.side_info_table:hover {
	text-decoration: underline;
}

/* end of styles for sub navigation box */

/* styles for footer navigation area */

a.footer_main_navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #064059;
	text-decoration: none;
}

a.footer_main_navi:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
}

a.copyright {
	font-size: 10px;
	color: black;
	text-decoration: none;
}

a.copyright:hover {
	text-decoration: underline;
}

/* end of styles for footer navigation area */

