body
{
		font-size: small;
		color: #666;
		margin: 0;
		background-image: url(images/page_background.gif);
		font-family: arial, helvetica, sans serif;
}

p
{
		margin-right: 20px;	
}

table
{
		font-size: small;
		background-color: white;
}

li
{
		list-style-image: url(images/bullet.gif);
}

h1
{
		font-size: small;
		color: #666;
		margin-top: 20px;
		font-family: arial, helvetica, sans serif;
}

.darkgreen
{
		color: #006600;
		font-size: 85%;
		font-weight: bold;
		background-color: #e9f8d6;
		border: 1px solid #24AB27;
		padding: 5px;	
}

.bar
{
		background-color: #24AB27;
		font-weight: bold;
		color: white;
		padding: 5px;
}

.producttable
{
		border: 1px solid #24AB27;
}

.details
{
		color: #006600;
		background-color: #e9f8d6;
		border-left: 1px solid #24AB27;
		padding: 5px;	
}

a:link
{
	color: blue;
	text-decoration: none;
}

a:visited
{
	color: navy;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a:active
{
	color: navy;
	text-decoration: none;
}

#sidebar
{
	height: 600px;
	
}
