body {
    font-family: arial;
    font-size: 10pt;
}
h1 {
    font-family: Tahoma;
    color: blue;
    letter-spacing: 8;
}
h2 {
    color: blue;
    letter-spacing: 5;
}
h3 {
    color: blue;
}
b {
    text-align: center;
}
u {
    font-style: italic; 
    Font-weight: Bold;
}
p {
  
}

.TextScale {
    font-size: 2vw;
}

Table {
    width: 75%;
    border-style: dashed;
//    border-width:1px;
    border-width: 0px;
}
Table TD {
    vertical-align:Top;
    padding: 15px;
//    font-size: 12pt;
    font-size: 2vw;
    
}
/* --- Start Header Title --- */

.HeaderTitle {
	text-align: Center;
//	color: red;
    padding: 10px;
    font-size: 24pt;    
    vertical-align: middle;
}
/* --- End Header  Title --- */

HR.YellowHR {
    width: 75%; 
    height: 5px; 
    border-style: None; 
    background-color: Gold;
}

.Division {
	font-family: Arial;
  	font-size: 24pt;
	font-weight: BOLD;
	letter-spacing: 5;
	text-align: Center;
}

/* --- Start Footer Table --- */
.footer_Table {
//    background-image: url('images-sq/bg-footer.png');
    background-image: url('images-sq/bg-footer-cropped.png');
    background-repeat: no-repeat;
    background-size: cover;
//    background-position:  Right center; /* Center the image */
    height: 448px;
    width: 100%;
    border: 0px; 
}
.footer_Table TD {
    color: White;  
    padding-Top: 0px;
    padding-left : 5px;
    font-size: 12pt;
    border-style: dashed;
    border-width:0px;
}

.footer_Table TD .FooterColumnTitle {
    font-size: 14pt;
}

.footer_Table TD a:visited , .footer_Table TD a:link {
    color: White; 
    text-decoration: none;      
}

.ContactInfo_Table {
    border: 0px;
    border-color: red;
    border-style: dashed;
    Padding-Top: 9px;
    width: 100%;
}
.ContactInfo_Table TD {
    border: 0px;
    border-color: red;
    border-style: dashed;
    vertical-align: Middle;
}
/* --- End Footer Title --- */

/* --- Start Signup section --- */
.signUp_Table {
// orig    width: 200px;
    width: 500px;
    border: 3px solid gray;
    border-radius: 50px;
}

.signUp_Table TD , .signUp_Table TD a:visited , .signUp_Table TD a:link {
    color: Black; 
    text-decoration: none;      
    display: block;
    padding: 5px;
}

.signUp_Table TD a:Hover {
//    color: Black; 
//    border: 1px solid gold;
    Font-weight: bold;
//    text-transform: Uppercase ;
/* --- End Signup section --- */   
}