
/*
 * Default styles - these affect tags directly
 */

body {
  font-family:		verdana,arial,helvetica,sans-serif;
  font-size:		12px;
  margin:		15px;
  background-color:	#ffffff
}

/*
 * "Classed" styles - these have to be applied directly, e.g.
 * <table class="bordered"> or <td class="odd_list">
 */

h1.pagetop {
  font-size:		18px;
  font-style:		bold;
  border:		8px solid #7f0000;
  border-left:		0px;
  border-right:		0px;
  margin:		-15px;
  margin-bottom:	7px;
  background-color:	#ffffcc;
  padding:		5px 5px 5px 15px;
}

.iblock {
  font-style:		italic;
  border:		1px solid #7f0000;
  background-color:	#ffffef;
  padding:		10px;
  white-space:		nowrap;
}

.imageborder {
  float: right;
  display: block;
  position: relative;
  background-color: #ffffff; 
  border: 1px solid #7f0000; 
  margin: -35px 10px 6px 6px;
  padding: 4px;
}
