BODY
	{ background-image: url('dawtrina/images/stucco.jpg');
	  font-family: Bitstream Vera Sans, Trebuchet MS, helvetica, sans-serif;
	  font-size: 10pt;
	  font-weight: normal }

P
	{ font-family: Bitstream Vera Sans, Trebuchet MS, helvetica, sans-serif;
	  font-size: 10pt;
	  font-weight: normal }

P.bold
	{ font-weight: bold }

P.right
	{ text-align: right }

P.centre
	{ text-align: center }

P.grey
	{ color: gray }

P.blue
	{ color: blue }

P.red
	{ color: red }

P.fixed
	{ font-family: Courier New, monospace;
	  background: #f2f2f2;
	  border-bottom: 1px solid #ccc;
	  border-top: 1px solid #ccc;
	  display: block;
	  clear:both;
	  line-height: 1.6em;
	  margin-top: 0.9em;
	  padding: 10px }

H1
	{ font-family: Bitstream Vera Sans, Trebuchet MS, helvetica, sans-serif;
	  font-size: 18pt }

H2
	{ font-family: Bitstream Vera Sans, Trebuchet MS, helvetica, sans-serif;
	  font-size: 14pt }

H3
	{ font-family: Bitstream Vera Sans, Trebuchet MS, helvetica, sans-serif;
	  font-size: 12pt;
	  font-weight: normal;
	  text-decoration: underline;
	  line-height: 110%;
	  margin-top: 3%;
	  margin-bottom: 1% }

TABLE.auto
	{ table-layout: automatic }

TABLE.fixed
	{ table-layout: fixed }

A:link
	{ color: blue }

A:visited
	{ color: blue }

A:active
	{ color: blue }

