.title
{
	font: bold 12pt arial;
	color: #f77328;
	padding-bottom: 5px;
}

.subtitle
{
	font: bold 10pt arial;
	color: #0C9CDB;
	padding-bottom: 5px;
}

#mainBody
{
	width: 798px;
	text-align: left;
	/*
	background-image: url('../images/gradient2.jpg');
	background-repeat: repeat-x;
	*/
	background-color: #f2fbff;
	border-left: 1px solid #d1dae3;
	border-right: 1px solid #d1dae3;
    	border-bottom: 1px solid #d1dae3;
	font: 10pt arial;
	color: #000000;
}

.bodyText
{
	font: 10pt verdana;
	color: #636363;
	text-align: justify;
}

.smallText
{
	font: 8pt verdana;
	color: #636363;
	text-align: justify;
}

.supertitle
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

hr
{
	border: 0;
	color: #f77328;
	background-color: #f77328;
	height: 1px;
	width: 100%;
	text-align: left;
}

.highlight
{
	border: 1px solid #636363;
	background-color: #ffffff;
	font: 10pt verdana;
	color: #636363;
	text-align: center;
	padding:10px;
}