/*Mobile stylesheet*/

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


/*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: 14pt; 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: normal; FONT-FAMILY: Cambria,Times New Roman,Arial,Helvetica}
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/background-grey_strip.jpg'); background-repeat: repeat-x; }*/

/*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}

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



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

div.noborder {
margin:auto;
height:auto;
max-width:725px;
min-width: 325px;
padding:0px;
border:0px solid gray;
}

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