@charset "utf-8";
/* CSS Document */

.blockquote {
	margin-left: 40px;
	display: inline-block;	
}

.myimgclass {
	display: block;
	align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	padding: 5px;
	max-width: 600px;
}

.title {
	text-transform:  uppercase;
	font-weight: bold;
}

.plain {
	text-transform: none;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.caption {
	text-align:center;
}

.pull-right {
	text-align: right;
}

.none {
	list-style: none;
}

.inline {
	display:inline;
}

.slanted {
	font-style:italic;
	font-weight:bold;
}

.caption-box {
	border: 1px SOLID #222;
	max-width: 600px;
	margin: 0 auto;
	padding: 5px;
	margin-top: 10px;
}

/* Specific Float */
.right-box {
	/* max-width: 400px; */
	width: 45%;
	float: right;
	padding: 10px;
	margin-top: 10px;
	background-color: #dcddde;
	margin-top: 50px;
}

.left-float {
	float: left;
	width: 50%;
}

/* Specific Image Margin */
td img {
	margin-left: 29px;
}

/* Colors */
.green {
	color: #328432;
}

.lightgreen {
	color: #5d8432;
}

.orange {
	color: #ea9228;
}

.dark-blue {
	color: #26247b;
}