body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	}

p	{
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 15px;	
	}
	
td, ol, dl, dt, dd {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 100%;
	}
	
ul, li {
	font-size: 11px;
	line-height: 15px;	
	}

form {
	margin: 0px;
	padding: 0px;
}

.inline {
	display: inline;
	}	

a:link, a:visited {
	text-decoration : underline;
	color: #000066;
	}

a:hover {
	text-decoration : underline;
	color: #000066;
	}

a:active {
	text-decoration : none;
	color: #4d6a84;
	}


	/*   Gather ye headlines.  */


h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	}

h1	{
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: bold;
	color: #254992;
	}

h2	{
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	text-align: left;
	font-weight: normal;
	color: #254992;
	}

h3	{
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	letter-spacing: 1px;
	}

h4	{
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0;
	letter-spacing: 1px;
	}	
	
.TextBlueBold {
	font-weight: bold;
	color: #1A3060;
	}

.TextRedBold {
	font-weight: bold;
	color: #CC0000;
	}
.styleHL {
	color:BLACK; 
	background-color:YELLOW
	}
	
#inventoryBox {
	margin: 2px;
	border: 1px dotted #D5CCBB;
	padding: 2px;
	}

