/* CSS Document */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #1749C3;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
.heading3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #1749C3;
}
.ssmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
a {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #606060;
	font-weight: bold;
}
          a.link:link          			{ color: #1749C3; font-size: 14pt;}
          a.link:active        		 	{	color: #1749C3;	font-size: 14pt;}
          a.link:visited        		{ color: #1749C3; font-size: 14pt;}
          a.link:hover          		{ color: #333333; font-size: 14pt;}
					
					a.glossary:link           { color: #1749C3;	font-size: 14pt; padding: 5px;}
          a.glossary:active         {	color: #1749C3;	font-size: 14pt; padding: 5px;}
          a.glossary:visited        { color: #1749C3; font-size: 14pt; padding: 5px;}
          a.glossary:hover          { color: #333333; font-size: 14pt; padding: 5px;}
					
					a.nav:link       			    { color: #1749C3; font-weight: bold;font-size: 11pt; text-decoration: none;}
          a.nav:active       			  { color: #1749C3; font-weight: bold;font-size: 11pt; text-decoration: none;}
          a.nav:visited      			  { color: #1749C3; font-weight: bold;font-size: 11pt; text-decoration: none;}
          a.nav:hover         			{ color: #333333; font-weight: bold;font-size: 11pt; text-decoration: none;}
					
					a.small:link         		  { color: #333333; font-weight: bold;font-size: 10pt;}
          a.small:active     		    { color: #333333; font-weight: bold;font-size: 10pt;}
          a.small:visited    		    { color: #333333; font-weight: bold;font-size: 10pt;}
          a.small:hover     		    { color: #1749C3; font-weight: bold;font-size: 10pt;}
