/* Cascading Style Sheet */
/* Version 1.1 - Copyright DAYSIDE.net All rights reserved    */
/* MSIE5.5, Netscape 6.21, Mozilla 0.9.9, Opera 6.01          */

BODY,P,TD { font-family : verdana, arial, helvetica, sans-serif; }
BODY,P,TD { font-size : 11px; }

BODY {
  margin : 0;
  background-color: #FFFFFF;
  scrollbar-face-color:#007A48;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#747488;
  scrollbar-darkshadow-color:#000000;
  scrollbar-shadow-color:#D9D124;
  scrollbar-arrow-color:#000000;
  scrollbar-track-color:#007A48;
}

FORM { 
  margin:0;
}


A:active,A:link,A:visited { text-decoration : none; }
A:hover { text-decoration : underline; }

.content A:active,.content A:link,.content A:visited { text-decoration : none; color:#333333; }
.content A:hover { text-decoration : underline;  color:#333333; }

P { line-height: 150%; }
/* text-align : justify; */

.grey  { color : #333333; }
.white { color : #FFFFFF; }

.black { color : #000000; }
.red { color : #8E0507; }
.yellow   { color : #EEE3C4; }

.content P { color : #FFFFFF; }

.input { font-family : verdana, arial, helvetica, sans-serif; font-size : 11px; }
.textarea { font-family : verdana, arial, helvetica, sans-serif; font-size : 11px; width:90%; height:45px; }
.button {
  font-family : verdana, arial, helvetica, sans-serif; font-size : 11px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid black; 
  border-bottom: 1px solid black; 
  background: transparent;
}
