.normaltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

body { 
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #E2DDD1;
}

html { 
	margin: 0px; 
	padding: 0px; 
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
	
.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B6281E;
	TEXT-DECORATION: none;
	}
	
a:hover {
	text-decoration: underline;
	}
.contentcell {
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #777777;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-left-color: #777777;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.graycell {
	background-color: #E2E2E2;
	text-align: center;
	vertical-align: middle;

}

.link_drop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B6281E;
	TEXT-DECORATION: none;
  cursor: pointer;
	}

.link_drop:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B6281E;
	TEXT-DECORATION: underline;
  cursor: pointer;
	}

.table_header {
  padding: 3px;
  text-align: center;
  width: 33%;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
}

.table_row {
  padding: 3px;
  text-align: center;
  width: 33%;
  border-bottom: 1px dotted #eee;
  font-size: 11px;
}

.table_row_left {
  padding: 3px;
  padding-left: 10px;
  text-align: left;
  width: 33%;
  border-bottom: 1px dotted #eee;
  border-left: 1px dotted #eee;
  font-size: 11px;
}

.table_row_right {
  padding: 3px;
  text-align: center;
  width: 33%;
  border-bottom: 1px dotted #eee;
  border-right: 1px dotted #eee;
  font-size: 11px;
}