
/* The following style and id selector are used to make the table used for layout occupy the full
width of the browser.  In 'illegal' HTML this was done using 'height="100%"' in the table 
definition.  See http://apptools.com/examples/tableheight.php for a fuller explanation. */

body{
      margin:0;
      padding:0;
      height:99%;
      border:none;
      background-color: #ffffff;
      background-image : url(wallpaper2.jpg);
      color: #ffffff;
   }


/* The following columns and rows will give a fixed 5*4 table which will display full size
on a screen of resolution 1024*768.  The table has rows 20, 170, 370, 20 & 20 px; and
columns 225, 225, 225 and 225px.  There is a 6th row, r0, of 20px used to give some blank space
above the table.*/
#r0 {height:20px;}
#r1 {width:900px; height:20px;}
#r2c1 {width:225px; height:20px;}
#r2c2 {width:225px; height:20px;}
#r2c3 {width:225px; height:20px;}
#r2c4 {width:225px; height:20px;}
#r3c1 {width:225px; height:170px;}
#r3c2c3c4 {width:675px; height:170px;}
#r4c1 {width:225px; height:370px;}
#r4c1c2 {width:450px; height:370px;}
#r4c3c4 {width:450px; height:370px;}
#r5 {width:900px; height:20px;}

p.indent1{text-indent: 5px;
          margin-top: 0px;
	  margin-bottom: 0px;
	  margin-left: 0px;
	  margin-right: 0px;}

p.indent2{text-indent: 5px;
          margin-top: 0px;
	  margin-bottom: 0px;
	  margin-left: 0px;
	  margin-right: 0px;}

.title {
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 36pt;
   color: #9393A9;
   background-color: #000000;
   font-style: normal;
   font-weight: bold;
}
.body{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 16px;
   color: #ffffff;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   text-align: justify;
   line-height: 20px;
}
.body_no_justify{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 16px;
   color: #ffffff;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   margin-left: 10px;
   text-align: left;
   line-height: 20px;
}
.body_no_justify_black{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 16px;
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   margin-left: 10px;
   text-align: left;
   line-height: 20px;
}
.body_right_bold{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 13pt;
   color: #ffffff;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
   text-align: right;
}
.small_body{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
}
.body_u{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 12pt;
   color: #E3DDBD;
   background-color: #000000;
   font-style: normal;
   font-weight: normal;
}
.heading1{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 24pt;
   color: #9393A9;
   background-color: #000000;
   font-style: normal;
   font-weight: normal;
}
.link_text{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 10pt;
   color: #138815;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
}
.link_text_bold{
   font-family: "helvetica neue", helvetica, Verdana, sans-serif;
   font-size: 12pt;
   color: #138815;
   background-color: transparent;
   font-style: normal;
   font-weight: bold;
}
hr{height: 2px;
   width: 100%;
   color: black;
   background-color: black;
}
a:link{
   color: #ffffff;
   text-decoration: underline;
   padding-right: 20px;
   padding-left: 0px;
}
a:visited{
   color: #ffffff;
   text-decoration: underline;
   padding-right: 20px;
   padding-left: 0px;
}
a:hover{
   color: #000000;
   text-decoration: none;
   padding-right: 20px;
   padding-left: 0px;
}
