/* CSS Document */
.fom {
	width: 98%;
	background-color: #cc5c87;
	padding: 0.5em;
	margin: 1em 0;
	font-family: arial, verdana, tahoma;
	color: #ffffcc;
	font-size: 115%;
	font-weight: bold;
}
.maincat  {
	font-family: arial, verdana, tahoma;
	color: #2f5593;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
.maincat a:link {
	color: #cc5c87;
	text-decoration: none;
}
.maincat a:visited {
	color: #cc5c87;
	text-decoration: none;
}
.maincat a:hover {
	color: #faf0a3;
	text-decoration: none;
}
.content {
	font-family: 'courier new', times, serif;
	color: #4a4f4e;
	font-size: 100%;
	margin-bottom: 8px;
}
.content a:link {
	color: #4a4f4e;
	text-decoration: none;
}
.content a:visited {
	color: #4a4f4e;
	text-decoration: none;
}
.content a:hover {
	color: #cc5c87;
	text-decoration: none;
}
/*QUOTATION CALLOUTS*/
.quoteR {
	float: right;
	position: relative;
	background-color: #faf0a3;
	width: 250px;
	margin: 0.5em 0 1em 1.5em;
}
.quoteR p {
	padding: 1em 1em 1.5em 1em;
	font-size: 90%;
	font-family: 'comic sans ms';
	color: #2f5593;
}
.quoteL {
	float: left;
	position: relative;
	background-color: #faf0a3;
	width: 250px;
	margin: 0.5em 1.5em 1em 0;
}
.quoteL p {
	padding: 1em 1em 1.5em 1em;
	font-size: 90%;
	font-family: 'comic sans ms';
	color: #2f5593;
}
.quote  a:link {
	color: #cc5c87;
	text-decoration: none;
}
.quote  a:visited {
	color: #cc5c87;
	text-decoration: none;
}
.quote  a:hover {
	color: #E4AAC0;
	text-decoration: none;
}

