@media screen, handheld {

	.nodisplay	{	display: none;
				}
}

@media print {

	.noprint	{	display: none;
				}
				
	A:link		{	text-decoration: none;
					color: inherit;
				}
				
	A:visited	{	text-decoration: none;
					color: inherit;
				}
}

@media screen, print, handheld {


	body		{	color: white;
					background-color: #FFFFCC;
					font-family: "Lucida Grande", "Arial", sans-serif;
					font-size: 14px;
				}
	
	h1			{	color: white;
					font-size: xx-large;
					font-weight: bold;
				}
	
	
	h2			{	color: white;
					font-size: x-large;
					font-weight: bold;
				}
	
	
	h3			{	color: white;
					font-size: large;
					font-weight: bold;
				}
	
	h4			{	color: white;
					font-size: medium;
					font-weight: bold;
				}
	
	hr			{	color: white;
					background-color: black;
					height: 1px;
				}
	
	span.hilite	{	background-color: yellow;
					color: black;
				}
				
	div.footer	{	background-color: white;
				}
	
	.desc		{	background-color: yellow;
					font-size: 12pt;
					font-weight: bold;
					text-align: justify;
					font-family: "Lucida Grande", "Arial", sans-serif;
					font-variant: small-caps;
				}

	.date		{	font-weight: bold;
					font-size: 14pt;
					color: yellow;
				}
	
	.heading	{	font-variant: small-caps;
					font-size: 24pt;
					color: green;
				}
	
	.picLeft	{	float: left;
					text-align: center;
					margin-left: 10px;
					margin-right: 10px;
					margin-bottom: 10px;
					font-size: smaller;
					font-style: italic;
				}
				
	.picRight	{	float: right;
					text-align: center;
					margin-left: 10px;
					margin-right: 10px;
					margin-bottom: 10px;
					font-size: smaller;
					font-style: italic;
				}
				
	.picCenter	{
					text-align: center;
					margin-left: 10px;
					margin-right: 10px;
					margin-bottom: 10px;
					font-size: smaller;
					font-style: italic;
				}
				
	A:link		{	text-decoration: underline;
					color: orange;
					cursor: pointer;
				}
	
	A:visited	{	text-decoration: underline;
					color: yellow;
					cursor: pointer;
				}
	
	A:hover		{	text-decoration: underline;
					color: red;
					background-color: white;
					cursor: pointer;
				}
	
	span.director	{
						font-size: 18px;
						font-weight: bold;
						font-variant: small-caps;
					}
}
