/* Print style */


body
{
font-family: "Microsoft Sans Serif",Tahoma,Arial,sans-serif; font-size: 10pt; 
letter-spacing: 1pt;
}



/* *** Header styling *** */

#header h1
{
font-size: 1.3em;

}

#header h2
{
font-size: 1.1em
}

#header p
{
font-size: 1em
}


/* *** Header, Content and Bulletin common styles */

#header h1,#header h2,#header p,  #content #bulletin h1,#content #bulletin h2,#content #bulletin p
{
display: inline;
font-style: normal;
padding: 0;
}
#content #bulletin h1
{
margin-top:0;
}

#content #bulletin h2
{
margin-top:0;
}

#content #bulletin p
{
text-indent:0;
}


/* *** Content styles */

#content h1,#content h2,#content h3,#content h4,#content h5,#content h6
{
margin: .25in 0 0;
display: block;
font-size: 1.4em;
}
.center
           {
            text-align: center;
           }



#content h2
{
font-style: oblique;
margin-top: .125in;
font-size: 1.3em;
}
#content h3
{
margin-top: .125in;
font-size: 1.2em;
}



#content h4
{
margin-top: .125in;
font-style: oblique;
font-size: 1.1em;
}

#content h5
{
margin-top: .1in;
font-size: 1em;
}
#content h6
{
padding-top: .1in;
font-size: .9em;
}



#content h4 em.red,.red
{
color: #909090;
background: #fff;
}



#content .hilite, #header .hilite

{
border: 2pt solid #ccc; background-color: #fff;
padding: 0 3pt 1pt;
}

#content div.right-arrl-logo
{
display: none;
}

#content p,#footer p
{
text-indent: 2em;
text-align: justify;
margin-left: .625in;
}

#content p.intro,#footer p.intro
{
margin-top:0;
padding-top:0;
}


#content a
{
background: #fff;
text-decoration: underline;
font-weight: bold;
color: #006;
}




/* *** Bulletin styles *** */

#content #bulletin
{
padding: 2pt;
border: 10pt solid #c0c0c0;
}


#content #bulletin h1
{
font-size: 1.4em;
}
#content #bulletin h2
{
font-size: 1.2em;
}
#content #bulletin p
{
font-size: 1em;
}

/* *** Bulletin Mouseover styles *** */

#content #bulletin span
{
display: none;
}



#huge h1,#huge p,#noprint,#sm
{
display: none;
}


#adr
{
font-size: 1.3em;
margin:0;
padding-bottom:0;
}

#footer #print
{
margin: 0 .625in;
}



