/* initial declaration to set sizes in different browsers - from alistapart. more in nonetscape.css */


body, div, p, th, td, li, dd    {
             /* redundant selectors to help NS4 not forget */
    font-family:   Arial, Helvetica, sans-serif;
    font-size:    11px;
	 margin: 0px;
	/* background-color: White;*/
    }
.info{
	background-color: #FFFFFF;
	color: #000000;
	font: 500 100% sans-serif, Arial;
}
.presenter {
	background-color: #FFFFFF;
	color: #000000;
	font: 600 100% sans-serif, Arial;
}
.printaudio {
	background-color: #FFFFFF;
	color: #00008B;
	font: bold 100% sans-serif, Arial;
}

.printaudio a:link {
color: #660000;
background-color: transparent;
	text-decoration: none;}
	
.printaudio a:visited {
color: #660000;
background-color: transparent;
text-decoration: none;}

.printaudio a:hover {
color: Red;
background-color: transparent;
text-decoration: underline;
}
.presenter a:link {
color: #660000;
background-color: transparent;
	text-decoration: underline;
}
.presenter:visited {
color: #660000;
background-color: transparent;
text-decoration: none;}

.presenter a:hover {
	color: Red;
	background-color: transparent;
	text-decoration: underline;
	}
.programtitle {
	background-color: #FFFFFF;
	color: #CC3300;
	font: normal 600 medium sans-serif, Arial;
}
.subheading {
	background-color: #FFFFFF;
	color: #CC3300;
	font: normal 600 110% sans-serif, Arial;
}

.disclaimer {
	background-color: #FFFFFF;
	color: #660000;
	font: normal 600 medium sans-serif, Arial;
}