.frame {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ED1A43;
	border: thin solid #ED1A43;
	color: #FFFFFF;
}
.flow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.frametext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: thin solid #ED1A43;
	padding: 2px;
}
.framelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	color: #ED1A43;
}
a.framelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
a.framelink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}
a.framelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #ED1A43;
	text-decoration:none;
}
.frameleft {
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999999;
}
.frameright {
	border-left-width: thin;
	border-left-style: groove;
	border-left-color: #999999;
}
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-align: center;

}
a.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}
