.mediumText {
	color: #663333;
	font-size: 14px;
}
.mediumTextBold {
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

.smallText {
	font-size: 12px;
	color: #663300;
}
a:link {
	color: #8CADCE;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #83ADCE;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #5791CC;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #83ADCE;
	text-decoration: none;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f1eae1;
}
.largeTextBold {
	font-size: 16px;
	font-weight: bold;
	color: #663300;
}

.basicPattern {
	border: 10px solid;
	cursor: pointer;
	border-color: #f2e9c7;
}

.selectedPattern {
	border: 10px solid;
	cursor: pointer;
	border-color: #deb790;
}

.textboxes {
	background-color: #AA9F75;
	border: 1px solid #441100;
	color: #441100;
}

.select2 {
	width: 200px;
	font-size: 14px;
	color: #441100;
	background-color: #B6A87F;
	border: 1px solid #441100;
}

