/* Home page css file */

BODY { background: white;
       font: 12pt Times,serif;
       margin: 0.1in 0.4in; 
       max-width:1000px; }
H1.main  { text-align: left;
           font: 24pt Times,serif;
           color: red; }
H1.head  { text-align: center;
           font: 30pt Times,serif;
           color: #CC0066; }	
H1.box   { text-align: center;
           font: 20pt Arial,sans-serif;
           color: blue;
           background: #E3FFFF;
           border: solid 4px blue;
           padding: 8px }
H1.bk    { text-align: center;
           font: 24pt Times,serif;
           color: black; }
H1   {  text-align : center;
	color : Red;
	font: 24pt Arial,sans-serif; }
H2   { text-align: left;
       font: 18pt Times,serif;
       font-weight: bold;
       color: #000099; }
H6  { text-align : left;
	font : 13pt Times,serif;
	font-weight : bold;
	color : #000099; }	   
H3   { text-align: left;
       font: 14pt Times,serif;
       color: red; } 
H5  {  text-align : center;
	color : Red;
	font : 13pt Times,serif;} 
H4  { text-align : center;
	color : Red;
	font : 15pt Times,serif;}

table  { border-style: solid; }

.txt { text-align: justify;
       text-indent: 0.4in;
       font: 12pt Times,serif; }
.justify  { text-align: justify;
       font: 12pt Times,serif; }
.center   { text-align: center;
       font: 12pt Times,serif; }
.sig {  text-indent : 0.8in;
	color : Green;
	font : 30pt "Park Avenue",cursive; }
.cap {  text-align : justify;
	margin : 4px;
	font : 8pt Arial,sans-serif; }
.caprt {  text-align : right;
	margin : 4px;
	font : 8pt Arial,sans-serif; }
.update  { text-align: right;
           font: 10pt Times,serif;
           font-style: italic; }
.special  { text-align: center;
            font: 12pt Times,serif;
            color:  red; }
.note { text-align: justify;
        font: 9pt Arial,sans serif;
        color: #000099;
        background: #FFFFDD; }
.nav  { text-align: center;
        font: 9pt Arial,sans serif; }
.footnote   { text-align: justify;
              font: 10pt Times,serif; }
.alert    { text-align: center;
            color: #000099;
            font: 14pt Times,serif;
            font-weight: bold }

.R	{ float:right; margin:10px 0 10px 15px }
.L	{ float:left; margin:10px 15px 10px 0 }

.masthead {
	background-color : #000099;
	border-color : red;
	border-style : solid; }

A:link  { color: #0000FF; }
A:visited  { color: #009966; }
A:hover { color: #FF6633 ! important; }
A:active   { color: #FF0000; }

UL     { list-style-image: url(art/diamond-9.gif); }


