body {
  color: #000000;
  background-color: #ffffff;
  background-image: url(../images/bg-img.gif);
  margin: 0px;
  text-align: center;
}
#header1 {
  background-image: url(../images/hd-bg.gif);
}
#header2 {
  width: 702px;
  text-align: left;
  margin: 0px auto;
}
#main {
  text-align: left;
  width: 702px;
  background-color: #ffffff;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin: 0px auto;
}
#footer {
  background-color: #ffffff;
  border-top: 2px solid #000000;
  font-size: 0.7em;
  line-height: 110%;
  padding: 15px;
}
a {
  color: #000099;
  text-decoration: line;
}
a:hover{
  color: #ff6600;
  text-decoration: line;
}
h1 {
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}
h2 {
  font-size: 13px;
  margin: 0px 0px 0px 0px;
}
h3 {
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}
.bg-black {
  background: #000000;
}
.bg-white {
  background: #FFFFFF;
}
.bg-blue {
  background: #0066CC;
}
.bg-gray {
  background: #EDEDED;
}
.bg-perple {
  background: #CC33CC;
}
.bg-pink {
  background: #E84B9D;
}
.txt-blue {
  color:#0066CC;
}
.txt-navy {
  color:#0000FF;
}
em {
  font-size: 140%;
  font-style: normal;
  text-decoration: none;
}
input,textarea,select,option {
  color:#000000;
  font-size: 14px;
  line-height: 120%;
}

.sessionday {
	width:200px;
	border:none;
	border-collapse:collapse;
	margin-top:1em;
}
.sessionday td {
	padding: 0.5em;
	border-top:2px dotted #cccccc;
	border-bottom:2px dotted #cccccc;
	border-left:none;
	border-right:none;
	empty-cells:show;
}


