/***********************************************/
body{
	font-size: 10pt;
	font-family:Tahoma; color:#333333
}
/************** text styles *****************/

.black{
	font-size: 10pt;
	font-family:Tahoma; color:#333333
}

.bold{
	font-size: 10pt;
	font-family:Tahoma; color:#333333; font-weight:bold
}

.header{
	font-size: 12pt;
	font-family:Tahoma; color:#663300; font-weight:bold
}

.red{
	font-size: 10pt;
	font-family:Tahoma; color:#FF0000; font-weight:bold
}

.infoLink{
	font-size: 8pt;
	font-family:Tahoma; color:#333333; text-decoration:none
}

.itemName{
	font-size: 12pt;
	font-family:Tahoma; color:#000000; font-weight:bold
}

.navCenter {
	font-size: 10pt;
	font-family:Tahoma; color:#FAF7EF; font-weight:bold; text-decoration:none
}

.tiny{
	font-size: 8pt;
	font-family:Tahoma; color:#663300
}

.title{
	font-size: 14pt;
	font-family:Tahoma; color:#FAF7EF
}

.search{
	font-size: 10pt;
	font-family:Tahoma; color:#000000; font-weight:bold
}

/***********************************************/
/* NORMAL LINKS                               */
/***********************************************/
 
a:link {
      color: #333333;
      text-decoration:none; font-family:Tahoma; font-size:10pt
}

a:visited {
      color: #333333;
      text-decoration:none; font-size:10pt; font-family:Tahoma
}

a:hover {
      color: #000000;
      text-decoration:underline; font-family:Tahoma; font-size:10pt
}

a:active {
      color: #333333;
      text-decoration:none; font-family:Tahoma; font-size:10pt
}
  
/***********************************************/
/* NAV CENTER LINKS                               */
/***********************************************/

.navCenter {
	font-size: 10pt;
	font-family:Tahoma; color:#FAF7EF; font-weight:bold
}

a:link.navCenter {
	font-size: 10pt;
	text-decoration: none; font-family:Tahoma; color:#FAF7EF; font-weight:bold
}

a:visited.navCenter {
	font-size: 10pt;
	text-decoration: none; font-family:Tahoma; color:#FAF7EF; font-weight:bold
}

a:hover.navCenter {
	font-size: 10pt;
	text-decoration: underline; font-family:Tahoma; color:#FFFFFF; font-weight:bold
      
}

a:active.navCenter {
	font-size: 10pt;
	text-decoration: none; font-family:Tahoma; color:#FAF7EF; font-weight:bold
}

/***********************************************/
/* 	TINY LINKS                                    */
/***********************************************/

a:link.tiny {
	font-size: 8pt;
	font-family:Tahoma; color:#663300; text-decoration:none
}

a:visited.tiny {
	font-size: 8pt;
	font-family:Tahoma; color:#663300; text-decoration:none
}

a:hover.tiny {
	font-size: 8pt;
	font-family:Tahoma; color:#036502; text-decoration:underline
}

a:active.tiny {
	font-size: 8pt;
	font-family:Tahoma; color:#663300; text-decoration:none
}

/***********************************************/
/* 	MORE INFO LINKS                                    */
/***********************************************/

a:link.infoLink {
	font-size: 8pt;
	font-family:Tahoma; color:#333333; text-decoration:underline
}

a:visited.infoLink {
	font-size: 8pt;
	font-family:Tahoma; color:#333333; text-decoration:underline
}

a:hover.infoLink {
	font-size: 8pt;
	font-family:Tahoma; color:#000000; text-decoration:underline
}

a:active.infoLink {
	font-size: 8pt;
	font-family:Tahoma; color:#333333; text-decoration:underline
}
