/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif; }

a { color: #993300; text-decoration: none; }
a:hover { color: #993300; text-decoration: underline; font-weight: bold; }
a:visited { color: #993300; text-decoration: none; }
a:visited:hover { color: #993300; text-decoration: underline; font-weight: bold; }

.txt-date-home {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt-headline {
	font-size: 18px;
	color: #000000;
}

.txt-normal {
	font-size: 12px;
	color: #333333;
}

.txt-normal-small {
	font-size: 10px;
	color: #333333;
}

.txt-normal-GO-page {
	font-size: 14px;
	color: #000000;
}

.txt-footer-nav {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.txt-footer-notice {
	font-size: 10px;
	color: #333333;
}

.td-nav-top {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.td-nav-middle {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

.td-nav-botm {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.table-page-header {
	border-top-width: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}

.table-page-bottom {
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.table-content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
.table-date-home {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #333333;
}

