h1
{
   font-size: large;
   font-family: Arial;
   color: #E2A000;
   text-transform: uppercase;
}


h2
{
   font-size: 12pt;
   color: #E2A000;
}


.left_blue
{
   font-size: 11pt;
   font-family: Arial;
   color: #006ACC;
   font-weight: bold;
   text-decoration: none;
}


.left_blue:hover
{
   font-size: 11pt;
   font-family: Arial;
   color: #E2A000;
   font-weight: bold;
   text-decoration: none;
}


.left_orange
{
   font-size: 11pt;
   font-family: Arial;
   color: #E2A000;
   font-weight: bold;
   text-decoration: none;
}


.left_orange:hover
{
   font-size: 11pt;
   font-family: Arial;
   color: #006ACC;
   font-weight: bold;
   text-decoration: none;
}


.blue
{
   color: #006ACC;
   text-decoration: none;
}


.blue:hover
{
   color: #E2A000;
   text-decoration: none;
}

.orange
{
   color: #E2A000;
   text-decoration: none;
}


.orange:hover
{
   color: #006ACC;
   text-decoration: none;
}


.blackborder
{
   border-style: solid;
   border-color: black;
   border-width: 1px;
   border-collapse: collapse;
}

