HTML { min-height: 100.05%; }
FORM {    margin: 0px;}
textarea {    margin: 0px;}
body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
   margin: 5px;

}

td {
 font-size: 12px;
}

th {
 font-size: 12px;
 border-bottom: 1px solid black;
}

input {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}
select{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

img {
    border-style: none;
}

h1
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  	margin-bottom: 1px;
}

h2
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
}

h3
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
/* Default stylesheet for the website */

/* JS RollOvers */
.moduleRow { background-color: transparent; }
.moduleRowOver { background-color: #8EB514; }

/*ADMIN*/
/* data table */
.dataTableRow { background-color: transparent; }
.dataTableRowSelected { background-color: #1BBC41; }
.dataTableRowOver { background-color: #8EB514; cursor: pointer;}
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/*Forum Stylesheets */

a.forumcontrol { color: black; border: 1px solid red; padding: 3px; text-decoration: none; background-color: white; }
a.adminedit { font-size:9px; color: red; padding: 0px; text-decoration: none; background-color: white; }
A.adminedit:hover {
  text-decoration: underline;
}