/* 
    Document   : agree_cssI
    Created on : Dec 29, 2009, 2:52:14 PM
    Author     : tjloh
    Description:
        Purpose of the stylesheet follows.
*/

/*/*body {
	background-color: #FFFFFF;
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
}
*/
.mainText, OL, LI, UL {
	COLOR: #000000;
	FONT: 12px Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
}

.blueCallout {
	COLOR: #003399;
	FONT: 13px Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

.headlineText {
	COLOR: #0066CC;
	FONT: 16px Arial;
	FONT-WEIGHT: bold;
}

.header1Text {
	COLOR: #9C0000;
	FONT: 18px Arial;
	FONT-WEIGHT: bold;
}

.styleLi {
	list-style-type: none;
}
@media screen and (min-width:640px)  {
.banner {
	position: relative;
	top: 0;
	display: block;
	height: 137px;
	width: 820px;
	background: url('images/banner.png') no-repeat;
	background-size: contain ;
	text-indent: -999em;
	text-decoration: none;
}
}

.activeCallout {
	color: #348017;;
	FONT: 13px Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}

.inactiveCallout {
	color: #E41B17;
	FONT: 13px Arial, Helvetica, sans-serif;
	FONT-WEIGHT: bold;
}