/* CSS Document */

body {
  text-align: center;
  	font-family: sans-serif, Verdana,  Arial;
	font-size: 14px;
	color: #000000;
	background: url(stripe.gif);
    background-repeat: repeat-x;
	margin-top: 0px;
}

.blk18 {
  	font-family: sans-serif, Verdana,  Arial;
	font-size: 18px;
	color: #000000;
}
.wht14 {
  	font-family: sans-serif, Verdana,  Arial;
	font-size: 14px;
	color: #ffffff;
}
.H1 {
  	font-family: sans-serif, Verdana,  Arial;
	font-size: 24px;
	color: #000000;
}
.H2 {
  	font-family: sans-serif, Verdana,  Arial;
	font-size: 20px;
	color: #000000;
}

.heading {
  font weight: bold;
  text-align: right;
  padding: 5px 5px 30px 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

.container {
  width: 800px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}
 
.left {
  /* font weight: bold; */
  float: left;
  padding: 40px 5px 110px 5px;
  width: 220px;
  background-color: #CCCCCC;
}

.middle {
  font weight: bold;
  top: 0px;
  padding: 20px 0px 20px 0px;
  margin-left: 5px;
  margin-right: 5px;
}

.right {
  float: right;
  padding: 40px 5px 110px 5px;;
  width: 230px;
  background-color: #CCCCCC;
}

.footer {
  padding: 5px 0px 10px 0px;
  font weight: bold;
  text-align: center;
  clear: both;
  background-color: #CCCCCC;
}

a:link {
	font-family: sans-serif, Verdana, Arial;
	font-size: 14px;
	font weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	font-family: sans-serif, Verdana, Arial;
	font-size: 14px;
	font weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-family: sans-serif, Verdana, Arial;
	font-size: 14px;
    font weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: sans-serif, Verdana, Arial;
	font-size: 14px;
	font weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a.med:link {
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.med:visited {
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.med:active {
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.med:hover {
	font-family: sans-serif, Verdana, Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}
