H2.H2Title {
	display: inline;
	font-family: Georgia, serif;
	color: yellow;
}

.RoundBlueContent {
	width: 98%;
}

.RoundBlueContent a:link, .RoundBlueContent a:active, .RoundBlueContent a:visited {
	color: yellow;
	font-weight: bold;
}

.RoundBlue {
	/* border: 1px solid red; */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

.RoundBlueUL {
	height: 14px;
	width: 14px;
	background-color: #0f0;
	background-image: url("images/blue-cont-UL.gif");
	background-repeat: no-repeat;
	float: left;
}

.RoundBlueUR {
	height: 14px;
	width: 14px;
	background-color: #0f0;
	background-image: url("images/blue-cont-UR.gif");
	background-repeat: no-repeat;
	float: right;
}

.RoundBlueTop {
	background-color: #5c5c99;
}

.RoundBlueContent {
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

.RoundBlueActions {

}

.RoundBlueBottom {
	height: 14px;
}

.RoundBlueLL {
	height: 14px;
	width: 14px;
	background-image: url("images/blue-cont-LL.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

.RoundBlueLR {
	height: 14px;
	width: 14px;
	background-image: url("images/blue-cont-LR.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
}

