body
	{	background-color: #ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #393939;
		line-height: 150%;
		margin: 10px
	}
	
.text
	{	margin: 15px; }

.sub
	{	margin: 10px;
		padding: 5px;
		border: 1px solid #dddddd;
		background-color: #ffffff;
	}

.item
	{	font-weight: bold;
		text-decoration: underline;
		}

.copy
	{	font-size: xx-small;
		text-align: center;
	}

.navbar
	{	letter-spacing: 0.5em;
		padding-left: 10px;
	}

h1,h2,h3,h4,h5,h6
	{	font-family: Arial, Helvetica, sans-serif;
		color: #393939;
	}

h6
	{	font-size: 12px;
		padding: 0px;
		line-height: 100%;
	}

a
	{	text-decoration: none;	}

a:link
	{	color: #000066;	}

a:visited
	{	color: #333399;	}

a:hover
	{	color: #cc0000;
		border-bottom:1px dotted #cc0000;
	}

a:active
	{	color: #cc0000;
		border-bottom: 1px dotted #cc0000;
	}

table
	{	border: 1px solid #cccccc;
		font-size: xx-small;
	}

td
	{	border: 1px solid #cccccc;
		font-size: xx-small;
	}

td.bg
	{	background-image: url('../pix/bg.gif');
		background-repeat: repeat;
	}

ul
	{	list-style-type: square;	}

li
	{	line-height: 150%;	}
