A:link {
	color: blue;
	text-decoration: none;
}
A:active {
	color: orange;
	text-decoration: none;
}
A:visited {
  color: blueviolet; 
	text-decoration: none;
}
A:hover {
  font-size: 9pt;
	color: gold;
	text-decoration: none;
}
body
{
	font-family: tahoma, verdana, arial, san-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h1,h2,h3,h4,h5,h6
{
  font-family: comic sans ms, tahoma, verdana, arial, san-serif;
}
h1.largetitle
{
	text-align: left;
	font-size: 24pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
H1.blueviolet
{
 	margin: 3px;
	text-align: center;
	text-decoration: underline;
	color: blueviolet;
	padding-top: 10px;
	padding-bottom: 10px;
	background: gold;
	background-image: url(images/footprints.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
H1.beige
{
 	margin: 3px;
	text-align: center;
	text-decoration: underline;
	color: aquamarine;
	padding-top: 10px;
	padding-bottom: 10px;
	background: burlywood;
	background-image: url(images/sailboat.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
H1 {
 	margin: 3px;
 	text-align: center;
	text-decoration: underline;
	padding-top: 10px;
	padding-bottom: 10px;
}
H1.coral
{
 	margin: 3px;
	text-align: center;
	text-decoration: underline;
	color: lavender;
	padding-top: 10px;
	padding-bottom: 10px;
	background: coral;
	background-image: url(images/sailboat.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

H2 {
 	text-align: center;
	color: darkred;
	margin-left: 10px;
}
H3 {
  text-align: center;
	color: black;
  margin-left: 10px;
}
H3.darkblue
{
  font-family: tahoma, verdana, arial, san-serif;
 	text-align: center;
	color: darkblue;
  margin-left: 10px;
	margin-top: 50px;
}
H3.darkgreen
{
  font-family: tahoma, verdana, arial, san-serif;
 	text-align: center;
	color: darkgreen;
  margin-left: 10px;
}
hr {
	size: 1px;
	color: blueviolet;
	noshade: false;
	filter: alpha(opacity=100, style=2);
}
img {
  border: 0;
	margin: 0;
}
li {
  font-size: 10pt;
	margin-top: 5px;
	margin-left: 15px; 
	text-indent: -16px;
	text-align: left;
}
li.withimg {
  font-size: 10pt;
	margin-top: 5px;
	margin-left: 15px; 
	text-indent: -2px;
	list-style-image: url(images/ypbullet.gif);
}
ol {
	font-family: tahoma, verdana, arial, san-serif;
}
p {
  text-align: left;
	text-indent: 50px;
	padding-left: 20px;
	padding-right: 20px;
  font-size: 12pt;
}
p.first {
	text-indent: 0px;
}
pre {
	font-family: tahoma, verdana, arial, san-serif;
}
sub {
	font-family: tahoma, verdana, arial, san-serif;
}
sup {
	font-family: tahoma, verdana, arial, san-serif;
}
table,th,tr,td {
  font-family: verdana, tahoma, san-serif;
}
ul {
	font-family: tahoma, verdana, arial, san-serif;
}
#carplate {
    position:absolute;
    left:0px;
    top:10px;
    width:265px;
    height:200px;
		background: url(images/carplate.gif);
		filter: alpha(opacity=30, style=0);
}
.alpha {
	filter: alpha(opacity=50, style=0);
}
.deconumber {
	font-size: 20pt;
	font-style: italic;
	color: gold;
}
.footmenu {
  padding-left: 10px;
	padding-right: 10px;
	background: ghostwhite;
	font-size: 8pt;
	text-align: center;
}
.footmenuabs {
  position: absolute;
  top: 460px;
  padding-left: 10px;
	padding-right: 10px;
	background: ghostwhite;
	font-size: 8pt;
	text-align: center;
}
.indentext {
	padding: 10px;
}
.yuppeace {
	font-family: eras, tahoma, verdana, arial, san-serif;
	font-weight: bold;
	color: darkblue;
}

p.author    
{ 
	text-align: left;
  font-family: Tahoma, verdana, arial, sans serif; 
  font-size: 7pt; 
  color: slateblue;
	padding-left: 20px; 
	margin-top: 0;
	margin-bottom: 5px;
}

p.firstliner    
{ 
	text-align: left;
  font-family: Tahoma, verdana, arial, sans serif; 
  font-size: 9pt; 
  color: black; 
	padding-left: 20px;
	margin-top: 0;
}

th
{
	font-size: 8pt;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
	background: #6495ed;
	padding: 5pt;
}

td
{
	font-size: 9pt;
	vertical-align: top;
	padding: 5pt;
	background: #ccccff;
}

tt
{
 font-size: 10pt;
}

td.header
{
	font-family: tahoma, verdana, san-serif;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	border: 1px;
	padding: 5px;
	background: #FFFFCF;
}
td.specialheader
{
	font-family: tahoma, verdana, san-serif;
	font-size: 18pt;
	font-weight: bold;
	color: darkred;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	border: 1px;
	padding: 5px;
	background: #FFFFCF;
}
td.specialdetail
{
	font-family: tahoma, verdana, san-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	border: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFC;
}
td.subhead
{
	font-family: tahoma, verdana, san-serif;
	font-size: 8pt;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border: 1px;
	padding-left: 5px;
	padding-right: 5px;
	background: #FFFFF0;
}

td.colhead
{
	font-family: tahoma, verdana, san-serif;
	font-size: 8pt;
	vertical-align: middle;
	text-align: center;
	border: 1px;
	background: #FFFFF6;
}

td.detail
{
	font-family: tahoma, verdana, san-serif;
	font-size: 8pt;
	vertical-align: middle;
	text-align: center;
	border: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background: #FFFFFC;
}

td.detailtext
{
	font-family: tahoma, verdana, san-serif;
	font-size: 8pt;
	vertical-align: top;
	text-align: left;
	border: 1px;
	padding-left: 5px;
	margin-top: 0.5em;
	background: #FFFFFC;
}

.back
{
  font-size: 7pt;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-transform: uppercase;
	text-align: right;
}
.photoholdersize
{
  width: 200px;
	height: 150px;
}

.sidephoto
{
  max-width: 200px;
	max-height: 150px;
	border: thin darkgreen ridge;
	margin: 0.4em;
	padding: 0.4em;
}

th.subnavicaption
{
  text-align: left;
	font-family: tahoma, verdana, san-serif;
	font-size: 7pt;
	font-weight: bold;
	color: red;
	text-transform: uppercase;
  padding-left: 0.5em;
	background: gold;
}
	
td.subnavi
{
	background: darkred;
	vertical-align: left;
	padding-left: 0.5em;
	margin-bottom: 0;
	margin-top: 0;
}
.tablepicsize
{
  width: 200;
	height: 150;
}

.tdpicbg1
{
  background: darkgreen;
}		
  
.tdpicbg2
{
  background: white;
}		

.sectionpicsize
{
  width: 200;
	height: 150;
}

.gallerycell
{
  width: 150;
	height: 200;
}

.gallerybg1
{
  background: darkgreen;
}		
  
.gallerybg2
{
  background: white;
}		

.gallerypic
{
  width: 150;
	height: 200;
}

.symbolcell
{
  width: 150;
	height: 150;
	padding-left: 10;
	padding-right: 10;
	vertical-align: middle;
}

.symbolbg1
{
  background: darkgreen;
}		
  
.symbolbg2
{
  background: white;
}		

.symbolpic
{
  width: 125;
	height: 125;
}

.scrolltext
{
  text-align: left;
  font-family: Tahoma;
	font-size: 10pt;
	color: white;
	text-indent: 10px;
	text-decoration: none;
}	
.txtlink
{
	color: white;
	cursor: hand;
	text-decoration: underline;
}

.logo   
{ 
	text-align: left;
	background-color: #336699;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
}
.title2link
{ 
	cursor: hand;
	text-align: left;
   	font-family: Tahoma; 
   	font-size: 10pt;
	font-weight: bold; 
   	color: #336699; 
}

.showme
{
	text-align: left;
   	font-family: Tahoma; 
   	font-size: 8pt;
	font-weight: normal; 
   	color: #FF0000;
	text-decoration: underline; 
}

.txtleft
{
	font-family: tahoma;
	font-size: 8pt;
	color: black;
}

.txtright
{
	text-align: right;
	font-family: tahoma;
	font-size: 8pt;
	color: black;
}
.button
{	
	padding-top: 2;
	cursor: hand;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1 solid #949494;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: #949494;
}

.showmebutton
{	
	padding-top: 2;
	cursor: hand;
	background-color: white;
	text-align: center;
	vertical-align: middle;
	border: 1 solid #FF0000;
	font-family: tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: #FF0000;
}

.tooltip
{
	background-color: #FFFFE1;
	color: black;
	border: 1 solid #000000;
	font-family: tahoma;
	font-size: 8pt;
}
