﻿.Banner_h1 {
    font-family: 'Lato';
    font-size: 36pt;
    font-weight: bold;
    }

.Banner_h2 {
    font-family: 'Lato';
    font-size: 24pt;
    }

.Banner_h3 {
    font-family: 'Lato';
    font-size: 18pt;
    }

.Page_h1 {
    font-family: 'Lato';
    font-size: 36pt;
    font-weight: bold;
    }

.Page_h2 {
    font-family: 'Lato';
    font-size: 24pt;
    color: #333333;
    }

.Page_text {
    font-family: 'Lato';
    font-size: 10pt;
    }


/* No Underline */
a.link {text-decoration: none;}


td.Rounded_Cell {
	background-clip: padding-box;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border: 0px solid white;
}

td.Rounded_Cell_TR_BR {
	background-clip: padding-box;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border: 0px solid white;
}


img.Transparent_Image_50 img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

img.Transparent_Image_20 img {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

img.Transparent_Image_Hover_50 {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

img:hover.Transparent_Image_Hover_50 {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img:grow { transition: all .2s ease-in-out; } 

img:grow:hover { transform: scale(1.1); }

.grow{transition:all .2s ease-in-out}
.grow:hover{transform:scale(1.1)}