 td 	{font-family: "Arial",sans-serif; font-size: 100%; color: #000000; text-align:justify;}
 div 	{font-family: "Arial",sans-serif; font-size: 80%; color: #000000; background-color: #FFF; text-align:justify;}
 p 	{font-family: "Arial",sans-serif; font-size: 100%; color: #000000; background-color: #FFF; margin:6px 0px 6px 0px; text-align:justify; }
 p.white {font-family: "Arial",sans-serif; font-size: 100%; color: #000000; background-color: #7BD3F7; margin:6px 0px 6px 0px; text-align:justify; }
 
 
 A:link 	{font-family: "Arial",sans-serif; color: #0072BC; text-decoration:none; font-weight: bold; font-size: 85%;}
 A:active 	{font-family: "Arial",sans-serif; color: #0072BC; text-decoration:none; font-weight: bold; font-size: 85%;}
 A:visited	{font-family: "Arial",sans-serif; color: #0072BC; text-decoration:none; font-weight: bold; font-size: 85%;}
 A:hover 	{font-family: "Arial",sans-serif; color: #000000; text-decoration:none; font-weight: bold; font-size: 85%;}
 
 A.white:link 	{font-family: "Arial",sans-serif; color: #FFF; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.white:active {font-family: "Arial",sans-serif; color: #FFF; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.white:visited{font-family: "Arial",sans-serif; color: #FFF; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.white:hover 	{font-family: "Arial",sans-serif; color: #000000; text-decoration:none; font-weight: bold; font-size: 85%;}

 A.dark:link 	{font-family: "Arial",sans-serif; color: #000000; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.dark:active {font-family: "Arial",sans-serif; color: #000000; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.dark:visited{font-family: "Arial",sans-serif; color: #000000; text-decoration:none; font-weight: bold; font-size: 85%;}
 A.dark:hover 	{font-family: "Arial",sans-serif; color: #FFF; text-decoration:none; font-weight: bold; font-size: 85%;}

 h1 { font-family: "Arial",sans-serif; font-size: 24px; font-weight: bold; color: #0072BC; background-color: #FFF;}
 h2 { font-family: "Arial",sans-serif; font-size: 18px; font-weight: bold; color: #0072BC; background-color: #FFF;}
 h3 { font-family: "Arial",sans-serif; font-size: 14px; font-weight: bold; color: #0072BC; background-color: #FFF;}
 h4 { font-family: "Arial",sans-serif; font-size: 12px; font-weight: bold; color: #0072BC; background-color: #FFF;}

 table {border-style: none; border-collapse: collapse;}
 table.property {border: solid #2285BC; border-width: 1px; }
 caption { caption-side: top; height: 25px; margin-left: 0px; vertical-align: middle; text-align: left; text-indent: 7px; background-color: #0072BD; background-image: url(images/caption_back.gif);  font-weight: bold; font-family: "Arial",sans-serif; color: #FFE;}
 tr.blue { background-color: #7BD3F7; color: #FFF; height: 18px;}
 tr.dark { background-color: #00AEEF; color: #FFF; height: 18px;}
 td { text-indent: 0px;}
 img { padding: 0px 0px 0px 0px; border: 0px; }
 img.border { padding: 0px 0px 0px 0px; border: 2px; border-color: #0072BC;}

 
 input.small
 {
 	border-bottom-color: #0072BC;
 	border-bottom-width: 1px;
 	border-left-width: 1px;
 	border-right-color: #0072BC;
 	border-right-width: 1px;
 	border-top-width: 1px;
 	margin-left: 0px;
 	background-position: left top; 
 	background-image: url("/images/shadow.gif"); 
 	background-repeat: no-repeat;
      
 	font-family: "Tahoma","Arial",sans-serif;
 	font-size: 9pt;
 }
 
  input
  {
  	border-bottom-color: #0072BC;
  	border-bottom-width: 1px;
  	border-left-width: 1px;
  	border-right-color: #0072BC;
  	border-right-width: 1px;
  	border-top-width: 1px;
  	margin-left: 0px;
  	background-position: left top; 
  	background-image: url("/images/shadow.gif"); 
  	background-repeat: no-repeat;
       
  	font-family: "Arial",sans-serif;
  	font-size: 10pt;
 }


/* Layout Information */ 


html, body {
    height: 100%;
}

body{
 margin: 0;
 padding:0;
 background: #FFF;
 color: #333333;
 min-height: 100%
 }
	 
#header{
 height:127px;
 margin:15px 15px 15px 15px;
 }
 
#header_right{
  height:127px;
  background-image: url(images/header_back.gif);
  margin: 0px 0px 0px 195px;

 }

#menu{
 position: absolute;
 top: 160px;
 left: 15px;
 width: 180px;
 background-color: #FFF;
 color: #333333;
 margin: 0px;
 padding: 0px;
 }

#main{
 margin: 0px 20px 20px 210px;
 background-color: #FFF;
 color: #333333;
 padding: 0px;
 position :relative;
 float: left;
 height: 633px;
 min-height: 100%;
 }
 
#clear{
clear: left;
float: left;
height: 100%;
position :relative;
}

#clear2{
clear: both;
float: right;
height: 100%;
position :relative;
}

#footer {
clear: both;
height: 36px;
width: 100%;
min-width: 100%;
position :relative;
background-color: #7BD3F7;
font-family: "Arial",sans-serif; font-weight: bold; font-size: 100%; color: #FFF;
background-image: url(images/footer_back.gif);
text-align: center;
margin: 30px 15px 5px 15px;
}
 