td {
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	FONT-STYLE: normal;
	color: #333;
	line-height: 120%;
}
a:link, a:visited, a:hover {
	font-size:80%;
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.borderFooter {
	background-color: #B1C3D9;
	border-top: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
}

.footer {
	font-size: 70%;
	color: #000000;
	text-align: center;
}
.borderDotted {
	border-bottom: 1px dotted #B1C3D9;
}
.borderLeft {
	border-left: 1px dotted #B1C3D9;
}
.textBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	border: 1px solid #7F9DB9;
}
.submitButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #1373AC;
	background-image: none;
	display: block;
	border: 1px solid #7F9DB9;
	color: #ffffff;
	height: 18px;
}
.borderBottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #7F9DB9;
	border-right-color: #7F9DB9;
	border-bottom-color: #7F9DB9;
	border-left-color: #7F9DB9;
}
.borderAll {
	border-top: 1px none #7F9DB9;
	border-right: 1px solid #7F9DB9;
	border-bottom: 1px solid #7F9DB9;
	border-left: 1px solid #7F9DB9;
}

