body
{   background-color: transparent;
    color: #000000;
}
a:link
{  color: #000000;
   background-color: transparent;
   text-decoration: underline;
}

a:visited 
{  color: #000000;
   background-color: transparent;
   text-decoration: underline;
}

.ahem 
{   display: none;
}

div.Menu
{   display: none;
}

#content
{   float: none;
    width: auto;
    margin: 0 0 0 8%;
    padding: 0 0 0 0;
    border: 0;
    color: #000000;
    background-color: transparent;
    text-align: justify;
}

#UCLAheader
{   display: none;
}


#content .figure-centered
{   vertical-align: middle;
    text-align: center;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
#content .figure-centered p
{	width: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
#content .figure-centered p.justify
{	width: auto;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 8%;
    margin-right: 8%;
}
#content p, li, table  
{   font: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; 
}
#content p.formula  
{   font: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
    display: block;
    text-align: center;
}
#content p.copyright-screen
{   display: none;
}
#content p.copyright-print
{   display: block;
    font: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px; 
    text-align: left;
}

#content h1
{   display: none;
}

#content h1.TitlePrintOnly, h2
{   display: block;
    font: verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px; 
    color: #000000;
    background-color: transparent; 
    margin-top: 10px; 
    margin-bottom: 20px;
    text-align: center;
}
#content h2 
{   font-size: 14px;
	line-height: 18px; 
}
#content img
{   border: 0;
}
#content img.in-line
{   border: 0;
    vertical-align: -30%;
}
#content ul, ol   
{   padding: 0;
    border: 0;
    margin-left: 3em;
    margin-right: 0.5em;
}
#content ul   
{   margin-top: 5px;
}
#content table
{	text-align: center;
	vertical-align: top;
    margin-left: auto;
    margin-right: auto;
}
#content td
{	vertical-align: top;
	text-align: center;
	border-right: solid 10px transparent;
}
#content tr
{	vertical-align: top;
	text-align: center;
}
#content .sep
{	width: 75%;
	margin-bottom: 15px;
}
#content .title
{	text-align: center;
    border: solid 4px transparent;
}
#content .left
{	text-align: left;
}
#content .right
{	text-align: right;
}
#content .center
{	text-align: center;
}
#content .justify
{	text-align: justify;
}
#content .middle
{	vertical-align: middle;
}
#content .no-bullets
{	list-style-type: none;
}


/*
#content a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
*/

