﻿body	
	{
		background-color: #fffacd;
		color: black;
		font-size: small;
		font-family:	Tahoma, 
						Arial;
		padding: 0px 0px 0px 0px; 
		margin: 0px 0px 0px 0px;
	}
a 
	{
		color: black;
		text-decoration: underline;
	}
a:hover 
	{
		text-decoration: none
	}

.header 
	{
		background: url(images/header.jpg) left top no-repeat;
		vertical-align: top;
		width: 750px;
		height: 200px;
		text-align: left;
	}
.table_main 
	{
		background: url(images/main_bg.jpg) left top repeat-y;
		vertical-align: top;
		width: 750px;
		height: 100%;
		text-align: left;
	}
.table_border 
	{
		background-color: #46384B;
		width: 768px;
		vertical-align: top;
		height: 100%;
	}
.main 
	{
		background: url(images/main.jpg) left top repeat;
		vertical-align: top;
		width: 746px;
		height: 100%;
		text-align: justify;
		padding: 10pt;
	}		
.nav 
	{
		width:100%;
		background-color: #eecc99;
		padding-top:5px;
		padding-bottom:9px; 
		text-align: center;
		text-transform: uppercase;
	}
	
.nav ul 
	{
		margin:0;
		padding:0;
	}
	
.nav li 
	{
		font-size:70%;
		font-weight:bold;
		padding-left:70px;
		padding-right:50px;
		list-style-type:none;
		display:inline;
	}
	
.nav a:link, .Nav a:visited 
	{	
		color: black;
		text-decoration:none;
	}
.nav a:hover
	{
		color: Red;
		text-decoration: underline;
	}	
.fredwingdin
	{
		color: red;
		font-family: Wingdings
	}
.fredwingdinsmall
	{
		font-size: small;
		color: red;
		font-family: Wingdings
	}
.fredwingdinlarge
	{
		font-size: x-large;
		color: red;
		font-family: Wingdings
	}	
.BotBar 
	{
		width:100%;
		font-size: x-small;
		background-color: #eecc99;
		padding-top:5px;
		padding-bottom:5px;
		text-align: center;
	}
.textheader 
	{	
		font-size: x-large;
		font-weight: bold;
		color: Red;
		text-align: center;
		text-decoration: underline;
	}
.PageTitle    
	{ 
		font-family: georgia,times,serif; 
		font-size: 15pt; 
		line-height: 17pt; 
		color: #003399; 
		font-weight: bold; 
	}
.PageSubtitle 
	{ 
		font-family: georgia,times,serif; 
		font-size: 12pt; 
		font-style: italic;
		line-height: 14pt; 
		color: #003399; 
	}
.bookdisplayred
	{
		color: Red;
	}

