/* CSS Document */

h1        { font-family: Arial, Helvetica, sans-serif;
            color: #ED0120;
            font-size: 10pt;
			font-weight: bold;
			margin-top: 12pt;
			text-align : left;}
h2        { font-family: Arial, Helvetica, sans-serif;
            color: #00005A;
            font-size: 12pt;
			font-weight: normal;
			margin-top: 12pt;
			text-align : left;}
h3        { font-family: Arial, Helvetica, sans-serif;
            color: #000000;
            font-size: 10pt;
			font-weight: bold;
			margin-top: 12pt;
			text-align : left;}
.subtext   { font-family: Arial, Helvetica, sans-serif;
            color: #333333;
            font-size: 8pt;
			line-height: 8pt;
			margin-bottom: 6pt;
			text-align : left;}
a.button  { font-family: Arial, Helvetica, sans-serif;
            color: #ED0120;
            font-size: 14pt;
			font-weight: normal;
			margin-top: 12pt;
			text-decoration:none;}
a:hover.button  { font-family: Arial, Helvetica, sans-serif;
            color: #00005A;
            font-size: 14pt;
			font-weight: normal;
			margin-top: 12pt;
			text-decoration:none;}
a          { font-family: Arial, Helvetica, sans-serif;
            color: #ED0120;
            font-size: 9pt;
			font-weight: normal;
			margin-top: 12pt;
			text-decoration:none;}

           
			
.img { margin-left : 50px }

p { font-family: Arial, Helvetica, sans-serif}
.list { font-family: Arial, Helvetica, sans-serif;
        color: #333333;
        font-size: 9pt;
        line-height: 12pt;
        text-align : left; }
P.second { color: purple; }
P.third { color: gray; }

P B { color: red; }

P.bullet
{
vertical-align: middle;
}
