H1 			 { text-align: Center; font-family: Arial; color: #000066; font-size: 150%; font-weight: bold; margin:0px;line-height:.9; margin-bottom:10px}  
H1.info      { text-align: Left; font-family: Arial; color: #669999; font-size: 120%; font-weight: bold }
H1.infoR     { text-align: Right; font-family: Arial; color: #669999; font-size: 120%; font-weight: bold }
H1.right     { text-align: Right; font-family: Arial; color: #000066; font-size: 120%; font-weight: bold }

Font.Header	 { text-align: Center; font-family: Arial; color: #000066; font-size: 150%; font-weight: bold }  

H2 			 { text-align: Center; font-family: Arial; color: #000066; font-size: 110%; font-weight: bold }

H3           { text-align: Center; font-family: Arial; color: #000066; font-weight: normal; font-size: 110%;}
H3.red       { text-align: Center; font-family: Arial; color: red; font-weight: normal; font-size: 110%;}

H4 			 { font-family: Arial; font-size: 100%; font-weight: normal }
H4.nav 	     { text-align: Left; font-family: Arial; font-size: 100%; font-weight: normal }

H5           { text-align: Left; font-family: Arial; color: #000000; font-weight: normal; font-size: 70%; text-align: Center }
H5.indent    { text-align: Left; margin-left : 1cm; font-family: Arial; color: #000000; font-weight: normal; font-size: 110% }

Body  		 { text-align: Left; font-family: Arial; background-color: #FFFFFF; font-size: 96%}
Form		 { margin: 5px; font-family: Arial;}

a:link       { font-family: Arial; color: #56508f;  text-decoration : none; border-color : White;}
a:active     { font-family: Arial; color: #56508f;  text-decoration : none; border-color : White;}
a:visited    { font-family: Arial; color: #56508f;  text-decoration : none; border-color : White;}
a:hover      { font-family: Arial; color: #000066; text-decoration : none; border-color : White;}

TH           { text-align: Left; font-family: Arial; color: #FFFFFF; background-color: #000066; font-weight: normal; font-size: 120% }
TH.right     { text-align: Right; font-family: Arial; color: #FFFFFF; background-color: #000066; font-weight: normal; font-size: 120% }
TH.center    { text-align: center; font-family: Arial; color: #FFFFFF; background-color: #000066; font-weight: normal; font-size: 120% }
TH.small     { text-align: center; font-family: Arial; color: #FFFFFF; background-color: #000066; font-weight: normal; font-size: 100% }
table        { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 100%; padding:1px; border-spacing:0px;}
TD           { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 100%; padding:1px;  border-spacing:0px; border-color:#f0f8ff }
table.info   { font-family: Arial; background-color: #FFFFFF; 
               border-style: solid; border-color: #C0C0C0;}
caption	   { font-family: Arial; color: #000066; font-weight: bold; text-align: Center }
TH.small           { text-align: Left; font-family: Arial; color: #FFFFFF; background-color: #000066; font-weight: normal; font-size: 100% }
TD.small           { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 100% }
input.small        { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 100% }
input.smaller        { font-family: Arial; font-size: 75% }
input.smallest        { font-family: Arial; font-size: 50% }
table.small   { font-family: Arial; background-color: #FFFFFF;  font-size: 100%}
select.small        { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 100% }
checkbox.small        { font-family: Arial; color: #000066; background-color: #FFFFFF; font-weight: normal; font-size: 50% }
p.small		  { font-family: Arial;  font-size: 100%}
p.smaller		  { font-family: Arial;  font-size: 85%; font-weight: bold;}
SELECT 
{ 
    FONT-SIZE: 100%;  font-family: Arial; 
}
.input-rounded-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    padding:0 3px 0 3px;
    display:inline-block;
    text-decoration:none;

    cursor:pointer;
    font:14px sans-serif;
}
input[type="submit"]{
  font:13.3333px Arial;
}
input[type="button"]{
  font:13.3333px Arial;
}
input[type="text"]{
  font:13.3333px Arial;
}
