@charset "UTF-8";
/* CSS Document */

body {
	background-color: white;
	font-family: arial, helvetica, sans-serif;

}


/* Main Font Styles*/

p {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 5px;
	margin: 0;
	}
	
li (
	margin: 0;
	padding: 0;

)


h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	line-height: 22px;
	margin-top: 0;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
}

/* Parent Testimonials */

#stories_list_container {
	border-top: 1px solid #e3e3e3;
	margin: 20px 40px 20px 0;
	padding: 10px 0 0 0;
}

#stories_list_title {
	font-size: 14px;
	color: #0a4675;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;

}


#stories_list_date {
	color: #1a4672;
	font-style: italic;
	margin-bottom: 10px;
}

#stories_list_description {
	color: #0a4675;
	line-height: 18px;
}

#stories_list_description a {
	font-weight: bold;
}

.webapptable td {
vertical-align: top;
}

#stories_detail_title {
	font-size: 14px;
	color: #0a4675;
	font-weight: bold;
}
#stories_detail_name {
	font-size: 14px;
	color: #0a4675;
	font-style: italic;
}

.parentStoriesLink a {	color: #0a4675; }

