/*HEADERS*/

H1, H2, H3	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	}

H2	{
	font-size: 14pt;
	font-weight: normal;
	}




/*TEXT*/

p, td, ul
	{	{
	font-family: Georgia, Palatino, Times, serif;
	font-size: 10pt;
	line-height: 12pt;
	font-weight: normal;
	}

ul.list
	{
	margin-left: 25px; 
	{



.footnote
	{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	}






/*IMAGES*/

img	{
	border: 0;
	}

img a:link

	{
	border: 0;
	}


/*DEVIATION FROM DEFAULT CSS TO PRINT CSS BEGINS HERE*/


/*Links black */
   a:link, a:visited, a:active {
    color: #000000;
    text-decoration: none;
     }

/*Show URLs */
    #container a:after {
      content: " (" attr(href) ")";
      font-size: 10pt;
     }


/*Hide the following items */
   #navigation, #navlist, .mainnav, #bordertopcontainer, .bordertop,
	{
	display: none;
	}


/*TAKEN FROM LAYOUT CSS FOR PRINT CSS BEGINS HERE*/
#logo
	{
	float: left;
	border: 0;
	}

#side img
	{
	border: 1px solid #000;
	float: left;
	padding: 0;
	margin: 0;
	}

#websitefooter
	{
	text-align: right;
	margin: auto;
	margin-top: 10px;
	}