
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#505080;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:auto;
 }

#hdr {
 height:40px;
 background:#ddddee;
 color: #333333;
 }

#bar {
 height:20px;
 background:#bbbbff;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#bodyblock {
 position:relative;
 background: #ddddee;
 color: #333366;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ddddee;
 color: #333333;
 width:115px;
 }

#cont {
 width:525px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 }

#ftr {
 height:20px;
 background:#ddddee;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }





/* Presentation Stylesheet */ 

h3, p, li,td {
 margin:0;
 padding:10px;
 font-family : arial, helvetica, sans-serif;  
}

h4 {
 margin:0; 
 padding: 5px 0;
}


li {
 margin:0;
  padding:3px;
   font-family : arial, helvetica, sans-serif;
}
   
A.left:visited {font-size : 11pt; font-family : arial, helvetica, sans-serif;  color : #000080; font-weight:bold; text-decoration : none;  text-align : center; }
A.left:link { font-size : 11pt;  font-family : arial, helvetica, sans-serif; color : #000080; font-weight:bold; text-decoration : none; text-align : center; }
A.left:hover { font-size : 11pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }
A.left:active { font-size : 11pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }


A.topbar:visited {font-size : 10pt; font-family : arial, helvetica, sans-serif;  color : #000080; font-weight:bold; text-decoration : none;  text-align : center; }
A.topbar:link { font-size : 10pt;  font-family : arial, helvetica, sans-serif; color : #000080; font-weight:bold; text-decoration : none; text-align : center; }
A.topbar:hover { font-size : 10pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }
A.topbar:active { font-size : 10pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }

A.footbar:visited {font-size : 8pt; font-family : arial, helvetica, sans-serif;  color : #000080; font-weight:bold; text-decoration : none;  text-align : center; }
A.footbar:link { font-size : 8pt;  font-family : arial, helvetica, sans-serif; color : #000080; font-weight:bold; text-decoration : none; text-align : center; }
A.footbar:hover { font-size : 8pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }
A.footbar:active { font-size : 8pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; font-weight:bold; text-decoration : none;  text-align : center; }

A:visited { font-family : arial, helvetica, sans-serif;  color : #000080;  text-decoration : none;  }
A:link {   font-family : arial, helvetica, sans-serif; color : #000080;  text-decoration : none;  }
A:hover {   font-family : arial, helvetica, sans-serif;  color : #ff00ff;  text-decoration : none;  }
A:active {   font-family : arial, helvetica, sans-serif;  color : #ff00ff;  text-decoration : none;  }


A.sublink:visited {font-size : 7pt; font-family : arial, helvetica, sans-serif;  color : #000080; text-decoration : none;  text-align : center; }
A.sublink:link { font-size : 7pt;  font-family : arial, helvetica, sans-serif; color : #000080; text-decoration : none; text-align : center; }
A.sublink:hover { font-size : 7pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; text-decoration : none;  text-align : center; }
A.sublink:active { font-size : 7pt;  font-family : arial, helvetica, sans-serif;  color : #ff00ff; text-decoration : none;  text-align : center; }




