@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ECE1CA;
}
.highlights
{
	font: bold normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #900;
}


/* CSS Document */

.leftedge
{
	background: url(./images/leftedge.jpg);
	width: 25px;
}
.rightedge
{
	background: url(./images/rightedge.jpg);
	width: 25px;
}
.title-effect
{
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 2px solid #900;
	width: 450px;
}
.leftborder
{
	border-left: 1px solid #999;
}

