body {
	background-color: #F3F3F3;
}


p {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	font-size: .9em; 
}

strong {
	font-weight: bold; 
	color: red; 
} 

.caption {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: .7em; 
	color: silver;
	line-height: .65em;
	text-align:center;
}

.graphic {
	line-height: 100%;
	text-align: center;
}

.insights {
	font-weight: bold; 
	font-size: 1em; 
	background-color: red;
	color: white;
	border-left: 5px solid red;
	border-right: 5px solid red;

}

.text {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	text-indent: 1em;
	font-size: .9em; 
}

.textUL {
	text-decoration: underline; 
}

.text A:link {
	text-decoration: none; 
	color: red; 
}

.text A:active {
	text-decoration: none; 
	color: red; 
}

.text A:visited {
	text-decoration: none; 
	color: gray; 
}

.text A:hover {
	text-decoration: underline; 
	color: red;
}

.subtitle {
	line-height: 95%;
	font-size: 1.3em; 
	font-weight: bold; 
	text-align: center;
	color: red; 
	padding-top: 1em;
}

.title {
	font-weight: bold; 
	font-size: 1.9em; 
	line-height: 95%;
	text-align: center;
	color: red;
}

.title A:link {
	text-decoration: none; 
	color: black; 
}

.title A:active {
	text-decoration: none; 
	color: black; 
}

.title A:visited {
	text-decoration: none; 
	color: black; 
}

.title A:hover {
	text-decoration: underline; 
	color: black; 
}

.footer {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: gray;
	}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border-width: thin;
	border-style: solid;
	}

#button {
	width: 12em;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Tahoma, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#button li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	}

LI.bullets {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	list-style: sqaure outside; 
	line-height: 1.3em;
	font-size: .9em; 
	padding: 5px;
	}

ul { 
	margin-top:.25em;
	margin-left:1em;
	padding-left:0px;
	list-style-position: inside; 
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	list-style: square outside; 
	line-height: 1.3em;
	font-size: .9em; 
	padding: 5px;
} 

ol { 
	list-style-position:outside; 
	font-family:'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Tahoma, Geneva, Helvetica, Arial, sans-serif;
	list-style:sqaure outside; 
	line-height:1.3em;
	font-size:.9em; 
}

