  a {
    color: #264D78;
    text-decoration: underline;
  }

  a:hover {
    color: #E3A722;
    text-decoration: none;
  }

  input, select {
    background-color: #E9E9E9;
    color: #333333;
    font-family: Helvetica;
    font-size: 11;
  }

  body {
    background-color: #001C39;
    margin-top: 20 px;
    margin-left: 50 px;
    margin-right: 50 px;
    margin-bottom: 50 px;
    color: #000000;
    font-family: Arial, Helvetica;
  }

  .content {
    background-color: #FFFFFF;
    width: 100%;
    border: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #FFFFFF #000000 #000000 #E9E9E9;
    padding: 0px;
  }

  .nav {
    font-size: 11px;
    font-weight: bold;
  }

  .nav_small {
    font-size: 11px;
  }

  .text {
    font-size: 12px;
  }

  .breadcrumb {
    font-size: 11px;
    font-weight: bold;
  }

  h1 {
    font-size: 20px;
    font-weight: bold;
  }

  a.header_blue {
    color: #BDBDBD;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
  }

  a.header_blue:hover {
    color: #00005A;
  }

  a.header_red {
    color: #BDBDBD;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
  }

  a.header_red:hover {
    color: #7B0000;
  }

  a.header_green {
    color: #BDBDBD;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
  }

  a.header_green:hover {
    color: #004200;
  }
h1 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
  	color: #000000;	
	}
