@charset "utf-8";
/* CSS Document */
/* Adapted by Ray Shapp */
/* New pages in AAI website can link to this style sheet */
/* Revised 12/06/2009 */

body {color:#000000;
      background-color:#D3D3D3;}

a:link    { color: blue }
a:visited { color: maroon; font-size: 85%; }
a:focus  { color: red; font-size: 125%; text-decoration: underline;}
a:hover  { color: red; font-size: 125%; text-decoration: underline;}
a:active  { color: blue; font-size: 125%; }

.basic_headline_black_largest {
color : #000000;
font-family : Arial, sans-serif;
font-size : 1.8em;
font-weight : bold;
}

.basic_headline_black_larger {
color : #000000;
font-family : Arial, sans-serif;
font-size : 1.6em;
font-weight : bold;
}

.basic_headline_black_large {
color : #000000;
font-family : Arial, sans-serif;
font-size : 1.4em;
font-weight : bold;
}

.basic_headline_black_medium {
color : #000000;
font-family : Arial, sans-serif;
font-size : 1.2em;
font-weight : bold;
}

.basic_issue {
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
line-height: 1.2em;
margin-left: 0%;
margin-right: 0%;
}

.basic_page {
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
line-height: 1.2em;
margin-left: 2%;
margin-right: 0%;
}

.basic_title {
font-family : Arial, sans-serif;
font-size : .8em;
line-height: 1.2em;
font-weight : bold;
margin-left: 0%;
margin-right: 0%;
}

.basic_author {
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
line-height: 1.2em;
margin-left: 0%;
margin-right: 0%;
}

.basic_subtitle {
display: block;
color : #dd5622;
font-family : Arial, sans-serif;
font-size : .8em;
font-weight : bold;
margin-left: 2%;
margin-right: 0%;
}

.basic_summary {
display: block;
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
margin-left: 2%;
margin-right: 0%;
}

.basic_leading {
color : #000000;
font-family : Arial, sans-serif;
font-size : .5em;
margin-left: 0%;
margin-right: 0%;
}

.basic_body_text {
color : #000000;
font-family : Arial, sans-serif;
font-size : 1.0em;
margin-left: 0%;
margin-right: 0%;
}

.basic_nav_text {
font-family : Arial, sans-serif;
font-size : .8em;
font-weight : bold;
margin-left: 0%;
margin-right: 0%;
}

.basic_prototype {
background-color : #D3D3D3;
border-top : 1px solid #000000;
width : 800px;
color : #000000;
font-family : Arial, sans-serif;
font-size : .8em;
vertical-align: bottom;
font-weight : bold;
padding : 2px 5px;
line-height: 1.2em;
margin-left: 0%;
margin-right: 0%;
}


