/* bedm.css - All the common styles for the BEDM web site */
/* DJP August 2005 */

/* Set background colour */
body  {
  font-family: sans-serif;
  background-color : white;
  margin-left: 3em;
  margin-right: 3em;
}

/* Use for the page content. */
/* The bottom border delmits buttons */
.workshops
{
	border : medium solid black;
	padding: 10px;
}

/* Use for the page content. */
.workshops2
{
	padding: 0px;
}

p
{
  margin-top: 0px;
  margin-bottom: 0.5em;
}

h1
{
  margin-top: 0.5em;
  margin-bottom: 0.2em;
}

h3
{
  margin-bottom : 5px;
}

h4
{
  margin-top : 0px;
  margin-bottom : 0px;
}

.Future { color: black }

div.Past { display: none; }

tr.Past { color: silver }


.InlineHead {
	font-size : larger;
	font-weight : bold;
}

.MinorText {
	font-size : smaller;
}

p.MinorText {
	margin-top : 0.2em;
	margin-bottom : 0.2em;
}

.indent1{
  margin-left: 1em;
}

.indent2{
  margin-left: 2em;
}

a:link  {
	color : blue;
}

a:visited  {
	color : purple;
}

a:hover  {
	color : red;
}

/* For use in printed forms - shrink all text a bit */
.small {
font-size: smaller;
}

.flright {
  float: right;
}

.flleft {
  float: left;
}

.tcentre{
	text-align: center;
}

/* Used for at signs in addresses */
.inlinegraphic{
  vertical-align: top;
   border: none;
}
 