/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 90%;
	font-weight: normal;
	color: #fff;
	background-color:#7B1400;
}

.Title   {
	font-family: "Lucida Grande", Verdana, Arial;
	padding-top: 0px;
	font-size: 90%;
	font-weight: normal;
	color: #fff;
}

/* background color for the content part of the pages */
Body
{
    
}



.FooterPane {
    
}

.normal {
    font-weight: normal;
    font-size: 90%;
    color: #000000;
	font-family: "Lucida Grande", Verdana, Arial;
    text-decoration: none
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 85%;
    color: black;
	font-family: "Lucida Grande", Verdana, Arial;
    text-decoration: none;
}

.borderbox{
border:5px solid grey;
}

.MyH2  {
  font-weight:400;
  FONT-SIZE: 18px;
  margin-left:10px;
  margin-bottom:5px;
  margin-right:10px;
  text-align:left;
  margin-top: 0px;
  COLOR: #2d5987;	
  FONT-FAMILY: "Lucida Grande", Verdana, Arial;
}
.normal2
{
	font-weight: normal;
    font-size: 11px;
    color: #000000;
	font-family: "Lucida Grande", Verdana, Arial;
    text-decoration: none
	}
