
.bg-table{background-color: #ffffcc;}/* pet finder yellow*/
.center		{text-align: center;}
.justify	{text-align: justify;}
.left{float: left;}
.right{float:right;}

h1 	{font-size: 30pt; font-family: Comic Sans MS;font-weight: bold;   color: #0033cc}/*blue*/
h2	{font-size: 25pt; font-family: Comic Sans MS;font-weight: bold;   color: black; }
h3	{font-size: 12pt; font-family: Comic Sans MS;font-weight: bold;   color: black}
h4  {font-size: 14pt; font-family: arial;        font-weight: normal; color: black}
h5	{font-size: 12pt; font-family: arial;        font-weight: normal; color: black}
h6	{font-size: 10pt; font-family: arial;        font-weight: normal; color: black}

.h1 	{font-size: 30pt; font-family: Comic Sans MS;font-weight: bold;   color: #0033cc}/*blue*/
.h2	{font-size: 25pt; font-family: Comic Sans MS;font-weight: bold;   color: black}
.h3	{font-size: 15pt; font-family: Comic Sans MS;font-weight: bold;   color: black}
.h4  {font-size: 14pt; font-family: arial;        font-weight: normal; color: black}
.h5	{font-size: 12pt; font-family: arial;        font-weight: normal; color: black}
.h6	{font-size: 10pt; font-family: arial;        font-weight: normal; color: black}


.red {color: #d40000}/*red*/
.blue {color: #0033cc}
.bannercolor{color: #d40000} /*red*/

.dropinposition{
position: absolute;  
visibility:hidden;
margin-left:350px;
margin-top:100px;
width:350px;
height:150px;
background-color:#F5F5F5;
border: 3px solid black; 
padding: 20px;}

.thelayerposition{
position:absolute;
width:300px;
left:350;
top:100;
visibility:hidden;
z-index: 5
}

