/* ================================
    CSS STYLES FOR Bright One Point
   ================================
*/   



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {}

P {text-align: justify;}

/* background color for the content part of the pages */
Body
{background-color: #336699;}

/* background/border colors for the selected tab */
.TabBg {}

.StandardTitle   {
    font-family: Century Gothic,Arial,Helvetica,sans-serif;
    font-size:  13pt;
    font-weight: bold;
    color: #0e1243;
    text-align: left;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family:Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}


A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {

    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head   {

    font-family: Helvetica;
    font-size:  22px;
    font-weight:    normal;
    color: #333333;

}

/* style of item titles on edit and admin pages */
.SubHead    {font-family: Century Gothic, Helvetica; font-size:  14px; font-weight: bold; color: #0e1243;}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* DATE */
.CurrentDate {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243;}

/* NORMAL */
.NormalBold  {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000;}

.Normal  {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #1f1f1f;}

/* LINKS */

A:link, A:visited, A:active {text-decoration: underline; color:#0e1243; font-weight: bold; font-size: 12px;}
A:hover {text-decoration: none; color:#303257; font-weight: bold; font-size: 12px;}

.More {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #000000; text-decoration: none; line-height: 10px; font-style: normal;}
A.More:link, A.More:visited, A.More:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: none;}
A.More:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; text-decoration: underline;}

/* GENERAL */
ul {list-style-image: url(/Portals/23/bullet.gif); list-style-position: outside;}
li {list-style-image: url(/Portals/23/bullet.gif); list-style-position: outside;}

/* COMMAND BUTTONS */
A.CommandButton:link, A.CommandButton:active, A.CommandButton:visited {font-family:; text-decoration: underline; color:#0e1243; font-weight: bold; font-size: 12px;}
A.CommandButton:hover {font-family:; text-decoration: none; color:#303257; font-weight: bold; font-size: 12px;}

/* BREADCRUMBS */

.breadcrumb {padding-left: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #0e1243;}
A.breadcrumb:link, A.breadcrumb:visited {padding-left: 3px; padding-right: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: none;}
A.breadcrumb:hover, A.breadcrumb:active {padding-left: 3px; padding-right: 3px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: 303257; font-weight: normal; text-decoration: underline;}    
    
/* GENERIC */
H1  {
    font-family: Helvetica;

    font-size:  22px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Helvetica;
    font-size:  16px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;


}

H6  {
    font-family: Helvetica;
    font-size:  16px;
    font-weight: bold;
    vert-align: middle;
    color: #6e5b4f;
}

TFOOT, THEAD    {
    font-family: Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}


BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


li {list-style-image: url(/Portals/11/bullet.gif); list-style-position: outside;}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left

}



/* Main Menu */

.MenuTD {background-color: #303257;}
.MenuSpace{background-color: #303257;}

.TopMenuGroup
{
  background-color: transparent;
  height: 22px;
}

.MenuGroup
{
  background-color: #303257;
  -moz-opacity:0.9; filter:Alpha(opacity=90);
}

.TopMenuItem
{
  background-color:transparent;
  color:#ffffff;
  font-family: Arial;
  font-size:8.5pt;
  height: 22px;
  cursor:pointer;
  font-weight: normal;
}

.TopMenuItemHover
{
  background-color:#CFD0DB;
  color:#303257;
  font-family: Arial;
  font-size:8.5pt;
  height: 22px;

  cursor:pointer;
  font-weight: normal;
}

.TopMenuItemActive
{
  background-color:#CFD0DB;
  color:#303257;
  font-family: Arial;
  font-size:8.5pt;
  height: 22px;
  cursor:pointer;
  font-weight: normal;
}

.TopMenuItemExpanded
{
  background-color:#0e1243;
  color:#ffffff;
  font-family: Arial;
  font-size:8.5pt;
  height: 22px;
  cursor:pointer;
  font-weight: normal;
}

.MenuItem
{
  background-color:#CFD0DB;
  color:#0e1243;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  -moz-opacity:0.9; filter:Alpha(opacity=90);
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#0e1243;
  color:#ffffff;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemActive
{
  background-color:#0e1243;
  color:#ffffff;
  font-family:verdana;
  font-size:10px;

  border: solid 1px white;
  cursor:pointer;
}

.MenuItemExpanded
{
  background-color:#0e1243;
  color:#ffffff;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.Privacy {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}

A.Privacy:link, A.Privacy:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}

A.Privacy:hover, A.Privacy:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999; font-weight: normal; text-decoration: none;}

.Terms {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}

A.Terms:link, A.Terms:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}

A.Terms:hover, A.Terms:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999; font-weight: normal; text-decoration: none;}

.Login {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}
A.Login:link, A.Login:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #0e1243; font-weight: normal; text-decoration: underline;}
A.Login:hover, A.Login:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color: #999999; font-weight: normal; text-decoration: none;}

.Footer {padding-left: 5px;}

.PageTitleTD {background-color: #e2dfd9;}

.BreadcrumbTD{background-color: #ffffff; height: 22px; padding-left: 25px;}
.esmRequired {font-family: "Helvetica"; font-size:  11px; font-weight: normal; color: #cc0000;}

/* Text style used for all Normal Red */
.esmNormalRed {font-family: "Helvetica"; font-size:  11px; font-weight: normal; color: #cc0000;}

/* Header for each Form*/
.esmFormHeader {font-family: "Helvetica"; font-size:  1px; font-weight: bold; color: #0e1243;}

.esmNormal {font-family:  "Helvetica"; font-size: 11px; font-weight: normal;}
.esmFormItem {font-family: arial; font-size: 10pt; font-weight: bold; color: #0e1243;}
.esmConfirmation {font-family:  "Helvetica"; font-size: 14px; font-weight: bold;}

.FooterLeft {width: 214px; background-image: url(/Portals/11/FooterLogoBG.gif); height: 32px;}

.FooterCenter {background-image: url(/Portals/11/FooterCenter.gif); width: 372px; height: 32px; text-align: center; padding-right: 5px; vertical-align: middle;  border-right: solid 4px #336699; border-left: solid 4px #336699;}

.FooterRight {background-image: url(/Portals/11/FooterRight.gif);width: 200; height: 32px; text-align: right; padding-right: 5px; vertical-align: middle;}

.ModuleTitleStandard{font-family: Arial; Font-size: 15px; font-weight: bold; color: #303257;}

.HomeContentPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; padding-right: 10px; height: 300px; width: 380px;}
.HomeRightPane {vertical-align: top; background-color: #eeeeee;   padding: 5px; height: 130px; width: 300px;}
.HomeBottomPane {vertical-align: top; background-color: #303257;   padding: 5px; height: 130px; width: 300px;}

.ContactLeftPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; height: 289px;}
.ContactContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 20px;  height: 289px;}
.ContactRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.ThankYouLeftPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; height: 289px;}
.ThankYouContentPane  {vertical-align: top; background-color: #000000;  padding-left: 20px; padding-right: 20px;  height: 289px;}
.ThankYouRightPane {vertical-align: top; background-color: #ffffff;  padding: 5px; height: 289px; width: 300px;}

.DevelopmentLeftPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; height: 289px;}
.DevelopmentContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 20px; padding-bottom: 10px;padding-right: 30px; height: 289px; text-align: justify;}
.DevelopmentRightPane  {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.LocationLeftPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; height: 289px;}
.LocationContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  padding-bottom: 10px;padding-right: 30px; height: 289px; text-align: justify;}
.LocationRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.AccommodationLeftPane  {vertical-align: top; background-color: #ffffff; padding-left: 20px; height: 289px;}
.AccommodationContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  padding-bottom: 10px;padding-right: 30px; height: 289px; text-align: justify;}
.AccommodationRightPane {vertical-align: top; text-align: center; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 320px;}

.MeridienLeftPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.MeridienContentPane {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 20px;  height: 289px;}
.MeridienRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.PressLeftPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.PressContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 20px;  height: 289px;}
.PressRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.eZineLeftPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.eZineContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 20px;  height: 289px;}
.eZineRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 250px;}

.SellingLeftPane {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.SellingContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px; padding-right: 29px;  padding-bottom: 10px;  height: 289px; text-align: justify;}
.SellingRightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}
.SellingTopLeftPane{background-color: #ffffff; padding-left: 20px; vertical-align: top; width: 300px;}
.SellingTopRightPane{background-color: #ffffff; padding-right: 25px; padding-top: 12px;  text-align: right; vertical-align: top;}

.LeftPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.ContentPane  {vertical-align: top; background-color: #ffffff;  padding-left: 20px;  height: 289px;}
.RightPane {vertical-align: top; background-color: #ebe9ec;  padding: 5px; height: 289px; width: 300px;}

.StandardModuleTD {height: 25px; vertical-align: middle; padding-top: 15px; padding-bottom: 10px;}

/*TITLES FOR ACTIVE ANNOUNCEMENTS*/
.Normal_aaTitle {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #0e1243;}

.Selling_aaTitle {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #cc0000;}

.SellingPage_aaTitle {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #0e1243;}

.Press_aaTitle {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #0e1243;}

.Floorplans_aaTitle {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #0e1243;}

.Floorplans_aaIconTD{width: 20px;}
 
/*READMORE FOR ACTIVE ANNOUNCEMENTS*/

.SellingPage_aaReadMore {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.SellingPage_aaReadMore:link, A.SellingPage_aaReadMore:active, A.SellingPage_aaReadMore:visited {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.SellingPage_aaReadMore:hover {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: none;}

.SellingPage_aaReadMoreTD{width: 100%;}

.Selling_aaReadMore {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline; width: 100%;}
A.Selling_aaReadMore:link, A.Selling_aaReadMore:active, A.Selling_aaReadMore:visited {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.Selling_aaReadMore:hover {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: none;}

.Press_aaReadMore {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.Press_aaReadMore:link, A.Press_aaReadMore:active, A.Press_aaReadMore:visited {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.Press_aaReadMore:hover {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: none;}
 
.Floorplans_aaReadMore {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.Floorplans_aaReadMore:link, A.Floorplans_aaReadMore:active, A.Floorplans_aaReadMore:visited {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: underline;}
A.Floorplans_aaReadMore:hover {font-family: arial; font-weight: bold; font-size: 9px; color: #336699; text-decoration: none;}


/*TABLES FOR ACTIVE ANNOUNCEMENTS*/
.Normal_aaTable {width: 100%; padding: 0px;}
.Selling_aaTable {width: 100%; padding: 0px;}
.Press_aaTable {padding: 0px;}
.Floorplans_aaTable {padding: 0px;}
 
/*TD'S FOR ACTIVE ANNOUNCEMENTS*/
.Normal_aaImageTD {padding-top: 2px;}
.Normal_aaDescriptionTD {font-family: Arial, Helvetica; font-size:  12px; padding: 2px;}

.Selling_aaImageTD {padding-top: 2px;}
.Selling_aaDescriptionTD {font-family: Arial, Helvetica; font-size:  12px; padding: 2px;}

.SellingPage_aaImageTD {padding-top: 2px;}
.SellingPage_aaDescriptionTD {font-family: Arial, Helvetica; font-size:  12px; padding: 2px;}

.Press_aaImageTD {padding: 0px;}
.Press_aaDescriptionTD {font-family: Arial, Helvetica; font-size:  12px; padding: 2px;}

.Floorplans_aaImageTD {padding: 0px;}
.Floorplans_aaDescriptionTD {font-family: Arial, Helvetica; font-size:  12px; padding: 2px;}
 
/*ERROR FOR ACTIVE ANNOUNCEMENTS*/
.Normal_aaError {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #CC0000;}
.Selling_aaError {font-family: Arial, Helvetica; font-size:  12px; font-weight: bold; color: #CC0000;}


/* Inner Table */
.Normal_aaInnerTable {width : 280px; padding-bottom: 0px; border-bottom: dotted 1px #999999;}
.Selling_aaInnerTable {width : 280px; padding-bottom: 0px; border-bottom: dotted 1px #999999;}
.SellingPage_aaInnerTable {width : 430px; padding-bottom: 3px; border-bottom: dotted 1px #999999;}
.Press_aaInnerTable {width : 420px; padding-bottom: 3px; border-bottom: dotted 1px #999999;}
.Floorplans_aaInnerTable {width : 420px; padding-bottom: 3px; border-bottom: dotted 1px #999999;}
.NormalLinks_aaInnerTable {width : 280px; padding-bottom: 5px; border-bottom: dotted 1px #999999;}
.NormalLinks_aaTitle{font-family: arial;}
.NormalLinks_aaIconTD{width: 11px;}


.eZineLinks_aaInnerTable {width : 180px; padding-bottom: 5px; border-bottom: dotted 1px #999999;}
.eZineLinks_aaTitle{font-family: arial;}
.eZineLinks_aaIconTD{width: 11px;}


.BreadcrumbTD {background-color: #f6f6f6;}

.WL_LeftColumn{
width: 200px;
}
.WL_TextArea {
width: 300px;
height: 75px;
}

.ic_label_edit{font-family: arial; font-size: 9pt; width: 100%;}

.ic_fldb005dbeb-fccd-4e1d-8525-5595f689da8d_control_edit{width: 250px; height: 150px;}

.Right_aaInnerTable {width: 145px;}
.Right_aaTitle{Font-family: arial; font-size: 9pt; font-weight: bold; color: #000000;}
.Right_aaDescriptionTD {Font-family: arial; font-size: 11px; font-weight: normal; color: #000000;}
.Right_aaReadMoreTD {width: 100%;  padding-left: 0px;}
.Right_aaReadMore {Font-family: arial; font-size:9pt; font-weight:normal; color:#ffffff;}
.Right_aaReadMore:Link {Font-family: arial; font-size: 9pt; font-weight: normal; color: #ffffff; background-color: #303257; padding: 2px; text-decoration: none}
.Right_aaIconTD{padding-left:7px;}
.Right_aaReadMore:visited {Font-family: arial; font-size: 9pt; font-weight: normal; color: #ffffff; background-color: #5f5544; padding: 2px; text-decoration: none;}
.Right_aaIconTD{padding-left:7px;}
.Right_aaReadMore:hover {Font-family: arial; font-size: 9pt; font-weight: normal; color: #ffffff; background-color: #336699; padding: 2px;}
.Right_aaIconTD{padding-left:7px;}

.Normal_aaInnerTable {width: 300px; padding-bottom: 5px;}
.Normal_aaTitle{Font-family: arial; font-size: 9pt; font-weight: bold; color: #0a3b6e;}
.Normal_aaIconTD{text-align: center; padding-top: 3px;}
.Normal_aaDescriptionTD {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; padding-bottom:3px;}
.Normal_aaReadMoreTD {width: 100%;  padding-left: 0px; text-align: left; }
.Normal_aaReadMore {Font-family: arial; font-size:11px; font-weight:normal; color:#666666;}
.Normal_aaReadMore:Link {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}
.Normal_aaReadMore:visited {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}
.Normal_aaReadMore:hover {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}

.HomeRight_aaInnerTable {width: 300px; padding-bottom: 5px;}
.HomeRight_aaTitle{Font-family: arial; font-size: 9pt; font-weight: bold; color: #0a3b6e;}
.HomeRight_aaIconTD{text-align: center; padding-top: 3px;}
.HomeRight_aaDescriptionTD {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; padding-bottom:3px;}
.HomeRight_aaReadMoreTD {width: 100%;  padding-left: 0px; text-align: left; }
.HomeRight_aaReadMore {Font-family: arial; font-size:11px; font-weight:normal; color:#666666;}
.HomeRight_aaReadMore:Link {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}
.HomeRight_aaReadMore:visited {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}
.HomeRight_aaReadMore:hover {Font-family: arial; font-size: 12px; font-weight:normal; color:#0a3b6e;}

.HomeBottom_aaInnerTable {width: 300px; padding-bottom: 5px;}
.HomeBottom_aaTitle{Font-family: arial; font-size: 9pt; font-weight: bold; color: #ffffff;}
.HomeBottom_aaImageTD{text-align: center; padding-top: 3px;}
.HomeBottom_aaDescriptionTD {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff; padding-bottom:3px;}
.HomeBottom_aaReadMoreTD {width: 100%;  padding-left: 0px; text-align: left}
.HomeBottom_aaReadMore {Font-family: arial; font-size:11px; font-weight:normal; color:#ffffff;}
.HomeBottom_aaReadMore:Link {Font-family: arial; font-size: 12px; font-weight:normal; color:#ffffff;}
.HomeBottom_aaReadMore:visited {Font-family: arial; font-size: 12px; font-weight:normal; color:#ffffff;}
.HomeBottom_aaReadMore:hover {Font-family: arial; font-size: 12px; font-weight:normal; color:#ffffff;}

#NoTitleContainer h2{display: none;}




