@charset "UTF-8";

@media all
{
  body {
    font-family: Helvetica,Tahoma,Verdana,Arial,sans-serif;
    /*font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;*/
    font-size: 13px;
    color: #333333;
  }

  h1,h2,h3,h4,h5,h6 { font-weight:bold; margin: 0 0 0.25em 0; }
  h1 { font-size: 133.33%; color: #336699; }	/* 24px */
  h2 { font-size: 116.67%; color: #336699; }	/* 20px */
  h3 { font-size: 12px }						/* 18px */
  h4 { font-size: 12px; font-style:italic }		/* 14px */
  h5 { font-size: 12px }						/* 12px */
  h6 { font-size: 100%; font-style:italic }		/* 14px */

  fieldset { }
  legend { font-weight:bold; margin: 0 0 0.25em 0; font-size: 12px; }
  
  a { color: #336699; text-decoration: none; }
  a:hover { color: #FF3300; }
  a:focus,
  a:hover,
  a:active { text-decoration: underline; }
	
  #topnav a { color: #336699; font-weight: bold; background: transparent; text-decoration: none; }
  #topnav a:focus,
  #topnav a:hover,
  #topnav a:active { background-color: transparent; text-decoration: underline; }
	
  #footer a { color: #336699; background: transparent; font-weight: bold; }
  #footer a:focus,
  #footer a:hover,
  #footer a:active { color: #fff; background-color: transparent; text-decoration: underline; }


  /*
  table { width: auto; border-collapse:collapse; margin-bottom: 0.5em; }
  */
  table.full { width: 100%; }
  table.fixed { table-layout:fixed }

  /*
  th,td { padding: 0.5em; }
  thead th { background: #444; color: #fff }
  tbody th { background: #ccc; color: #333 }
  tbody th.sub { background: #ddd; color: #333 }
  */

  hr {
    color: #fff;
    background:transparent;
    margin: 0 0 0.5em 0;
    padding: 0 0 0.5em 0;
    border:0;
    border-bottom: 1px #336699 solid;
  }
  
  input, textarea 
  {
    width: auto;
	padding: 2px;
  }
  
  input[type=text], input[type=password], textarea {
	border: 1px #336699 solid;
	/*background: #fafafa;*/
	color: #333;
  }

  input[type=radio], input[type=checkbox] 
  {
	border: none;
	padding: 0;
  }

  input[type=text]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
  }
}
