/*
FILE:		fgc.css
PURPOSE:	CSS file used to control the presentation of the beeheard site
CREATOR:	Geoff Boeing
HISTORY:	04/24/2008 - (GB) - created the file
*/

html { 
	/* required for graceful re-sizing in internet explorer */
	font-size:100%;	
}

body {
	/* default settings for the page body */
	margin-top:0;
	background-color:#D0D5FB;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.headline {
	/* the bold headline for each co-reg offer */
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:10pt; 
	line-height:14pt;
}

.subtext {
	/* the description for each co-reg offer, below the headline */
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height:12pt;
}

.bg1 {
	/* the outer border around the co-reg offers */
	background-color:#0066FF;
} 

.bg2 {
	/* the inner border around the co-reg offers */
	background-color:#EEEEEE;
}

.yesno {
	/* the yes-no text for the opt in radio buttons */
	font-size:10pt;
}

.moreinfo {
	/* the privacy policy area */
	font-size:8pt;
}

a.moreinfo {
	/* the privacy policy links */
	color:#0000FF;
}

table.roottable{ 
	/* the table containing the header image, header text, and co-reg offers */
	width:770px;
	border:0px solid #000000;
	background-color:#D0D5FB;
}
