BODY {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color : Black;
}

P {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color : Black;
}

LI {
	font-size: 10pt;
}
LI.htmlList {
	font-size: 10pt;
}
LI.productList {
	font-size: 10pt;
}

LI.linkList {
	font-size: 10pt;
}


LI.Intro {
	list-style-image : none;
	list-style-type : none;
	font-size: medium;
	color: Black;
	font-weight: bold;
}

H1 {
	font-size : 20pt;
	color : #9f9d24;
	font-weight : bold;
}

H2 {
	font-size : 16pt;
	color : #9f9d24;
	font-weight : bold;
}

H3 {
	font-size : 12pt;
	color : #9f9d24;
	font-weight : bold;
}

A:link {
	color: #9f9d24;
	font-weight: bold;
	text-decoration : none;
}

A:active {
	color: #9f9d24;
	font-weight: bold;
	text-decoration : none;
}

A:hover {
	color: #791a98;
	font-weight: bold;
	text-decoration : none;
}

A:visited {
	color: #791a98;
	font-weight: bold;
	text-decoration : none;
}


P.Copyright {
	font-size: xx-small;
}

.Item
{	
	font-family : Arial, Verdana, Geneva;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	color: Black;
	background-color: #9f9d24;
	cursor:hand;
}

.ItemSelected
{	
	font-family : Arial, Verdana, Geneva;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
	color: #ffd800;
	background-color: #9f9d24;
	cursor:hand;
}

.ItemChild
{
	font-family : Arial, Verdana, Geneva;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color: Black;
	background-color: #9f9d24;
	cursor:hand;
}

.ItemChildSelected
{
	font-family : Arial, Verdana, Geneva;
	font-size : 10pt;
	font-weight : bold;
	text-decoration : none;
	color: #ffd800;
	background-color: #9f9d24;
	cursor:hand;
}
.ItemDiv
{
	font-family : Arial, Verdana, Geneva;
	font-size : 10pt;
	font-weight : bold;
	color: Black;
	cursor:default;
}