body {
  font-family: Arial, Helvetica, sans-serif;
}
p {
 text-align: justify;
}

p.center {
 text-align: center;
}



/*
** Footer area
*/

#footer {
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 font-size: 11px;
 text-decoration: none;
}
#footer a {
 font-family: Arial, Helvetica, sans-serif;
 color: white;
 font-size: 11px;
 text-decoration: none;
 font-weight: normal;
}
#footer a:hover {
 text-decoration: underline;
}

/*
** Header Area
*/

.header {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: black;
 font-size: 16px;
 text-decoration: none;
}

.subheader {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: black;
 font-size: 14px;
 text-decoration: none;
}
.address {
 font-family: "Times New Roman", Times, serif;
 font-size: 12px;
}

/*
** Backgrounds
*/

.darkbg {
  background: #B6BFD6;
  font-size: 14;
}
.lightbg{
  background: #D4D4D4;
  font-size: 14;
}

/*
** Content layout
*/

#content_holder {
 padding 10px;
 background-color: #FFFFFF;
}
#content {
 width: 555px;
 margin: 0;
 padding: 5px 10px;
 background-color: #F2F2F2;
}
.leftContent {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
}
.leftContent b {
  font-size: 13px;
}
/*
** Link formating
*/

a:link, a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #3c518a;
 font-size: 12px;
 text-decoration: none;
}
a:hover, a:active {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 color: #1A233C;
 font-size: 12px;
 text-decoration: none;
}

/*
** Text Formating
*/

.error_message {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #FF0000;
}

.text_pheader {
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 18px;
 color: #3c518a;
}