﻿body
{
    font-size:10.5pt;
    font-family: Arial
}
p 
{
    font-size:10.5pt;
    font-family: Arial
}

.button
{
	border-top:  #999999 1px solid;
	border-left: #999999 1px solid;
	border-right:  #999999 2px solid;
	border-bottom:  #999999 2px solid;
	background-color: #ffffff;
	padding-left: 3px;
	color: #323232;
	font-family: Verdana, Arial;
	/*margin-top: 3px;
	margin-bottom: 3px;*/
	font-size: 10.5pt;
}

a
{
    font-size: 10.5pt;
    font-family: Arial;
    font-style:normal;
    text-decoration: underline;
}
a:hover
{
	color: #3399CC;
	text-decoration: none;
}

a:link
{
	color: #003366;
}

a:visited
{
	color: #003366;
}

a.navigation: link
{
	color: #FFFFFF;
	font-size: 13pt;
}

a.navigation:hover
{
	position: relative;
	top: 1px;
	left: 1px;
}


a.footerLink
{
	color: Gray;
	font-size: x-small;
	text-decoration: none;
}

a.footerLink2
{
	font-size: x-small;
}

.TourHeader
{
	color: #000000;
}

.TourHeader: hover
{
	text-decoration: none;
}

a.TourSub: link
{
	color: #000000;
}

a.TourSub: hover
{
	text-decoration: none;
}

h1
{
    font-family:Arial;
    color: #666666; /*#003366;*/
}
h2
{
    font-family:Arial;
    color: #666666; /*#003366;*/
}
h3
{
    font-family: Arial;
    color: #666666; /*#003366;*/
}
h4
{
    font-family:Arial;
    color: #666666; /*#003366;*/
}
h5
{
    font-family:Arial;
    color: #666666; /*#003366;*/
}
li
{
    font-family: Arial;
}

.footer
{
	/*background-image: url(pics/navbottom.jpg);
	background-repeat: repeat-x;*/
	border-top: solid 3px #000000;
	text-align: center;
	color: Gray;
}

.navBar
{
	font-family: Tahoma; 
	text-align: right; 
	background-image: url(images/button.gif); 
	border-top: #003366 10px solid; 
	border-bottom: #003366 thin solid; 
	height: 32px;
}

.mainNavBar
{
	background-image: url(images/cellpic1.gif);
	background-repeat: repeat;
}

.tableHeader
{
	background-color: #5A606F;
	color: #FFFFFF;
	font-weight: bold;
}

.tourBox
{
	width: 76%;
	background-color: lavender;
	border: solid 1px black;
}

.Tutorial
{
	font-size: small;
	text-align: justify;
	font-family: Arial;
	line-height: 15pt;
}