


/* title text */
h1 { font-size: 230%; font-weight: bold; color: #000000; text-align: center; margin-top:20px; font-family: Arial, Helvetica, sans-serif;  }

/* sub title text */
h2 { font-size: 150%; font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif;  }

p.topcent { 
margin: 0px 20px -30px 10px;
font-size: 125%;
padding-top: 1%;
text-align: center;
background-color: #fff;
color:#000;
}

/* table cells center align */
.midcell {text-align: center;}

/* main black text */ 
p { margin-right: 3%; font-weight: bold; font-size: 100%; font-family: Arial, Helvetica, sans-serif;  }

.listmenu { margin-right: 3%; font-weight: bold; font-size: 100%; font-family: Arial, Helvetica, sans-serif;  }

ul.acc {
	list-style: none;
}

/*caption*/
  caption.cap {
  margin-right: 3%; font-weight: bold; font-size: 100%;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

/*large caption*/
  caption.larcap {
  margin-right: 3%; font-weight: bold; font-size: 150%;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
}

/*underline*/
.underline { text-decoration: underline;
	background-color: #FFF;
color:#000;
}

/*titles*/
.large { font-size: 150%; font-weight: bold; color: #000000; font-family: Arial, Helvetica, sans-serif; }

/*space*/
div.space {
	margin-top: 10%;
}

