@charset "utf-8";
/* CSS Document */
#staticpagecontent{
	margin:0;
	padding:0;
	border-collapse: collapse;
}
#contact {
	margin:5px;
	padding:5px;
	border-collapse: separate;
	border-top: solid #B5123E 1px;
	border-right: solid #B5123E 1px;
	border-bottom: solid #B5123E 1px;
	border-left: solid #B5123E 1px;
	text-align:center;
	font-size:inherit;
	font:100%;
	table-layout: fixed;
}
#titlecell {
	color: #FFFFFF;
	background-color: #B5123E;
	height:30px;
	text-indent: 10px;
	text-align:left;
}
#dots{
	margin:0;
	padding:0;
	border-bottom-color: #B5123E;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	width:40%;
}
