.Box
{
    font-family: arial, serif;
	width: 100%;
/*	float: left;  -- Do not uncomment this css, since it will not work on I.E. */
	margin-bottom: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	/* border: 1px solid black; */

}

.BoxTitle
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, verdana, helvetica, sans-serif;
	border-left: 0;
	border-right: 0;
	margin-bottom: 3px;
	text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: white; /* #ececec; */
    font-variant: small-caps;
	text-align: left;
	width: 100%;
}


.BoxTitle a, .BoxTitle span
{
	/*padding: 2px;*/
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: white;
}

.BoxTitle h2
{
	/*padding: 2px;*/
	text-decoration: none;
	color:  white; /* #cacaca; */
	font-size:18px;
}

.BoxItem
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: white;
	font-size: 12px;
	text-align: left;
	width: 100%;
	/* border-bottom: 1px dotted #bbbbbb; */
}

.BoxItem h1
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	padding-top:0;
	margin-bottom: 3px;
}

.BoxItem h3, .BoxItem a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	padding-top:0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}

.BoxMore
{
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.BoxItemText
{
	font-size: 12px;
}
.BoxPremium
{
	background-color: #ECF1FE;
}
.BoxPremium b
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, verdana, helvetica, sans-serif;
	font-weight: bold;
}
.BoxPremium h1
{
	font-weight: 600;
}
.BoxPremium_A
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
}

