﻿/* default.css */
body
{
	padding: 0px;
	margin: 0px;
	background-color: #06154C;
	font-family: Verdana, Sans-Serif;
	color: #6A6A6A;
}

a
{
	text-decoration: none;
	color: #6A6A6A;
}
a:hover
{
	text-decoration: underline;
	color: #6A6A6A;
}

#page td
{
	vertical-align: top;
}

#header
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 246px;
}

#nav
{
	width: 163px;
	font-size: 0.8em;
}

#navtable
{
}

#navtable td
{
	height: 30px;
	vertical-align: bottom;
	padding-bottom: 2px;
}

#navtable a
{
	text-decoration: none;
	color: black;
	margin-left: 5px;
}

#navtable a.marked
{
	color: White;
}

#navtable a:hover
{
	text-decoration: none;
	color: white;
}

div.marked
{
	float: left;
	background-color: #9197AE;
	width: 100%;
}

#prefooter
{
	height: 70px;
}
#footer
{
	height: 10px;
	font-size: 0.6em;
	line-height: 1.7em;
	text-align: center;
	color: #d5dbe7;
}

#footer a
{
	text-decoration: none;
	color: #d5dbe7;
	font-weight: bold;
}

#footer a:hover
{
	text-decoration: underline;
}

.lbs
{
	width: 32px;
}

.rbs
{
	width: 35px;
}

input.tour_button
{
	width: 60px;
	height: 20px;
	background: url(  'images/icons/tour_button.gif' );
	border: none;
	border-width: 0px;
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 0.8em;
}

#qbuttons
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	left: 0;
}

#qbuttons li
{
	margin-bottom: 10px;
	margin-top: 10px;
}

legend
{
	color: #6A6A6A;
	font-style: italic;
}
