/* CSS Document */

p{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	text-align: justify;
}.bold {
	font-family: verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 190px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000099;
	display: block;
	padding: 8px;
	width: 190px;
}



.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}

.credits {
	font-size: x-small;
	font-family: helvetica;
	text-align: center;
}
.tablehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.minitableheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.table_contents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

.comingsoon {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: line-through;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 190px;
}

.new_page {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color: #FF0000;
text-align:center;
text-decoration: none;
	background-color: #6699FF;
	display: block;
	padding: 8px;
	width: 190px;
}