BODY {
  background-color: #FFFFFF;
  color: black;
  /* font-family: sans-serif; */
  text-align: justify; 
  margin-left:50px;
  margin-right:50px;
  /* margin: 5px; */
}

A,A:active {
  color: #999999;
  /* font-weight: bold; */
  text-decoration: underline;
}

A:visited{
  color: #666666;
}

A:hover {
  color: #CCCCCC;
}

a.pdf{
    background: transparent url(images/pdf.png) 0px 2px no-repeat;
    padding: 1px 0px 1px 20px;
}

a.tex{
    background: transparent url(images/tex.png) 0px 2px no-repeat;
    padding: 1px 0px 1px 20px;
}

a.tgz{
    background: transparent url(images/tgz.png) 0px 2px no-repeat;
    padding: 1px 0px 1px 20px;
}

address{
position: relative;
top: 2em;
left: 1em;
}

H1 {
  text-align: center;
  font-family: arial;
  font-weight: bolder;
  background-color: #FFFFFF;
  color: #000000;
  margin:10pt 0pt 10pt 0pt;
}

H2 {
  font-weight: bolder; 
  font-family: arial;
  background-color: #FFFFFF;
  color: #000000;
  margin:8pt 0pt 5pt 0pt;
  border-bottom:1px #CCCCCC solid;
  text-align: left;
}

H3 {
  font-family: arial;
  font-weight: bolder; 
  background-color: #FFFFFF;
  color: #000000;
  text-align: left;
}

P {
  text-indent: 0em;
  margin: 0pt;
    font-family: arial;
font-size:16
}

P.cell {
  text-indent: 0em;
  margin: 0pt;
  font-family: arial;
  font-size:14
}


IMG {
  border: 0pt;
  vertical-align: middle
}

IMG.center{
  display:block;
  margin-left: auto;
  margin-right: auto;
}

table {
border:3px solid #cccccc;
border-collapse:collapse;
width:100%;
margin:auto;
text-align:center;
}

table.top {
border:0px solid #FFFFFF;
border-collapse:collapse;
width:100%;
margin:auto;
text-align:center;
}

td {
font-family:arial;
border:2px solid #cccccc;
padding:10px;
text-align:left;
}

form{
  width: 95%;
  margin:auto;	
}

input.submit
{
/*position: relative;*/
top: 12em;
left: 9em;
color: #000;
font-weight: bolder;
background: #DDFEDE;
border: 1px solid #649599;
padding: 2px 6px;
text-align:center;
}

.float {
  float: left;
  width: 30%;
}

.floatright {
  float: right;
}

.error{
 font-size:80%;
 color: #990000;
}

td.colortop {
font-family:arial;
border:2px solid #cccccc;
border-style: solid;
padding:10px;
text-align:left;
border-top-color:#FFFFFF; 
border-bottom-color:#cccccc; 
border-right-color:#cccccc; 
border-left-color:#cccccc
}

td.colorbottom {
font-family:arial;
border:2px solid #cccccc;
border-style: solid;
padding:10px;
text-align:left;
border-top-color:#cccccc; 
border-bottom-color:#FFFFFF; 
border-right-color:#cccccc; 
border-left-color:#cccccc
}

td.colorall {
font-family:arial;
border-style: solid;
padding:10px;
text-align:left;
border-top-color:#FFFFFF; 
border-bottom-color:#FFFFFF; 
border-right-color:#FFFFFF; 
border-left-color:#FFFFFF; 
}

li {
font-family:arial;
text-align:left
}

