h1
{
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-family: Arial, Verdana;
	background-color: white;
}
h2
{
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
h3
{
	font-weight: bold;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
h4
{
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}
productName {
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	font-family: Arial;
	font-variant: normal;
	font-color: #79C8FF 1px solid;
}

table
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Tahoma;
}
h5
{
	font-size: 14pt;
	color: #127BFC;
	font-family: Arial, Verdana;
}
body
{
	font-size: 11pt;
	font-family: Arial, Verdana;
}
table.newsEntry
{
	width:100%;	
}
td.newsDate
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Tahoma;
	width: 80;
	border-top: #79C8FF 1px solid;
	border-left: #79C8FF 1px solid;
	border-bottom: #79C8FF 1px solid;
	background-color: #f3f3FF;
	CELLSPACING: 0px;
}
span.newsDate
{
	font-size: 8pt;
	color: black;
	font-weight: normal;
	font-style: italic;
}
td.menuSpacer
{
	font-size: 9pt;
	color: black;
	font-family: Verdana, Arial, Tahoma;
	width: 45;
	border-left: #79C8FF 1px solid;
}
td.newsHeader
{
	font-size: 8pt;
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial, Tahoma;
	border-top: #79C8FF 1px solid;
	border-right: #79C8FF 1px solid;
	border-bottom: #79C8FF 1px solid;
	//background-color: #e9e8FF;
	background-color: #FC7B12;//#f3f3FF;
	CELLSPACING: 0px;
}
td.newsText
{
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Tahoma;
}
td.newsDelimiter
{
	background-color: white; #79C8FF;//white;
	height: 2;
}
td.ingres
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana;
}

masterHeader
{ 	
	font-size: 12pt;
	text-decoration: none;
	color: #127BFC;
}

a
{ 	
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Verdana;
	color: blue; 
}
a:hover 
{ 
	color: #3366FF; 
	/*
	text-decoration: underline;
	*/
}
div.shadow    
{ 
	width:100%; 
	filter:DropShadow(color=#CCCCCC, offx=3, offy=3);
}
div.content     
{ 
	margin: 0px; 
	background: #ffffff; 
}
div.thumbnail     
{ 
	background-color: #319CFF;
	border-left: 1px #cccccc solid;
	border-top: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
tr.searchResultRow
{
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
tr.searchResultRowHighlight
{
	//background-color: #C0FFFF;
	//background-color: #BDDFFF;
	//background-color: #EFEFEF;
	background-color: #DAE6F8;
	cursor: pointer;
	cursor: hand;
}

/* ----------------------------------------------------
   Browse section	
   ---------------------------------------------------- */
/* Used in unordered lists */
ul 
{
	list-style-image: url(../images/Box2.gif);
	list-style-type: square;
}
a.browseSubTopic
{
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
table.languageText
{
	font-size: 8pt;
	color: gray;
	font-family: Verdana, Arial, Tahoma;
}
a.topMenuImage
{
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
a.browseSubSubTopic
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
a.browseTopicGuide
{
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	color: #00A200; 
}
a.browseTopicGuide:hover
{
	color: #31BE31; 
}
p.browseCurrentTopic
{
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
}
td.tabSelector
{
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	cursor: pointer;
	cursor: hand;
	color: black;
}
td.tabSelectorSelected
{
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	cursor: default;
	color: black;
}
td.tableHeader
{
	font-weight: normal;
	font-size: 10pt;
	font-style: italic;
	font-family: Verdana, Arial;
	font-variant: normal;
	cursor: default;
	color: black;
}

/* ----------------------------------------------------
   Top ten section	
   ---------------------------------------------------- */
tr.topTenRow
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	color: black;
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}
tr.topTenRowHighlight
{
	font-weight: normal;
	font-size: 8pt;
	font-style: normal;
	font-family: Verdana, Arial;
	font-variant: normal;
	color: black;
	background-color: #DAE6F8;
	cursor: pointer;
	cursor: hand;
}

td.topMenuItem
{
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: white;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-bottom: white 1px solid;
        width: 100%;
}

table.news
{
	cursor: pointer;
	cursor: hand;
}

td.newsSmallHeader
{
	font-family: Verdana, Arial;
	color: gray;
	font-weight: bold;
	font-size: 9pt;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: white;
	border-top: #DAE6F8 1px solid;
	border-left: #DAE6F8 1px solid;
	border-right: #DAE6F8 1px solid;
	border-bottom: #DAE6F8 1px solid;
	width: 100%;
}

span.newsSmallDate
{
	font-size: 7pt;
	color: black;
	font-weight: normal;
	font-style: italic;
}
td.newsSmallItem
{
	font-family: Verdana, Arial;
	color: black;
	font-size: 7pt;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	/*
	background-color: white;
	border-top: #DAE6F8 1px solid;
	border-left: #DAE6F8 1px solid;
	border-right: #DAE6F8 1px solid;
	border-bottom: #DAE6F8 1px solid;
	*/
	width: 100%;
	padding: 2;
}
td.newsItemHover
{
	font-family: Verdana, Arial;
	color: black;
	font-size: 8pt;
	font-family: Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: #DAE6F8;
	border-top: #127BFC 1px solid;
	border-left: #127BFC 1px solid;
	border-right: #127BFC 1px solid;
	border-bottom: #127BFC 1px solid;
	width: 100%;
}


td.menuItem
{
	padding: 3;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: #79C8FF;//white;
	/*
	border-top: #79C8FF 1px solid;
	border-left: #79C8FF 1px solid;
	border-right: #79C8FF 1px solid;
	border-bottom: #79C8FF 1px solid;
	*/
	width: 100%;
}
td.menuItemHover
{
	padding: 3;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: #DAE6F8;
	/*
	border-top: #127BFC 1px solid;
	border-left: #127BFC 1px solid;
	border-right: #127BFC 1px solid;
	border-bottom: #127BFC 1px solid;
	*/
	width: 100%;
}
td.menuItemSelected
{
	padding: 3;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: #DAE6F8;
	/*
	border-top: #127BFC 1px solid;
	border-left: #127BFC 1px solid;
	border-right: #127BFC 1px solid;
	border-bottom: #127BFC 1px solid;
	*/
	width: 100%;
}
td.menuItemSelectedHover
{
	padding: 3;
	color: black;
	font-size: 8pt;
	font-family: Verdana, Arial;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	background-color: #DAE6F8;
	/*
	border-top: #127BFC 1px solid;
	border-left: #127BFC 1px solid;
	border-right: #127BFC 1px solid;
	border-bottom: #127BFC 1px solid;
	*/
	width: 100%;
}
form.loginform
{
        margin-right: 0;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
}


input.loginform 
{
	padding: 3;
	color: black;
	font-size: 6pt;
	font-family: Verdana, Arial;
	text-decoration: none;
	background-color: white;
	border: 0px;
}

/*
li 
{
	list-style-image: url(../images/BlueBullet.gif);
}
*/


