  /* TemPL */
  
  h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }
  
  h1, .standard_headline {
  	font-size: 24px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #14528c;
    margin-top:0px;
    margin-bottom:15px;
    font-weight: normal;
  }

  h3 {
  	font-size: 14px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #14528c;
    margin:0px;
    font-weight: normal;
  }

  h5 {
  	font-size: 7pt;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #14528c;
    margin-bottom: 3px;
    font-weight: normal;
  }

  .standard_text {
  	font-size: 13px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #666666;
  }

  .info_headline {
  	font-size: 12px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #14528c;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
  }
  .info_date {
  	font-size: 8px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #666666;
    display: block;
    
    width: 100%;
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #e1b85d;
    
  }
  .info_text {
  	font-size: 10px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #666666;
  }
  
  .info_link {
  	font-size: 10px;
    font-family: "Verdana", "Century Gothic", "Trebuchet MS", "Gill Sans MT", "Arial", sans-serif;
    color: #14528c;
    text-decoration: none;
    font-weight: bold;
  }

  #info_box {
  	background-color: #f8f8f8;
  	padding-top:10px;
  	padding-bottom:10px;
  	margin-bottom:60px;
  }
  
  #info_box_in {
    width:200px;
    text-align:left;
    
  }
  
  .loginfield {
  	width:105px;
  	border: 1px solid #14528c;
  	background: #FDDEB0;
  	font-size: 12px;
  	padding: 2px;
  	margin-bottom: 4px;
  }
  
  .loginbutton {
  	width:105px;
  	border: 1px solid #14528c;
  	background: #FDDEB0;
  	font-size: 11px;
  	padding: 1px;
  	margin-top: 5px;
  	font-variant: small-caps;
  }
  
  

  /* TemPL */
