
@charset "iso-8859-1";


/* Layout */ 

body{
 margin: 0px;
 padding:0px;
 background: #c0c0c0;
 color: #333333;
 }
 
 #header {
 height:60px;
 background: #00a5c6;
 color: #333333;
 }
 
 
 #header{
 width: 100%;
 height:60px;
 background: #00a5c6;
 color: #333333;
 margin: 0;
 border: solid #333333;
 border-width: 0 0 2px 0;
 }
 
#leftColumn{
 float: left;
 width: 66%;
 border: solid #333333;
 border-width: 0 2px 0 0;
 background: #ffffff;
 color: #333333;
 margin: 0;
 padding: 40px 60px 0 60px;
 }
 
#rightColumn{
 background: #c0c0c0;
 color: #333333;
 margin: 0;
 padding: 0;
 }
 
 
 /* Presentation */ 

td {
  font-size : 9pt;
  font-family : verdana;
  color : #000000;
}

p {
  font-size : 9pt;
  font-family : verdana;
  color : #383838;
  background : transparent;
  text-align : left;
}

h1 {font:bold italic 26pt Times, serif; color:#ffff00; padding-top:10px; padding-bottom:0px; margin-left:0;}


h2 {
  font-size : 11pt;
  font-family : verdana;
  color : #000000;
  background : transparent;
  text-align: left;
}

h3 {
  font-size : 12pt;
  font-style: bold;
  font-family : arial;
  color : yellow;
  background : transparent;
  text-align : center;
}


h4 {
  font-size : 12pt;
  font-family : arial;
  font-style: bold;
  color : blue;
  background : transparent;
  text-align : left;
 }



a:visited , a:link , a:active {
  font-size : 11px;
  font-family : verdana;
  color : blue;
  background : transparent;
  text-decoration : none;
}


a:hover {
  font-size : 11px;
  font-family : verdana;
  color : red;
  background : transparent;
  text-decoration : none;
}


#footer a , #footer  a:link  {
  font-size : 8px;
  font-family : verdana;
  color : black;
  font-style: italic;
  background : transparent;
  text-decoration : none;
}

#footer a:hover{
  font-size : 8px;
  font-family : verdana;
  font-style: italic;
  color : red;
  background : transparent;
  text-decoration : none;
} 



