/***********************************************/
body{
	margin-top: 4px;
	margin-left: 0px;
	font-size: 10pt;
	font-family:Arial; color:#000000; margin-left:5; margin-right:5
}

/************** text styles *****************/
.black{
	font-size: 10pt;
	font-family:Arial; color:#000000; margin-left:5; margin-right:5
}

/***********************************************/
/* NORMAL LINKS                               */
/***********************************************/

a:link {
      color: #000000;
      text-decoration: underline; font-family:Arial; font-size:10pt
}
a:visited {
      color: #000000;
      text-decoration: underline; font-size:10pt; font-family:Arial
}
a:hover {
      color: #F42F32;
      text-decoration: underline; font-family:Arial; font-size:10pt
      
}
a:active {
      color: #000000;
      text-decoration: underline; font-family:Arial
}

/***********************************************/
/* BOLD LINKS                               */
/***********************************************/
 
.bold{
	font-size: 12pt;
	font-family:Arial; color:#000000; margin-left:5; margin-right:5; font-weight:bold
}
a:link.bold {
	font-size: 12pt;
	font-family:Arial; color:#000000; text-decoration: underline; font-weight:bold
}
a:visited.bold {
      color: #000000;
      text-decoration: underline; font-size:12pt; font-family:Arial; font-weight:bold
}
a:hover.bold {
      color: #F42F32;
      text-decoration: underline; font-family:Arial; font-size:12pt; font-weight:bold
}
a:active.bold {
      color: #000000;
      text-decoration: underline; font-size:12pt; font-family:Arial; font-weight:bold
}

/***********************************************/
/* 	TINY LINKS                                    */
/***********************************************/

.tiny{
	font-size: 8pt;
	font-family:Arial; color:#000000;
}

a:link.tiny {
	font-size: 8pt;
	font-family:Arial; color:#000000; text-decoration:underline
}
a:visited.tiny {
	font-size: 8pt;
	font-family:Arial; color:#000000; text-decoration:underline
}
a:hover.tiny {
	font-size: 8pt;
	font-family:Arial; color:#F42F32; text-decoration:underline    
}
a:active.tiny {
	font-size: 8pt;
	font-family:Arial; color:#000000; text-decoration:underline
}

/***********************************************/
/* BLACK LINK                                     */
/***********************************************/

.black{
	font-size: 10pt;
	font-family:Arial; color:#000000; margin-left:5; margin-right:5
}

a:link.black{
      color: #000000;
      text-decoration: none; font-family:Arial; font-size:10pt
}
a:visited.black{
      color: #000000;
      text-decoration: none; font-family:Arial; font-size:10pt
}
a:hover.black{
      color: #F42F32;
      text-decoration: underline; font-family:Arial; font-size:10pt
      
}
a:active.black{
      color: #000000;
      text-decoration: none; font-family:Arial; font-size:10pt
}