﻿body
{
	
	background-attachment: fixed;
	background-image: url("Images/White2TanSliver.jpg");
}

h1.Title {
    text-align: center;
    font-family: Verdana;
    color: #009900;
}

h2.SubTitle {
    text-align: center;
    font-family: Verdana;
    font-size: 24px;
    font-style:italic;
    color: #009900;
}

ul.Company li {
	font-family: Verdana, Tahoma;
	color: black;
}

img.left
{
    border: 0;
	display: block;
	float: left;
	visibility: visible;
	text-align: left;
}

table.whole {
    border: 0;
    width: 100%;
    height: 100px;
}

td.button32
{
	width: 100%; 
    height: 33px; 
	background-image: url("Images/Gbtn32.jpg"); 
    background-repeat: repeat-x; 
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

td.button32video
{
	width: 100px; 
    height: 33px; 
	background-image: url("Images/Sbtn32.jpg"); 
    background-repeat: repeat-x; 
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

td.button48
{
	
	width: 100%; 
    height: 49px; 
	background-image: url("Images/Gbtn48.jpg"); 
    background-repeat: repeat-x; 
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}

 p.Center {
     text-align: center;
 }

p.Acronym {
    font-family:  Arial, Tahoma, Verdana;
    font-weight: 700;
    text-align: center;
}

span.Notes {
    color: navy;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

span.nonprofit501c {
    font-size: 10px;
    color:  #996600;
}

span.DropCap {
    font-size: 36px;
    color: #009900;
}

td.button64
{
	width: 100%; 
    height: 65px; 
	background-image: url("Images/Gbtn64.jpg"); 
    background-repeat: repeat-x; 
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
}
a:link
{
	color: Black;
}
a:visited
{
	color: black;
}
a:hover
{
	color: blue;
	font-style: italic;
}

a:link.CompanyHeading
{
	color: Black;
}
a:visited.CompanyHeading
{
	color: Black;
}
a:hover.CompanyHeading
{
	color: #481f1f  ;
	font-style: italic;
	text-transform: uppercase;
}


