/* download */

body {
  font-size:10pt;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  margin:0;
}
#wrapper,#footer {
  position:relative;
  top:5px;
  left:40%;
  width:720px;
  margin-left:-260px;
}
#mastheadLogo {
  width:720px;
  height:53px;
  background:url(../img-sdd/logo.gif) 0 0 no-repeat;
  border:1px solid #999;
  margin-bottom:10px;
}
#headName {
  position:relative;
  top:30px;
  left:350px;
  width:300px;
  font-size:16pt;
  font-weight:bold;
}
#main {
  width:720px;
  border:1px solid #999;
 }
#headerBar {
  width:720px;
  text-indent:10px;
  padding:4px 0px;
  background-color:#ccc;
}
#loginWindow {
  width:720px;
  height:355px;
  border-top:1px solid #999;
  border-bottom:1px solid #999;
 
  background:#FFFFFF;
}
#footer {
   margin-top:10px;
   height:40px;
   border:1px solid #999;
}
ol li {
  line-height:14pt; 
}

/* links styles  */
a:link,a:visited,a:active {
  text-decoration:none;
  color:#666;
}
a:hover {
  text-decoration:underline;
  color:#CC0000;
}
/* END LINK STYLES */

.smalltext {
  font-size:9pt;
}
.inviText {
 color:#999;
 text-decoration:underline;
}
.indent {
  margin:8px 10px;
  line-height:14pt;
}
.underlineTxt {
  text-decoration:underline;
}