/* Wilandra Consulting LLC web page style sheet */
/* Copyright (c) 1998-2010 Wilandra Consulting LLC.  All rights reserved. */

body
	{
		background-color:#ffffff;
		color:#000000;
	}
body.main
	{
		background-color:#ffffc0;
		color:#000000;
	}
body.navbar
	{
		background-color:#ffffff;
		color:#000000;
	}
body.header
	{
		background-color:#ffffff;
		color:#000000;
	}
body.footer
	{
		background-color:#ffffff;
		color:#000000;
	}

span.companyname
	{
		color:#0000FF;
		font-family:Times New Roman,Times;
		font-weight:bold;
	}
span.c2
	{
		font-size:144%;
		text-align:center;
		height:40;
	}

hr.center
	{
		text-align:center;
		width:80%;
		height:4;
		background-color:#008000;
	}
hr.dlbreak
	{
		text-align:center;
		width:100%;
		height:3;
		background-color:#008000;
	}

div.center
	{ text-align:center; }

p.c1
	{
		font-weight:bold;
		text-align:left;
		height:50;
	}
p.indexlist
	{
		font-size:normal;
		font-weight:normal;
		font-size-adjust:0;
		padding:0px;
	}

i.tagline
	{ font-size:80%; }

ul.navbar
	{
		list-style-type:none;
		/* font-size:small; */
		font-size:80%;
		font-weight:normal;
		padding:5px;
	}
ul.indexlist
	{
		list-style-image: url('./Wilandra_files/CircleW.gif');
		font-size-adjust:1;
		font-weight:bold;
		padding-left:5px;
	}
ul.linklist
	{
		list-style-image:none;
		list-style-type:none;
		font-size:normal;
		font-weight:normal;
		font-size-adjust:0;
		padding:0px;
	}
ul.linksublist
	{
		list-style-image:none;
		list-style-type:none;
		font-size:normal;
		font-weight:normal;
		font-size-adjust:0;
		padding-left:10px;
	}

li.breaker
	{
		list-style-image:none;
		list-style-type:none;
		padding:0px;
	}

td.top
	{
		border-top-width:medium;
		border-top-style:solid;
		border-top-color:black;
		border-left-width:medium;
		border-left-style:solid;
		border-left-color:black;
		border-right-width:medium;
		border-right-style:solid;
		border-right-color:black;
	}
td.bottom
	{
		border-bottom-width:medium;
		border-bottom-style:solid;
		border-bottom-color:black;
		border-left-width:medium;
		border-left-style:solid;
		border-left-color:black;
		border-right-width:medium;
		border-right-style:solid;
		border-right-color:black;
		padding-left:5px;
		padding-right:5px;
	}
td.header
	{
		padding-left:0px;
	}
