body {
	background-color: #FFEDC8;
	background-image:url(images/back1.gif);
}

A:hover  { color : red;
	                 background-color : #999999 }
.style1 {
	font-size: 13px; line-height: 20px;
	
}
.style2 {font-size: 12px}
body,td,th {font-size: 12px;
}



.style17 {color: #FF0000}
.style18 {font-size: 18px}
.style4 {
	font-size: 10px;
	color: #FF0000;
}
.style6 {font-size: 10px; }
.style16 {font-size: 12px; font-weight: bold; }
.style19 {color: #FFFFFF;
          line-height: 20px;}
.style20 {font-weight: bold}
.style21 {font: bold 16px}
.style23 {color: #003300}
.style24 {color: #006600}
.style25 {color: #ff6500}

h1 {
	font-size:1em;
	color:#000000;
	
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	text-align:left;
	margin-bottom:0;
	margin-top:0;
	}
h2 {
	font-size:1.3em;
	color:#ffffff;
	background-color:#003399;
	padding-top:1px;
	padding-bottom:;
	padding-left:5px;
	margin-top:0;
	margin-bottom:0;
	}
h3 {
	font-size:1.2em;
	color:#ffffff;
	background-color:#003399;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	text-align:left;
	margin-bottom:0;
	margin-top:0;
	}
h4 {
	font-size:1.0em;
	color:#ffffff;
	background-color:#FF6600;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:10px;
	text-align:left;
	margin-bottom:0;
	margin-top:0;
	}	
	
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
li {
  display: inline;
  line-height: 1.8;
  white-space: nowrap;
}
li a {
  text-decoration: none;
  padding: 0.2em 0.8em;
  color: #fff;
  background: #000066;
}
li a:hover {
  color: #fff;
  background: #fc0;
}

table.schedule{
    border: solid 1px #cc0000;
	border-collapse:collapse;
	}
table.schedule th {
    border-style: solid;
	border-width: 1px 1px;
	border-color: #cc0000  #cc8000;	
}

table.schedule td {
    border: solid 1px #cc8000;
	}	

span.handline{
    background-image: url("images/handline_red.gif");
	background-repeat : repeat-x;
	background-position : bottom;
	padding-bottom: 0.2em;
	}
p {
    line-height:1.5;
	}	
	
p.minibox {
     width: 90%;
	 height: 100px;
	 overflow: auto;
	 background-color: ;
	 border: dashed 1px green;
	 padding: 0.3em;
	 line-height: 1.4em;
	 }	
