.genericbody {
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: auto;
	margin-right: 50px;
	margin-bottom: auto;
	margin-left: 50px;
}

.menudivider {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cavsborder {
	background-image: url(images/cavscolors.jpg);
	border: 2px solid #003366;
}
.ticker {
	border: 2px solid #003366;
}
.bordertop {
	background-image: url(images/border%20top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bordermiddle {
	background-image: url(images/border%20middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
