body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #b2001f;
	font-size:12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

td.dark {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7C0016;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a:link 		{text-decoration : underline; color : #e8b3bc ; font-size: 12px; font-weight: bold;}
a:active 	{text-decoration : underline; color : #ce5c70 ; font-size: 12px; font-weight: bold;}
a:hover 	{text-decoration : underline; color : #000000 ; font-size: 12px; font-weight: bold;}
a:visited 	{text-decoration : underline; color : #c2c2c2 ; font-size: 12px; font-weight: bold;}

a.navlink:link 		{text-decoration : underline; color : #FFFFFF ; font-size: 12px; font-weight: bold;}
a.navlink:active 	{text-decoration : underline; color : #FFFFFF ; font-size: 12px; font-weight: bold;}
a.navlink:hover 	{text-decoration : underline; color : #FFFFFF ; font-size: 12px; font-weight: bold;}
a.navlink:visited 	{text-decoration : underline; color : #FFFFFF ; font-size: 12px; font-weight: bold;}

.specialcolor	{color:#FFFFFF;}

input.basketbutton
{
	background-color:#7C0016;
	color:#FFFFFF;
	border-color:#b2001f;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}