.redBlock {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B51F2A;
	border: thin solid #FFFFFF;
}
.whiteRight {
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-width: thin;
}
.hostBox {
	border: thin dashed #EA8289;
}
.hostBoxInner {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #EA8289;
	border-right-color: #EA8289;
	border-bottom-color: #EA8289;
	border-left-color: #EA8289;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F3E85;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F3E85;
	text-decoration: none;
}
a:active {

	font-family: Arial, Helvetica, sans-serif;
	color: #1F3E85;
	text-decoration: none;
}
a:hover {

	font-family: Arial, Helvetica, sans-serif;
	color: #3636F8;
	text-decoration: underline;
}
