div.date {
  font-family:tahoma;
  font-size: 11px;
  color:#FFF600;
}

a.menu {
  font-family:tahoma;
  font-size: 11px;
  color: #FFFFFF;
  text-decoration:none;
}

a {
  font-family:tahoma;
  font-size: 11px;
  color: #000000;
  text-decoration:none;
}

.green_large {
  font-family:tahoma;
  font-size: 18px;
  color: #9AAC22;
}

.ptc_green {
  font-family:tahoma;
  font-size: 18px;
  color: #1893A9;
}


.green_normal {
  font-family:tahoma;
  font-size: 11px;
  color: #9AAC22;
}

.black_normal {
  font-family:tahoma;
  font-size: 11px;
  color: #000000;
}

table {
  font-family:tahoma;
  font-size: 11px;
  color: #000000;
}

td.border {
  border: 1px solid #000000;
  padding-top:10px;
  padding-left:14px;  
}

.border_large {
  font-family:tahoma;
  font-size: 18px;
  color: #9AAC22;
}

.border_normal {
  font-family:tahoma;
  font-size: 11px;
  color: #000000;
}

.bottom {
  font-family:tahoma;
  font-size: 11px;
  color: #FFFFFF;
}

a.bottom_yellow {
  font-family:tahoma;
  font-size: 11px;
  color: #FFF600;
  text-decoration:none;
}

input {
  font-family:tahoma;
  font-size:10px;
  height:17px;
  border:1px solid;
  border-color:#000000;
}

input.checkbox {
  font-family:tahoma;
  font-size:10px;
  height:17px;
  border:none;
}

div.DetailsRow {
	font-weight:bold;
	clear:both;
}

div.DetailsRow_Underline {
	font-weight:bold;
	text-decoration:underline;
	color:#0000ff;
	clear:both;
	cursor:hand;
}

div.DetailsLabel {
	
}

div.DetailsContent {
	color:gray;
	float:left;
	padding-bottom:10px;
}

.error_box {
	border:solid 1px #ff0000;
}