body, select, font, table {
	font:11px/13px tahoma, arial, helvetica, sans-serif;
}

table {border:0px; border-collapse:collapse;}

td{
	font:11px tahoma, arial, helvetica, sans-serif;
	color:#353535;
  vertical-align: top;
}

img {border:0;}

h3 {
  margin-top: 0px;
  font-size: 18px;
}

.admin_link {
  font-family: arial !important;
  font-size: 10px !important;
  color: darkred !important;
  text-decoration: none !important;
}

.admin_link:hover {
  font-family: arial !important;
  font-size: 10px !important;
  color: green !important;
  text-decoration: none !important;
}

.error_box {
  border: 1px solid #FF1A1A;
  background-color: #FFD2D2;
  font-family: tahoma;
  font-size: 19px;
  color: #970000;
  padding: 10px;
  width: 98%;
  margin-bottom: 15px;
  text-align: left;
  display: none;
}

.message_box {
  border: 1px solid #669900;
  background-color: #E4F5CD;
  font-family: tahoma;
  font-size: 19px;
  color: #324D0F;
  padding: 10px;
  width: 98%;
  margin-bottom: 15px;
  text-align: left;
  display: none;
}

.error_tr {
  background: #FFD2D2;
}


.list1 {
  margin-left: 30px;
  list-style-image: url(../images/arrow.gif); 
}

.list1 a:link, .list1 a:visited {
  color: #847940;
  font-family: tahoma;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.list1 a:hover {
  text-decoration: underline;
}

