	
	body {
		text-align:left;
		}

	#titles {
		background-color: transparent;
		font-family: verdana;
		font-size: 16px;
		font-weight:bold;
		text-align: left;
		text-valign: top;
		color: #003300;
		}
	#itemtitle {
		background-color: transparent;
		font-family: verdana;
		font-size: 13px;
		font-weight:bold;
		text-align: left;
		text-valign: top;
		color: #003300;
		}
	#item {
		background-color: transparent;
		font-family: verdana;
		font-size: 12px;
		text-align: left;
		text-valign: top;
		color: #003300;
		}
	#price {
		background-color: transparent;
		font-family: verdana;
		font-size: 13px;
		font-weight:bold;
		text-align: left;
		text-valign: top;
		color: #003300;
		}
		
	#maincontent {
		background-color: transparent;
		font-family: verdana;
		font-size: 11px;
		text-align: left;
		color: #003300;
		}

	#smallcontent {
		background-color: #FFFFFF;
		font-family: verdana;
		font-size: 11px;
		text-align: center;
		color: #339999;
		}

	#topbar {
		font-family: verdana;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		background-color: transparent;
		}
	#links {
		font-family: verdana;
		font-size: 11px;
		color: #003300;
		text-align: left;
		background-color: transparent;
		}
	#footer {
		font-family: verdana;
		font-size: 11px;
		color: #FFFFFF;
		text-align: center;
		background-color: transparent;
		}

	a:link
		{
		color: #FFFFFF;
		text-decoration: none
		}

	a:visited
		{	
		color: #FFFFFF;
		text-decoration: none
		}

	a:hover
		{
		color: #99cc99;
		text-decoration: none;
		}

	a:active
		{	
		color: #FFFFFF;
		text-decoration: none
		}

	a.footer:link
		{
		color: #FFFFFF;
		text-decoration: none
		}

	a.footer:visited
		{	
		color: #FFFFFF;
		text-decoration: none
		}

	a.footer:hover
		{
		color: #FF0000;
		text-decoration: none;
		}

	a.footer:active
		{	
		color: #FFFFFF;
		text-decoration: none
		}

