
.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;

}

.BoxTitle
{
	/* font-family: Georgia, serif; */
	/* background-color: #dddddd; */ 
	border-bottom: 1px solid #aaaaaa;
	/* border-top: 1px solid #aaaaaa; */
	/* border-left: 0;
	border-right: 0; */
	margin-bottom: 3px;
	text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    /* font-variant: small-caps; */
	text-align: left;
	width: 100%;
}
.BoxBottomLine
{
    border-bottom: 1px solid #aaaaaa;
	padding-bottom: 8px;
}

.BoxTitle a, .BoxTitle span
{
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #000;
}

.BoxItem
{
	border-bottom: 1px dotted #bbbbbb;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #000;
	font-size: 12px;
	text-align: left; 
}

.BoxItem h1
{
	/* font-family: Georgia, serif; */
	font-size: 16px;
	line-height: 1.2;
	padding-top:0;
	margin-bottom: 3px;
}

.BoxItem h3
{
	/* font-family: Georgia, serif; */
	font-size: 14px;
	line-height: 1.2;
	padding-top:0;
	margin-bottom: 3px;
}

.BoxMore
{
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	background-color: #efefef;
	border-bottom: 1px solid #ececec;
	margin-bottom: 10px;
}

.BoxItemText
{
	font-size: 12px;
}
.BoxPremium
{
	background-color: #ECF1FE;
}
.BoxPremium b
{
	/* font-family: Georgia, serif; */
	font-weight: bold;
}
.BoxPremium h1
{
	font-weight: 600;
}
.BoxPremium_A
{
	/* font-family: Georgia, serif; */
	font-family: arial, serif;
	font-size: 14px;
	font-weight: 600;
}

