<!--

// Insert this between <head></head>
// Determine the color of your text by changing the codes below.
// A:link is the color of the text.
// A:hover is when roll-over it.
// Text-decorations are for example: underline, overline.

A:link {color: #666666; text-decoration: none;}
A:active {color: #FF99FF; text-decoration: none;}
A:visited {color: #666666; text-decoration: none;}
A:hover {color: #FF99FF; text-decoration: underline;}


.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
	text-transform: capitalize;

}


.signin-inputbox {
	BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: .95em; BORDER-LEFT-COLOR: #000000; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #000000; COLOR: #000000; BORDER-TOP-COLOR: #000000; FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif; BACKGROUND-COLOR: #ffffff; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #000000
}

		.netscape6problem		{ font-family: Verdana,Arial,Helvetica; font-size: 10px; }
		.smallnormal			{ font-family: Arial, Verdana, Helvetica; font-size: 12px; color:#666666; font-weight: normal; text-decoration: none;}
		.smallnormaltable		{ font-family: Arial,Verdana,Helvetica; font-size: 9px; color: black; }
		.smallnormaltablealt		{ font-family: Verdana,Arial,Helvetica; font-size: 10px; color: red; }
		.mednormal				{ font-family: Verdana,Arial,Helvetica; font-size: 12px }
		.mednormaltable		{ font-family: Verdana,Arial,Helvetica; font-size: 12px; color: black; }
		.mednormalhighlight		{ font-family: Verdana,Arial,Helvetica; font-size: 12px; color: black; background: #FFEE00; }
		.medbold				{ font-family: Arial,Verdana,,Helvetica; font-size: 12px; font-weight: bold }
		.medboldalt				{ font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: red; }
		.medboldtable			{ font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; color: black; }
		.largebold				{ font-family: Verdana,Arial,Helvetica; font-size: 18px; font-weight: bold; color: black;  }
		.smallcompact			{ font-family: Verdana,Arial,Helvetica; font-size: 10px }
		.smallbold				{ font-family: Arial,Verdana,Helvetica; font-size: 10px; font-weight: bold }
		.smallboldtable			{ font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: black; }
		.smallboldtablealt		{ font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: red; }
		.smallboldtabletop		{ font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: gray; }
		.smallboldtemplate		{ font-family: Verdana,Arial,Helvetica; font-size: 10px; font-weight: bold; color: #BBBBBB; }
		.smallboldfooter			{ font-family: Verdana,Arial,Helvetica; font-size: 10px; color: gray; }
		.locationbar				{ font-family: Verdana,Arial,Helvetica; font-size: 10px; color: black; }
		
		A:link					{text-decoration: underline; color: blue; }
		A:visited				{text-decoration: underline; color: blue; }
		A:hover					{text-decoration: underline; color: red; }
		
		A.minibasket:link		{text-decoration: underline; color: blue; }
		A.minibasket:visited		{text-decoration: underline; color: blue; }
		A.minibasket:hover		{text-decoration: underline; color: red; }
		
		A.table:link				{text-decoration: underline; color: blue; }
		A.table:visited			{text-decoration: underline; color: blue; }
		A.table:hover			{text-decoration: underline; color: red; }
		
		A.templatemenu:link			{font-weight: bold; text-decoration: none; color: gray; }
		A.templatemenu:visited		{font-weight: bold; text-decoration: none; color: gray; }
		A.templatemenu:hover		{font-weight: bold; text-decoration: none; color: white; background-color: gray; }
		
		A.locationlink:link		{text-decoration: underline; color: black; }
		A.locationlink:visited		{text-decoration: underline; color: black; }
		A.locationlink:hover		{text-decoration: underline; color: 7690A6; }
		
		table.minibasket			{background-color: #FFFFFF; }
		tr.minibasketline 		{background-color: #A68C76; }
		
		hr		{ height: 1; color: #DDDDDD }
		pre		{ font-family: Courier; font-size: 10px; }
		select	{ font-family: Verdana; font-size: 10px; color: black; background-color: white; border-color: #DDDDDD; }
		
		table.mainpage				{background-color: white; }
		tr.mainpagetableline 		{background-color: #7690A6; }
		tr.mainpagetableline2 		{background-color: #CCCCCC; }
		tr.mainpagetablespecial		{background-color: #DDDDDD; }
		tr.mainpageversionhighlight	{background-color: #FFEE00; }
		
		td.shortformatproduct {border: solid 1px; border-color: #EFD5BF; background-color: #FFFFFF; }
		
		.buttonstyle	{font-family: Verdana; font-size: 10px; font-weight: bold; color: black; background-color: #EFD5BF; }
		.buttonstyleFFFFF	{font-family: Verdana; font-size: 10px; font-weight: normal; color: black; background-color: #FFFFFF; }

-->