.page_back
{
	background-image: url(images/index_bkgd2.jpg);
	background-position : center;
	background-repeat : repeat-y;
}

a:link
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:visited
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}

a:hover
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : MediumTurquoise;
	text-decoration : underline;	
}

a:active
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
	text-decoration : none;
}
	
.tiny
{
	font-family : sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #696969;
}

.small
{
	font-family : sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #5b5b5b;
}

.title
{
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #004080;
}

.color_strip
{
	background-color : AliceBlue;
	border-bottom : thin dotted Silver;
	font-family : sans-serif;
	font-size : 10pt;
	color : #333399;
}

.red_strip
{
	background-color : AliceBlue;
	font-family : sans-serif;
	font-size : 10pt;
	color : #CC0000;
}

.nav_strip
{
	background-color : AliceBlue;
	border-bottom : thin dotted Silver;
	font-family : sans-serif;
	font-size : 11pt;
	font-weight : bold;
	color : #333399;
}

p
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

ul
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

h1
{
	font-family : sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color : #003366;
}

p
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

.page_text
{
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #003366;
}

.page_corner
{
	background-image : url(images/page_corner.jpg);
	background-position : top left;
	background-attachment : fixed;
	background-repeat : no-repeat;
}

.big_blue
{
	font-family : sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #003366;
}

.border 
{  
	border: thin #333399 solid
}

.tour_border
{
	border: 4px solid #333399;
}

.tour_corner
{
	background-image : url(images/tour_corner.jpg);
	background-position : top left;
	background-attachment : fixed;
	background-repeat : no-repeat;
}

.max
{
	font-family: verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
	font-style: italic;
	background-color: #FFFFF0;
}

.max_red
{
	font-family: verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
	background-color: #FFFFF0;
}

.red_sm
{
	font-family: verdana,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
	background-color: #FFFFF0;
}