﻿h1
{
    font-size:xx-large;
}
h2
{
    font-size:x-large;
}
td
{
    vertical-align: top;
}
.style1
{
    font-size: x-small;
    width: 100%;
}
.style2
{
    font-size: small;
}
.style3
{
    font-size: large;
}
.style4
{
    font-size: x-large;
    font-weight: bold;    
}

.newLitters
{
    background-color:White;
    margin: 10px;
}

/* Menu */
.ButtonClass
{
    background:url(../images/buttons/nav_template_off2.jpg);
    background-repeat:no-repeat;
    border:none;
    font-size: 18px;
    font-weight: bold;
    width:147px;
    height:28px;    
    font-family: Goudy Old Style, Calibri, Century;
}
.ButtonClass:hover
{
    background-color:Teal;
    background:url(../images/buttons/nav_template_on2.jpg);
    background-repeat:no-repeat;
    cursor:hand;
    cursor:pointer;
    cursor:hand;    
}
.menu
{
    vertical-align: top;
    background-color: #138787;
    border: 0;
    padding-top: 7px;
    padding-bottom: 14px;
    width: 165px;
}
.subMenu
{
    padding-top:7px;
}

/*Missy.aspx*/
img.hPic
{
    width: 352px;    
}    

img.vPic
{
    width: 309px;    
    margin-left: 15px;
}

img.hPicSmall
{
    width: 310px;    
}

img.vPicSmall
{
    width: 230px;    
    margin-left: 25px;
}

img.vPicSmall, img.hPicSmall, img.vPic, img.hPic
{
    margin-top: 10px;      
    vertical-align: top;  
    border: ridge 3px grey;    
}

.front-style
{
    color: #FF5050;
}
.front-weight
{
    color: #FF5050;
    font-weight: bold;
}
.header
{
    font-size: x-large;
    font-weight: bold;
    margin: 20px 15px 30px 15px; 
    text-align: center;
}

