﻿.HomeFeaturedHeader{
  font-size: 20px;
  color: #002E84;
  font-weight: bold;
  padding-top: 6px;
  padding-left: 9px;
  *padding-left: -2px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 10px;
}

.HomeFeaturedTitle, .HomeFeaturedTitle a:link, .HomeFeaturedTitle a:visited{
  font-size: 14px;
  color: #002E84;
  font-weight: bold;
  text-decoration: none;
  padding-left: 7px;
  margin-top: 4px;
/*  margin-left: 5px; */
  margin-right: 10px;
}

.HomeFeaturedTitle a:hover{
  font-size: 14px;
  color: #FF9900;
  font-weight: bold;
  text-decoration: none;
}

.HomeFeaturedContent{
  font-size: 12px;
  color: #505050;
  font-weight: bold;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 14px;
/*  margin-left: 10px;
  margin-right: 10px;  */
  margin-top: -8px;
}

/* News ==========================================================*/
.NewsMoreLink a:link, .NewsMoreLink a:visited{
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#f69c2a;
	text-decoration:none;
    text-align: right;
    margin-right: 2px;
}

.NewsMoreLink a:hover {
	font:bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#f6b945;
	text-decoration:none;
    text-align: right;
}

.NewsDate{
  color: #808080;
  font-size: 10;
  text-align: right;
}

.NewsTitle a:link, .NewsTitle a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #002e75;
}

.NewsTitle a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #f69c2a;
}

.NewsContent{
  color: #333333;
  border-bottom: thin dotted;

}



/* BOX ===========================================================*/
.HomeFeature_Filler{
  background-image: url(../../_images/ui/home_featured_filler.png);
}


.HomeFeature_Top_Left_Corner {
	float:left;
	width:10px;
	height:10px;
	background-image:url(../../_images/ui/home_featured_top_left.png);
	background-repeat:no-repeat;
	background-position:top left;
}

.HomeFeature_Top_Right_Corner {
	float:right;
	width:10px;
	height:10px;
	background-image:url(../../_images/ui/home_featured_top_right.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.HomeFeature_Bottom_Left_Corner {
	float:left;
	width:10px;
	height:13px;
	background-image:url(../../_images/ui/home_featured_bottom_left.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}

.HomeFeature_Bottom_Right_Corner {
	float:right;
	width:10px;
	height:13px;
	background-image:url(../../_images/ui/home_featured_bottom_right.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.QuotationHeader{
    font-size: 14px;
}


