H3 {
	font-family: verdana;
	font-size: 14px;
	color: #02024F;
	font-weight: bold;
}
TD {
	font-family: verdana;
	font-size: 12px;
	color: #02024F;
}
P.counter {
	font-family: verdana;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
P.address {
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
}
TD.header {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	background: #02024F;
	color: #ffffff;
}
TD.set1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	background: #333399;
	color: #ffffff;
}
TD.body {
	font-family: verdana;
	font-size: 12px;
	background: #C4C4CF;
	color: #02024F;
}
TD.set2 {
	font-family: verdana;
	font-size: 12px;
	background: #ffffff;
	color: #02024F;
}
A:link {
	font-family: verdana;
	font-size: 12px;
	color: #333399;
}
A:hover {
	font-family: verdana;
	font-size: 12px;
	color: #B8B8D1;
}
A:visited {
	font-family: verdana;
	font-size: 12px;
	color: #02024F;
}
A:active {
	font-family: verdana;
	font-size: 12px;
	color: #B8B8D1;
}
A.header:link {
	font-family: verdana;
	font-size: 13px;
	color: #8787AD;
}
A.header:hover {
	font-family: verdana;
	font-size: 13px;
	color: #B8B8D1;
}
A.header:visited {
	font-family: verdana;
	font-size: 13px;
	color: #CCCCE3;
}
A.header:active {
	font-family: verdana;
	font-size: 13px;
	color: #B8B8D1;
}

.address2 {
  display: none;
}
.valid {
    background-color: #007940!important;
}
.invalid {
    background-color: #F00000!important;
}
.button {
	width: 100px;
	height: 21px;
	background: url(templates/submitbutton.gif) top center no-repeat;
	cursor: pointer;
}