/* CSS Document */



/* CONTENT (Free form) Box*/

.gem-content{
	/* Define any special qualities of a content box. Default is to be a standard DIV */
}

/* STORY BLURB BOX */

.gem-story-blurb{
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
}

.blurb_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;

}
.blurb_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold!important;
	color: #3D6CA2!important;
	padding:0px 0px 3px 0px	!important;
	margin:0!important;
	text-align:center;
}
.story_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #0099CC;
}

.blurb_box a{
	text-decoration: none;
	color: blue;
}
.blurb_box a:hover{
	color: red;
	text-decoration: underline;
}
	

.story_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

.story_back_text{
	color:#275494!important;
	margin: 5px 0px 0px 0px !important;
	text-align: left;
}
.story_back_text a{
	color:#275494;
	text-decoration:underline;
}

div.stories_internal {
	height: auto;
	width: auto;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;

}