/* Cascading Style Sheet (CSS) bildaspagecss.css for bildaspub.com */
/* This is the work of Fat Paw Design, Hubertus, WI copyright 2005 - 2008 */
/* Current as of 2008/07/11 */

*	{
	margin: 0;
	padding: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,cite,form,fieldset,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

p,dl,ol,ul	{
	font-size: 1.0em;
	margin-bottom: 1.5em;
}

h2	{
	font-size: 1.5em;
	line-height: 1.0em;
}

h3	{
	font-size: 1.25em;
	line-height: 1.20em;
}

h4	{
	font-size: 1.0em;
	line-height: 1.5em;
}

h5	{
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1.5em;
}
	
dl,ul	{
	list-style: none;
}

dl,ol,ul	{
	list-style-position: outside;
	margin-left: 30px;
}

dd	{
	margin-left: 15px;
}

:link,:visited	{
	text-decoration: none;
}

img,a img,:link img,:visited img	{
	border: none;
}

a:link, a:visited {
	text-decoration: underline;
}

.fleft	{
	float: left;
}

.fright	{
	float: right;
}

.clearboth	{
	clear: both;
}

abbr,acronym,dfn {
	cursor: help;
}

abbr,dfn	{
	border-bottom: dashed 1px gray;
	font-style: italic;
}

acronym,address	{
	font-style: normal;
}

code,kbd,pre	{
	font-family: "Courier New", monospace;
	font-size: 1em; 
}

cite	{
	font-family: "Arial", sans-serif;
	font-size: 100%;
	font-weight: bold;
}

a:link	{
	color: #81620d;
	font-weight: bold;
}

a:visited	{
	color: #81620d;
}

a:hover, a:visited:hover	{
	color: #002279;
	background-color: #dfe8f7;
}

a.nolink:hover	{
	color: #000;
}

a.return	{
	color: #00f;
}

a.youarehere	{
	color: #fff;
}

/*base.css*/

body,html   {
	font-size: 100%;
	color: black;
	background: #4a6db8 url(pagebackground.gif) repeat top left;
}

.blue	{
	color: blue;
}

.brown	{
	color: brown;
}

.green	{
	color: green;
}

.navy	{
	color: navy;
}

.red	{
	color: red;
}

.silver	{
	color: silver;
}

.tal	{
	text-align: center;
}
