/* CSS Document */

/* paragraph copy */

body
{
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
}

p
{
text-align:left;
color: #333333;
padding: 0px 20px 0px 25px;
}

/* main page headlines */
h1
{
text-align:left;
color:#f68f1e;
font-family:Arial, Helvetica, sans-serif;
font-size:16pt;
font-weight:bold;
padding: 0px 15px 5px 60px;
}

/* use this for bolding copy */
.bold
{
font-weight:bold;
}

/* use this for italicizing copy */
.italics
{
font-style:italic;
}

.copyright
{
text-align:center;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
padding: 5px 0px 5px 0px;
}

/* NEUdesign CO info at bottom h3
{
text-align:center;
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size:8pt;
font-weight:100;
padding: 5px 0px 5px 0px;
}
*/


/* links that appear in copy */
.copylink:link
{
color:#f68f1e;
font-size:9pt;
text-decoration:none;}

.copylink:visited 
{
color:#f68f1e;
font-size:9pt;
text-decoration:none;}

.copylink:active  
{
color:#f68f1e;;
font-size:9pt;
text-decoration:none;}

.copylink:hover
{
color:#f68f1e;
font-size:9pt;
text-decoration:underline;
}

/* links for subnavigation buttons at bottom of pages */
.subnav:link 
{
padding-top:10px;
color:#FFFFFF;
text-decoration:none;
font-size:8pt;

}

.subnav:visited 
{
padding-top:10px;
color:#FFFFFF;
text-decoration:none;
font-size:8pt;

}

.subnav:active  
{
padding-top:10px;
color:#FFFFFF;
text-decoration:none;
font-size:8pt;

}

.subnav:hover 
{
padding-top:10px;
color: #333333;
text-decoration:none;
font-size:8pt;

}

/* links for NDC link at bottom of page */
.NDC:link 
{
color:#999999;
text-decoration:underline;
font-size:8pt;
}

.NDC:visited 
{
color:#999999;
text-decoration:underline;
font-size:8pt;
}

.NDC:active  
{
color:#999999;
text-decoration:underline;
font-size:8pt;
}

.NDC:hover 
{
color:#FFFFFF;
text-decoration:none;
font-size:8pt;
}