/* For Terms and Conditions (mailorder and downloads)  page */

body {
	color: ivory;
	background-color: rgb(102, 102, 153);
}
body a:link, body a:active, body a:visited {
	color: moccasin;
}
body a:hover {
	color: ivory;
}

.termsPageContainer {
	width: 100%;
}
.termsPageContainer, h1 {
	font-family: "Trebuchet MS", sans-serif ;
}

.contentTopContainer {
	width: 100%;
	margin: 10px 0px 5px 0px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
}
.contentTopText {
	line-height: 400%;
}
.upBustleAndOutLogo {
	float: right;
	height: 110px;
	width: 257px;
	margin: 3px 5px 0px 5px;
}

.termsTitles {
	width: 99%;
	text-decoration: underline;
	margin: 5px;
}
.termsText{
	width: 98%;
	font-size: 0.9em;
	margin: 5px;
}
.bold  {
	font-weight: bold;
}

.endLinks {
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}





