body, td, select, input {
   font-size: 12px;
   font-family: verdana;
}

h1 {
   font-size: 18px;
   color: #D8AF2D;
   margin-bottom: 0px;
}

.CorpLink {
   color: #D8AF2D;
   background-color: #0D1B2C;
   text-decoration: none;
   font-weight: bold;
   font-family: arial;
   padding: 7px 10px;
   display: block;
   float: right;
   margin-left: 3px;
}

.SideNav {
   display: block;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   margin: 0px 1px 2px 0px;
   background-color: white;
   padding: 10px;
   text-transform: uppercase;
   color: #002747;
   text-decoration: none;
   font-weight: bold;
   font-size: 10px;
}
.SideNav:hover, .SideNavOn {
   color: white;
   background-color: #002747;
}
/* Used to edit CMS editor area
#FCKEditor, #FCKEditor td { }*/
