﻿a:link {color: rgb(33,82,82); font-weight: bold;}
a:visited {color: rgb(74,68,38); font-weight: bold;}
a:active {color: rgb(74,68,38); font-weight: bold;}
a:hover {color: rgb(74,68,38); font-weight: bold;}

a:link.nav {color: rgb(254,251,234); font-size:12px; font-weight: bold;}
a:visited.nav {color: rgb(254,251,234); font-size:12px; font-weight: bold;}
a:active.nav {color: rgb(254,251,234); font-size:12px; font-weight: bold;}
a:hover.nav {color: rgb(224,209,111); font-size:12px; font-weight: bold;}

BODY
{scrollbar-arrow-color:rgb(253,240,157);
scrollbar-3dlight-color:rgb(231,218,132);
scrollbar-highlight-color:rgb(231,218,132);
scrollbar-face-color:rgb(193,178,85);
scrollbar-shadow-color:rgb(126,117,61);
scrollbar-darkshadow-color:rgb(126,117,61);
scrollbar-track-color:rgb(51,102,102);
font-family: verdana, tahoma, arial, sans-serif;
color: rgb(75,75,75);font-size:14px;
background-color:rgb(94,87,49);
margin: 0px;
padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

.table {
	font-family: verdana, tahoma, arial, sans-serif;
	color: rgb(0,0,0);
	font-size: 14px;
	background-color: rgb(255,255,255);
}
	
h1 {font-family: verdana, tahoma, arial, sans-serif;
	font-size: 24px; color:rgb(51,102,102);}
h2 {font-family: verdana, tahoma, arial, sans-serif;
	font-size: 20px; color:rgb(66,61,34);}
	
.ivory {background-color: rgb(254,251,234);}
.boxgold {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3em;
	font-family: verdana, tahoma, arial, sans-serif;
	color: rgb(0,0,0);
	text-decoration: none;
	background-color: #e7dfb3;
	padding: 10px;
	border: 3px dotted #58522e;
}

.masthead {color: rgb(0,0,0); font-size:13px;}
.small {color: rgb(0,0,0); font-size:10px;}
.navbar {color: rgb(254,251,234); font-size:11px;}

ul {list-style-type: none;
    margin: 15px;
    padding: 0px;}

li.double
   {background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    text-indent: 0;
    margin: 0px 0px 13px 15px;
    padding: 2px 0 5px 30px;}
    
li.single
   {background-image: url('images/bullet.gif');
    background-repeat: no-repeat;
    text-indent: 0; 
    margin: 0px 0px 0px 15px;
    padding: 2px 0 5px 30px;}
