/*CSS written & crafted by dan@wild.net.au*/

/*Vanilla 'HTML-Element' styles*/

a { text-decoration: none; }
a:visited { color: #3366CC; text-decoration: none; }
a:visited:hover { color: #3366CC; text-decoration: underline; }
a:hover { text-decoration: underline; }
/*a classes*/
a.incognito{text-decoration: none; color: #000;}
a:visited.incognito{text-decoration: none; color: #000;}
a:hover.incognito { text-decoration: underline; }

body{
	background-image: url(../images/logo_02.jpg);
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}
body,td,p{
	font-size: xx-small;
	font-style: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 22px;
}
p{
	background-color: transparent;
	/*text-align: left;*/
}

table {
	/*font-size: 12px;*/
	height: 90%;
	padding-top: 3px;
	width: 70%;
}

/*Address Styles Effect Most Pages*/

address					{ font-size: x-small;  text-align: left;  }

address.name			{ font-weight: bold;  font-style: normal;  }

address.blurb			{ font-weight: normal; font-style: italic;  }

address.contact		{ font-style: normal;   margin-bottom: 7px; }

p.center					{ text-align: center;}
p.back, p.pph_and_co { font-size: xx-small; }
.small					{ font-size: xx-small;}
.small_ital				{ font-size: xx-small; font-style: italic;}
/*Spacing Controls*/

p.hs_14{
	margin-bottom: 14px;
}

/*captioning images*/

div.figure {
  width: auto;
  border: 0px solid silver;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center
}
p.caption {
  font-style: italic;
  vertical-align: bottom;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}
.img_tab{
	width: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.left{
	text-align: left;
}