/*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: 12pt; FONT-FAMILY: Roboto,RobotoDraft,Helvetica,Arial,sans-serif; }

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-blue_strip.png'); 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: #186AF0}
/*#B8B4B4*/
/*00,66,FF*/

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

/*#C0C0C0(=light gray)*/

div.noborder {
margin:auto;
height:auto;
max-width:855px;
min-width: 325px;
padding:0px;
border:0px solid gray;
}
div.noborder325 {
margin:auto;
height:auto;
max-width:325px;
min-width: 325px;
padding:0px;
border:0px solid gray;
}
div.noborder480 {
margin:auto;
height:auto;
max-width:480px;
min-width: 325px;
border:0px solid gray;
padding:0px;
background-color: #FFFFCC;
}

div.noborder480bl {
margin:auto;
height:auto;
max-width:480px;
min-width: 325px;
padding:0px;
border:1px solid black;
background-color: #000000;
}