/* CSS Document */
<!--
.resultLink { /* For the links returned on the results page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.bodyText {  /* For all non-specialized text on a page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	padding: .15em 0;
}
.bodyTextHead {  /* For all non-specialized text on a page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0.5em 0.5em;
}
.bodyTextList {  /* For all key features and application text on a page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
}
.bodyListHead {  /* For all non-specialized text on a page */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}
.bodyHead {  /* For the page headings and product names as non-header text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
.bodySup {  /* For the superscript in non-header text */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.borderSet { /* For setting the border styles of the main page table */
	border-style: solid;
	border-left-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-top-width: 1px;
}
.contactCountry{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contactInfo{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contactInfoB{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.itemName {  /* For the page headings and product names as header text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
}
.itemNameSub {  /* For the page sub-headings as header text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.itemReg {  /* For the superscript in page headings and product names as header text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.linkRef {  /* For the greyed link rederencce returned on the results page */
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
	left: 25px;
	margin-left: 0.3cm;
}
.listText {  /* For the regular text returned on the results page */
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 1cm;
}

/* For the bottom nav stuff */
a.menu {
	font : normal 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #CC9933;
}
a.menu:link 		{text-decoration: none; color: #CC9933;}
a.menu:visited	{text-decoration: none; color: #CC9933;}
a.menu:hover 	{text-decoration: underline; color: #666666;}
a.menu:active 	{text-decoration: none; color: #CC9933;}

a.bodyTextLink {
	font : normal 12px Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a.bodyTextLink:link 		{text-decoration: none; color: #000000;}
a.bodyTextLink:visited	{text-decoration: none; color: #333333;}
a.bodyTextLink:hover 	{text-decoration: underline; color: #666666;}
a.bodyTextLink:active 	{text-decoration: none; color: #000000;}

-->