.cutterContainer {
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.cutterTitle {
	font-size: 16px;
	color: #CC3300;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}
.cutterHeading1 {
	color: #FF9900;
	font-weight: bold;
}
.cutterHeading2 {
	font-size: 14px;
	color: #C33;
	font-weight: bold;
	text-align: center;
}

/********************
 * MENU
 ********************/
.cutterMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #996699;
	text-decoration: none;
	border-left-width: 18px;
	border-left-style: solid;
	/*border-left-color: #FFFFCC;*/
	border-left-color: #FFFFFF;
	padding-left: 2px;
}
.cutterMenu:hover {
	border-left: 18px solid #996699;
}
/********************
 * BOX
 ********************/
.cutterBox {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 60px;
}
.cutterHeading {
	font-weight: bold;
	font-size: 14px;
	color: #FF9900;
}
.cutterImage {
	margin-top: 10px;
	margin-bottom: 10px;
	marign-left: auto;
	marign-right: auto;
	text-align: center;
}
.cutterContent {
	padding-left: 5px;
	padding-right: 15px;
	text-align:justify;
}

.tightText
{
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
