/*Mobile stylesheet*/

A:hover { COLOR: #0099ff;  background-color:silver; }


/*TD = Everything in a table - Note: All FrontPage text is in a table when using shared borders*/
/*TD {FONT-SIZE: normal; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica; }*/


TD {FONT-SIZE: large; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica; }


H1 {FONT-SIZE: 24pt; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
H2 {FONT-SIZE: 18pt; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
H3 {FONT-SIZE: 11pt; FONT-FAMILY:  Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
}
H4 {FONT-SIZE: x-large; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
H5 {FONT-SIZE: x-large; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
H6 {FONT-SIZE: x-large; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}

/*H1 { background-color: #F00 }*/

BODY { background-image: url('images/bg-blue-03b.jpg'); background-repeat: repeat-x; }
background-color: #111B56; /* Medium Blue, bottom of bg graphic */

/*BODY { color: rgb(0,0,0); background-color: rgb(233,231,237) }*/

/*Body text, not in a table - Note: All FrontPage text is in a table when using shared borders*/
BODY { FONT-SIZE: 14pt; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}


/* Makes the font larger on cell phones, screens smaller than 640pix. 10/3/2021 kp */
@media only screen and (max-width: 640px) {
TD {font-size: normal;}
}

/* Makes the font larger on cell phones, screens smaller than 640pix. 10/3/2021 kp */
@media only screen and (max-width: 640px) {
body {font-size: normal;}
}


.txtMobileSmall {
H3 {font-size: x-small;
font-style: normal;
 }
} 

/* While less than... */
@media(max-width:500px){
H3 {font-size: 8pt; color:black;}
}

/*For Mobile Website*/
div.ex {
margin:auto;
height:auto;
max-width:625px;
min-width: 325px;
padding:10px;
border:2px solid black;
background-color: #C0C0C0;
DA4839
}

div.noborder {
margin:auto;
height:auto;
max-width:750px;
min-width: 275px;
padding:0px;
border:0px solid gray;
background-color: #FFFFFF;
}

div.spiral {
margin:auto;
height:auto;
max-width:750px;
min-width: 275px;
padding:0px;
/*border:0px solid gray;*/
background-color: #C0C0C0;
background-image: url('images/BGIMAGE.jpg');
}



div.logobanner {
margin:auto;
height:auto;
max-width:475px;
padding:0px;
}

div.rostertable {
margin:auto;
height:auto;
max-width:425px;
min-width: 275px;
padding:0px;
}