/*
-----------------------------------------------
Bradley Consulting CSS Master
author:   Joris Machielse
version:  7 May 2004
----------------------------------------------- */

/* Imported Styles
----------------------------------------------- */
@import url("base.css");
@import url("pictures.css.php");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #EAE4D5;
	color: #000;
	}
.print {
	display: none;
	}

/* Titles
----------------------------------------------- */
h1 {
	color: #000;
	}
h2, h3, h4 {
	color: #000;
	}
hr {
	margin-top: 1em;
	}


/* Tables
----------------------------------------------- */
th, td {
	text-align: left;
	vertical-align: top;
	}


/* Miscellaneous
----------------------------------------------- */
a img {
	border-width: 0;
	border-style: none;
	color: #fff;
	}

/* IE5/Mac Only Styles
   Uses the IE5/Mac Band Pass Filter:
   http://stopdesign.com/examples/ie5mac-bpf/
----------------------------------------------- */
/*\*//*/
@import url("ie5mac.css");
/**/