body {
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
}
.small {
	font-size: 70%;
}
.highlight {
	background-color: #FF9;
}
.large {
	font-size: 130%;
}

.yellow-box {
    background-color: lightyellow; /* Background color of the box */
    border: 2px solid black; /* Black border with 2px width */
    padding: 10px; /* Space inside the box */
    display: inline-block; /* Make the box adjust to the content's width */
  }

.fsSubmitButton
{
	/*  CUSTOM SUBMIT BUTTON EXAMPLE  */
	border-top:		3px solid #a3ceda;
	border-left:		3px solid #a3ceda;
	border-right:		3px solid #4f6267;
	border-bottom:		3px solid #4f6267;
	padding:		8px 16px !important;
	font-size:		16px !important;
	background-color:	#c4f1fe;
	font-weight:		bold;
	color:			#2d525d;
}


.TeelFont {
	color: #00B0D0;
}
.body-padding {
	padding-right: 30px;
	padding-left: 30px;
	font-weight: 600;
}
