.tb {
	border: 1px solid #000000;
}
.text {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.text1 {
	font-family: Arial, Helvetica, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
A:Hover {
	color: #075058;
	text-decoration: underline;
}
A:Visited {
	color: #075058;
	text-decoration: none;
}
A:Active {
	color: #075058;
	text-decoration: none;
}
A:Link {
	color: #075058;
	text-decoration: none;
}
.textboldwhite {

	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.textBold {

	font-family: Arial, Helvetica, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.textBlue {

	font-family: Arial, Helvetica, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #163D72;
}
#contactForm {
	font-size: 12px;
	}
#contactForm label {
	font-size: 12px;
	font-weight: bold;
	}
#contactForm select {
	width: 250px;
	}
#contactForm input {
	width: 200px;
	}
#contactForm input.button {
	padding: 2px 5px;
	width: 100px;
	}
#contactForm textarea {
	width: 400px;
	height: 200px;
	}