@charset "UTF-8";

.imageCover
{
	padding:0 10px 2px 0;
}

/* Welcome Box */
#welcomeBox
{
	width: 610px;
	height: auto;
	float: left;
}

/*start Here Title */
#startHereTitle
{
	width: 580px;
	background-image: url( '../../content/images/start-here-arrow.gif');
	background-repeat: no-repeat;
	font-size: 17px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	float: left;
	color: #660099;
	padding-left: 30px;
}

/* start box txt */
.BoxHeaderTxt
{
	color: #663399;
	font-size: 12px;
	margin: 0 0 -5px 0;
}

.BoxBodyTxt
{
	margin-bottom: 0px;
}

/* Read more txt */
.readMore a
{
	font-size: 10px;
	color: #663399;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
}

.readMore a:hover
{
	text-decoration: underline;
}
