﻿#top_nav {
	height: 20px;
	width: 1000px;
	text-align: left;
	background-color: #552E0B;
	border-bottom-color: #f8b6d7;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a:link {
	color: rgb(191,39,126);}

a:visited {
	color: rgb(191,39,126); }
 
a:active {
	color: rgb(191,39,126);}
	
a:hover {
	color: rgb(156,0,107);}

body {
	font-family: Verdana;
	background-color: rgb(248,182,215);
	background-image: url(images/bg.gif);
	color: rgb(85,46,11);
	font-size: 8pt;
	margin: 0px;
	scrollbar-3dlight-color: rgb(102,102,102); 
	scrollbar-arrow-color: rgb(85,46,11);
	scrollbar-base-color: rgb(204,204,153);
	scrollbar-darkshadow-color: rgb(85,46,11);
	scrollbar-face-color: rgb(248,183,215);
	scrollbar-highlight-color: rgb(248,219,237);
	scrollbar-shadow-color: rgb(85,46,11);}

table {
	width: 1000px;
	font-family: Verdana;
	background-color: rgb(248,243,236);
	color: rgb(85,46,11);
	font-size: 8pt;
	border: 0px rgb(255,204,204) solid;}

table.int {
	width: 988px;
	font-family: Verdana;
	background-color: rgb(248,243,236);
	color: rgb(85,46,11);
	font-size: 8pt;}

p.copyright {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 7pt;}
	
p.quote {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 7pt;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-right: 20px;}
	
td.body {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 8px;}

h1 {
	font-family: Verdana;
	color: rgb(217, 141, 196);
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;}

h4 {
	font-family: Verdana;
	color: rgb(153,102,102);
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;}

h5 {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;}
	
h6 {
	color: rgb(122,122,122);
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;}
	
em {
	font-family: Verdana;
	color: rgb(85,46,11);
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;}
		
hr {
	color: rgb(255,204,204);
	height: 1px}