@charset "UTF-8";
@media all
{
  * { margin:0; padding: 0 }
  option { padding-left: 0.4em }
  * html body * { overflow:visible }
  * html iframe, * html frame { overflow:auto }
  * html frameset { overflow:hidden }
  html { height: 100% }
  body {
	font:12px Arial, Helvetica, sans-serif;
    color: #369;
    text-align: left;
	height:100%;
  }
  img { border: 0 solid }
  ul, ol, dl { margin: 0 0 0 0.5em }
  li { line-height: 1.5em; }
  hr { display:none }
  blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

  .clearfix { display: block }
  .floatbox { overflow:hidden }

  /* IE-Clearing: Only used in Internet Explorer, switched on in iehacks.css */
  #ie_clearing { display: none }

   .skip, .hideme, .print {
    position: absolute;
    top: -1000em;
    left: -1000em;
    height: 1px;
    width: 1px;
  }
  p {
  	line-height:1.8em;
	text-align:justify;
	margin-bottom:10px;
  }
  .skip:focus, .skip:active {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
  }
  a {
	text-decoration:none;
	line-height:1.6em;
	color:#577794;
	outline:none;
  }
  a:hover {
	color:#5B5B5B;
  }
  
  label input{
  	overflow: hidden;
  }

 


}
