BODY { 
                    margin: 0.8em;
                    font-family: Verdana, Arial, Helvetica, Serif;
	        	  font-size: 10pt;
	        	  line-height: 12pt;
                    background: white;
                    color: black; 
           }

                  A:link { color: #343469 }         	   /* unvisited link */
                  A:visited { color:  #343469 }       /* visited links */
                  A:active { color: #343469  }          /* active links */
			A{ text-decoration: none;}
			A:hover { text-decoration: underline;}
			A:hover { color : #004080;}

TABLE,TR,TD	{	font-size: 10pt; font-family: Verdana, Arial, Helvetica, Serif; line-height: 12pt;	}
H3 				{	font-size: 10pt; font-family: Verdana, Arial, Helvetica, Serif	}
H2 				{	font-size: 12pt; font-family: Verdana, Arial, Helvetica, Serif; color=#000000	}
H1 				{	font-size: 12pt; font-family: Verdana, Arial, Helvetica, Serif; color=#000000}

.article_type 	{    font-size: 8pt; font-family: Verdana, Arial, Helvetica, Serif; color=#636332; font-weight: bold;}
.article_title	{    font-size: 12pt; font-family: Verdana, Arial, Helvetica, Serif; color=#004080	}
.footer			{    font-size: 8pt; font-family: Verdana, Arial, Helvetica, Serif; color=#000000	}

			.box  
			{
			font-family : Verdana;
			border-color :#909CAE;
			border-width : 1;
			border-style : solid;
			font-size : 8pt;
			background-color : white;
			}
			
			.box_on_focus  
			{
			font-family : Verdana;
			border-color :#FF9100;
			border-width : 1;
			border-style : solid;
			font-size : 8pt;
			background-color : white;
			}
