BODY{
	background-color : White;
	background-image : url('/Images/redbkgnd.gif');
	background-repeat : repeat-y;
	font-family : sans-serif;
}

A:LINK {
	color : Blue;
}

A:HOVER {
	color : Gray;
}

A:VISITED {
	color : Red;
}

A:VISITED:HOVER {
	color : gray;
}

A:LINK {
	color : Blue;
}

A.MainMenu {
	background-color : transparent;
	color : Blue;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
	padding : 2px;
	width : 165px;
}

A.MainMenu:HOVER {
	background-color : White;
	color : Gray;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
	padding : 2px;
	width : 165px;
}

A.MainMenu:VISITED {
	background-color : transparent;
	color : Red;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
	padding : 2px;
	width : 165px;
}

A.MainMenu:VISITED:HOVER {
	background-color : White;
	color : gray;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
	padding : 2px;
	width : 165px;
}

TD.MainMenu{
	background-color : Silver;
	border-color : Gray;
	border-style : groove;
	border-width : thin;
	font-family : sans-serif;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
	width : 165px;
}

P.Description{
	font-family : serif;
}

td.SuperCategory{
	background : Silver;
	border-color : Gray;
	border-style : groove;
	border-width : thin;
	font-family : sans-serif;
	font-weight : lighter;
	letter-spacing : 2;
	padding : 4px;
	width : 600px;
}

table.SmallProductImg{
	background-color : Black;
	border-color : Gray;
	border-style : groove;
	border-width : thin;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 3px;
	padding-top: 1px;
}

td.CategoryHeader{
	background-color : Silver;
	border-style : groove;
	border-width : thin;
	font-family : sans-serif;
	font-size : larger;
	font-weight : lighter;
	padding : 4px;
	width : 600px;
}

LI.CategoryList{
	background-color : white;
	font-family:sans-serif;
	font-size : xx-small;
	font-weight : normal;
	list-style-type : disc;
}

	
td.supercategoryIMG{
	background-color : White;
}


 LI.Scale{
	background-color : white;
	font-family: sans-serif;
	font-size : xx-small;
	font-weight : normal;
	list-style-type : disc;
}


A.TopMenu{
	background-color : transparent;
	color : Blue;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
}

A.TopMenu:HOVER {
	background-color : White;
	color : Gray;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;
}

A.TopMenu:VISITED {
	background-color : transparent;
	color : Red;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;

}

A.TopMenu:VISITED:HOVER {
	background-color : White;
	color : gray;
	font-size : x-small;
	font-weight : lighter;
	margin : 2px 2px;

}

TD.TopMenu{
	background-color : #CCCC99;
	font-family : sans-serif;
	font-size : x-small;
	font-weight : lighter;
	padding: 4px;
}

a.white{
	color:white;
}
a.white:visited{
	color:white;
}

a.white:visited:hover{
	color:gray;
}
