html,
body {
   margin:0;
   padding:0;
   height:100%;
   color: #000; font-family: arial; 
   font-size: 13px; 
   text-decoration: none; 
   letter-spacing:1px; 
   line-height:1.3em;

  background-image:url('images/body_bk.gif'); 
  background-repeat:repeat-y;
  background-position:center top;
}
#container {
   min-height:100%;
   position:relative;
}
#header {
   /* background:#000; */
   padding:0px;
}
#content {
   padding:0px;
   padding-bottom:90px;   /* Height of the footer */
}
#footer {
   /* background:#663399; */
   position:absolute;
   bottom:0;
   width:100%;
   height:90px;   /* Height of the footer */
}

A:link { 
	text-decoration: none;
	color:#000000
}
A:active { 
	text-decoration: none; 
	color:#000000
}
A:visited { 
	text-decoration: none; 
	color:#000000
}

A:link { 
	text-decoration: none;
	color:#000000
}
A:active { 
	text-decoration: none; 
	color:#000000
}
A:visited { 
	text-decoration: none; 
	color:#000000
}

td#head a:link {color: white;}
td#head a:visited {color: white;}
td#head a:hover {color: white;}
td#head a:active {color: white;}


td#lowbar a:link {color: white;}
td#lowbar a:visited {color: white;}
td#lowbar a:hover {color: white;}
td#lowbar a:active {color: white;}

td#para{line-height: 1.3em;}

.tiny {color: #000; font-family: Verdana; font-size: 9px; text-decoration: none}

td#lmenu { 
   font-family: Verdana; font-size: 10px; 
   text-decoration: none; 
   font-weight:600; letter-spacing:2px; 
   color:#330066;
   background:#C0C0C0;
}

#para{line-height: 1.3em;}

textarea
{
    width:100%;
}
.textwrapper
{
    border:0px solid #999999;
    margin:5px 0;
    padding:3px;
}