/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
  color: #666666;
  font-size: .8em;
   font-style: italic;

}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	  color: #1B388C;
  font-size: 1em;
  text-align: left;
  margin-bottom: 10px;
   font-style: italic;

}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
}

th {
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.centredtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	font-size: .8em;
	text-align: center;
   	font-style: italic;
}

.bluetext {
	  color: #1B388C;
}
.purpletext {
	color: #996699
	}

.seperator {
	  color: #1B388C;
  text-align: center;

}


div.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	  color: #666666;
  font-size: .8em;
  text-align: left;
   font-style: italic;

}

div.indent1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	  color: #666666;
  font-size: .8em;
  text-align: left;
   margin-left: 20px;
 font-style: italic;
}

div.indent2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
  	font-size: .9em;
  	text-align: left;
   	margin-left: 40px;
 	font-style: italic;
}

a {
 color: #1B388C;
 text-decoration: none;
 }
 
a hover {
 color: #1B388C;
 text-decoration: underline;
 } 
 
ul { list-style-image: url(images/bullet2.gif); }  
 
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	  color: #666666;
  font-size: .8em;
 margin-left: 20px;
 text-align: left;
 margin-bottom: 8px;
 font-style: italic;
/* background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
 list-style-image: url("images/bullet.gif");*/
 }