
/*
Filename:              foundation_ov_styles.css
Path:                   www/bankofamerica/data/community/stylesheets
Description:            Applies styles for Community overview page 
Original Author:       	GDC Dev Team

Change History:

Date            Author                  SIMON WR        Description
****			******					********		***********
04/13/2004      GDC Dev Team            WR11734           Created 
07/1/2006		Stacey Taylor			WR15794			Foundation Site Redesign
*/
.home-grid-line1 { background: #CCCCCC; } /* light grey*/
.home-grid-line2 { background: #BEBABA; } /* dark grey*/
.home-grid-line3 { background: #A1BCD2; } /* blue */

.nomargin {color:#333333; margin-bottom: .45em; font-size:110%; margin-top: -.2em;}

a.link-style:link { color: #405EBE ; text-decoration: underline;}
a.link-style:visited {color: #7A2197 ; text-decoration: underline;}
a.link-style:hover {color: #0000FF ; text-decoration: underline;}

.standard-font { color: #333333;}

.deadline-font { font-family:verdana,arial,geneva,helvetica,sans-serif; font-size:71%; text-align:left; color: #D4001A;}

/*Added for module background color*/
.module { margin-top:-10px;padding:0px 0px 0px 0px;}


