@charset "UTF-8";
/* CSS Document */

.grid {
	width: 650px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse: collapse;
}
.grid td {
	text-align: center;
	vertical-align: middle;
	border: 1px dotted #7e7e7e;
	width: 25%;
}
.grid  td.gridtopleft{
	border-top-style: none;
	border-left-style: none;
}
.grid td.gridtopright {
	border-top-style: none;
	border-right-style: none;
}
.grid td.gridtop {
	border-top-style: none;
}
.grid td.gridleft {
	border-left-style: none;
}
.grid td.gridright {
	border-right-style: none;
}
.grid  td.gridbottomleft{
	border-bottom-style: none;
	border-left-style: none;
}
.grid td.gridbottomright {
	border-bottom-style: none;
	border-right-style: none;
}
.grid td.gridbottom {
	border-bottom-style: none;
}
.grid td.gridborderless {
	border: 0 none;
}
.grid td.gridleftonly {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
.grid td.gridrightonly {
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}#MainGrid {
}
#MainGrid h1 {
	color: #FFF;
	background-image: url(../images/footer-capsule.gif);
	background-repeat: repeat-x;
	padding: 4px;
	display: block;
	margin: 3px 0px;
	font-size: 22px;
	line-height: 22px;
	background-position: center;
	font-style: italic;
}
