.mainContainerHolder
{
  border: 1px solid #34517d;
  padding: 15px;
  margin: 0px;
  background-color: #fff;
}
.ctitle, .ctitle span, .ccontent, .ccontent span
{
	border:0px;
	margin:0px;
	padding:0px;		
}
.ctitle span
{
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #34517D;
  font-size: 1.0em;
  font-weight: bold;
}
.ccontent span
{
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 0.7em;
  line-height: 1.5em;
}
.ccontent span a
{
  color: #3e8fc2;
  text-decoration: underline;
  font-weight: bold;
}
.ccontent span a:hover
{
  color: #0F88D4;
  text-decoration: none;
}

