@media screen {

.nodisplay	{	display: none;
			}
}

@media print {

.noprint	{	display: none;
			}
}

body		{	color: black;
				background-color: #FFFFCC;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 14px;
			}

h1			{	color: teal;
				font-size: xx-large;
				font-weight: bold;
			}


h2			{	color: teal;
				font-size: x-large;
				font-weight: bold;
			}


h3			{	color: teal;
				font-size: large;
				font-weight: bold;
			}

h4			{	color: teal;
				font-size: medium;
				font-weight: bold;
			}

hr			{	color: black;
				background-color: black;
				height: 1px;
			}

span.hilite	{	background-color: yellow;
			}
			
div.footer	{	background-color: white;
			}
			
A.hotlist:hover		{	text-decoration: none;
						color: black;
						background-color: white;
						cursor: pointer;
					}
									
.markerLabel {	color: black;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 8pt;
			}
			
.numbers	{	color: black;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 10pt;
				font-weight: bold;
				background-color: white;
				border: 2px black solid;
				text-decoration: none;
				cursor: pointer;
			}
			
.brand		{	color: black;
				font-family: "Lucida Grande", "Arial", sans-serif;
				font-size: 14px;
				font-weight: bold;
				background-color: white;
				border: 2px black solid;
				opacity: 0.75;
				filter: alpha(opacity=75);
				-khtml-opacity: 0.75;
				-moz-opacity: 0.75;
			}
			
#title		{	color: red;
				font-family: "Arial", sans-serif;
				font-size: 11px;
			}
			
#copyright	{	color: black;
				font-family: "Arial", sans-serif;
				font-size: 11px;
			}
			
#caption	{	color: red;
				font-family: "Arial", sans-serif;
				font-size: 12pt;
				font-weight: bold;
			}