body {
  font-family : lucida sans, geneva, verdana, arial, sans-serif;
  margin: 0px;
  text-align: center;
}


a:link {
color: #143053;
font-weight : normal;  
text-decoration:none;
}

a:visited {
color: #4C72A1;
font-weight : normal; 
text-decoration:none;
}

a:hover {
color: #4C72A1;
font-weight : normal; 
text-decoration:underline;
}

a:active {
color: #4C72A1;
font-weight : normal; 
text-decoration:underline;
}

h1 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:normal; font-size:28px; color: #477DA7;}
h2 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:normal; font-size:20px; color: #477DA7;}
h3 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:normal; font-size:16px; color: #477DA7;}
h4 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:normal; font-size:14px; color: #477DA7; margin-bottom:5px;}
h5 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:bold; font-size:12px; color: #477DA7;}
h6 {font-family: tahoma, helvetica, verdana, arial, sans-serif; font-weight:bold; font-size:11px; color: #477DA7;}



td {
  font-size: 13px; 
  color : #4A4A4A;
  line-height: 1.3;
}

.content {
  margin-top:20px;
  margin-right:20px;
  margin-bottom:20px;
  margin-left:20px;
}


.footer {
  text-decoration:none;
  font-size:12px;
  color:#000000;
  font-weight:bold;
  line-height: 1.5;
}
.footer a { 
  font-size:12px;
  font-weight:bold;
}
.footer a:hover {
  font-size:12px;
  font-weight:bold;
}
.footer a:visited {
  font-size:12px;
  font-weight:bold;
}

.footerB {
  margin-top:0px;
  margin-bottom:10px;
  text-decoration:none;
  font-size:11px;
  color:#666666;
  font-weight:normal;
}
.footerB a { 
  text-decoration:none;
  font-size:11px;
  color:#666666;
  font-weight:normal;
}
.footerB a:hover {
  text-decoration:none;
  font-size:11px;
  color:#666666;
  font-weight:normal;
}
.footerB a:visited {
  text-decoration:none;
  font-size:11px;
  color:#666666;
  font-weight:normal;
}



.container { }
.left { float: left; width : 30%; }
.right { float: right; width : 70%; vertical-align:text-top;}
.spacer { clear: both; }


#container { 
  width: 740px; 
/*  border: 1px solid red;  */
}
#left {
  float: left;
  width: 15%;
}
#right {
  float: left;
  width: 85%;
}
#spacer { clear:both; }



#4-1 {
  float: left;
  width: 25%;
  padding-right: 10px;
}
#4-2 {
  float: left;
  width: 25%;
  padding-right: 10px;
}
#4-3 {
  float: left;
  width: 25%;
  padding-right: 10px;
}
#4-4 {
  float: left;
  width: 25%;
  padding-right: 10px;
}



.asterisk {
  color:#FF0000;
  font-weight:normal;
}