body {
  margin: 0px;
}

img {
  border: 0;
}
.Middle {
	vertical-align: middle;
}
.Noident {
  text-indent: 0;
}
.Red {
  color: red;
}
.Bold {
	font-weight: bold;
}
.NoBold {
	font-weight: normal;
}


.Line {
  padding-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #8c8e8c;
}

.WhiteLine {
    border: 1px solid white;
    margin-left: -2em;
    margin-right: -0.5em;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

.WidthAuto, select.WidthAuto {
  width: auto!important;
}
.Center {
  text-align: center!important;
  vertical-align: middle!important;
}



#main {
  text-align: center!important;
  padding-top: 4em;
  font-family: Tahoma, Verdana, arial, sans-serif;
  margin: 0;
}
#content {
  text-align: center!important;
  width: 60em;
  margin: auto;
  font-size: 0.8em; 
  list-style-image: url('/aris/img/ballbd.gif');
}

#content a {
  text-decoration: underline;
}
#content a:visited  {
	color: #008484!important;
}
#content a:hover, #content a:active  {
	color: #ff0000!important;
}

#content table {
   border-collapse: collapse;
   width: 100%!important;
}
/* background-color */ 
#content table, #content th, #content tr, #content td, .PinkBg {
  background-color: #f0f0f0;
}

#content th, #content tr, #content td, .BlueBg {
  border: 0.1em solid white;
}
.buttons {
  border-top: 0.1em solid white;
}

#content th {
  font-size: 1.2em;
  font-weight: bold;
}
#content td textarea {
  width: 97%;
}

#content th, #content tr, #content td {
  padding-left: 0.6em;
  margin: 0px;
  text-align: left;
/*   vertical-align: middle; */
}
#content input {
  font-size: 1.0em;
}
#content select {
  font-size: 1.0em;
  width: 97%;
}
#content p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0.5em;
  padding-right: 0.5em;

  margin-left: 1em;
}

.Indent p {
  text-indent: 1em;
  margin-left: 0em!important;
}


#content ul {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;

  padding-left: 1.5em;
}
#content li {
/*   margin-right: -1em; */
}

#content .PinkBg li a {
  font-weight: bold;
}

#arisweb {
  text-align: left;
  color: #000066;
  font-style: italic;
  font-size: 2.0em;
  font-weight: bold;
}

.BlueBg {
  text-align: left;
  color: white;
  font-size: 1.1em;
  line-height: 1.6em;
  padding-left: 0.6em;
  font-weight: bold;
  background-color: #000066;
}

.PinkBg, .WhiteBg {
  text-align: justify;
  padding: 0.3em;
/* 
  line-height: 1.6em;
 */
}

td.bigger {
  width: 40em;
  text-align: center;
  vertical-align: middle;
}
td.smaller {
  width: 7em;
  text-align: center;
  vertical-align: middle;
}
.buttons {
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}



.updated {
  color: red; 
  font-size: 0.7em;
  font-weight: bold;
  margin-left: 10px;
}

