body {
   background-color: #fff8dc;
	font-family: Arial, sans-serif;
	font-size: 80%;
}


a:link {color: blue; text-decoration: underline; }
a:active {color: blue; text-decoration: underline }
a:visited {color: blue; text-decoration: underline }
a:hover {color: blue; text-decoration: none; background: #e0e0e0 }

h1 {
	font-size: 1.6em;
	line-height: 1.7em;
	font-weight: bold
}
h2 {
	font-size: 1.4em;
	line-height:  1.5em;
	font-weight: bold
}
h3 {
	font-size: 1.0em;
	line-height:  1.2em;
	font-weight: bold
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
dl { }
dd {}
dt { font-weight: bold; }


.c1 {
	color: #0000FF;
	text-align: left;	
}

.c2 {
	color: #0000FF;
	text-align: center;	
}
.c3 {
	color: #0000FF;
	text-align: left;
	font-weight: bold;	
}

.c4 {
	color: #000000;
	text-align: center;	
}
.c5 {
	color: #0000FF;
	font-size: 1.0em;
	font-weight: bold}




.c6   {
	color: #0000FF;
	text-align: left;	
   font-size: 1.7em;
   line-height: .6 em;
   font-weight: bold
}
.c7   {
	color: #0000FF;
	text-align: center;	
   font-size: 1.7em;
   line-height: 1.8em;
   font-weight: bold
} 


table {
  
   
}


/* the border will be defined by the td tags */
td.RedLine {
 
  border:1px solid red;
  border-collapse:collapse;
  padding:5px;
}

/* let's do a blue... */
td.BlueLine {
  
  border:1px solid blue;
  border-collapse:collapse;
  padding:5px;
}

td.BlackLine {
 
  border:1px solid black;
  border-collapse:collapse;
  padding:5px;
}


