
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #eef6e7;
	text-align:center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 60%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

.small_link {
	font-size: 12px;
	}

/**************** table border *****************/


.bodyTextBox		{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	width: 959px;
	cellpadding: 0,0,0,5px;
	text-align:center;
}

.bodyTextBox a.link		{
	color: #0066CC;
	text-decoration: none;
}

.bodyTextBox a.link:hover	{
	color: #66CC00;
	text-decoration: underline;
}

/********************* end **********************/


