/* CSS Document */

body {
	color: #FFF; 
	background-color: #111322;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
}

/* i've never understood why this is apparently necessary ... */
td {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10pt;
}

a:link {
	color: #db6; 
	font-weight: normal; 
	text-decoration: none;
}
a:visited {
	color: #db6; 
	font-weight: normal; 
	text-decoration: none
}
a:hover {
	color: #b13; 
	font-weight: normal; 
	text-decoration: none;
}

.header-1 {
	font-weight: bolder;
	font-size: larger;
	width: 100%;
}

.header-2 {
	font-weight: bolder;
}

.header-2 a {
	font-weight: bolder;
}

.footer {
	/*background: #efefef; */
	width: 100%;
	border-top: 1px solid #bbb;
	font-size: smaller;
	text-align: right;
}

.alt-background {
	background:#eee;
	border:1px solid #ccc;
}

.alt-background-rare {
	background: #edd;
	border:1px solid #ccc;
}

.header-block {
	background: #efefef;
	width: 100%;
	border-bottom: 1px solid #bbb;
}

.tour-header {
	font-size: larger;
	background: #dde;
}

.regular-table-row {
	background: #fff;
}

.alt-table-row {
	background: #eee;
}

.standard-show-text {
	font-size: 9pt;
}

.extra-info {
	font-size: smaller;
	font-style: italic;
}

.submenu {
	word-spacing: 0.2em;
	margin-top:20px;
	margin-left:20px; 
	margin-right:20px; 
	padding:5px;
	border-bottom:1px dotted #ccc;
}