/* yellow.css - yellow background page styles */

/* links on yellow pages */
a:link, a:visited
{
	color: rgb(153,0,0);
}

/* main page style */
#page
{
	float: left;
	width: auto;
	margin-top: 23px;
	font-size: 15px;
	font-family: "times new roman", times, serif;
	font-weight: normal;
	color: black;
	background-color: rgb(255,255,153);
}

/* page title */
.title
{
	font-size: 17px;
	font-weight: bold;
	color: rgb(153,0,0);
}

/* text highlight font */
.text_hilite
{
	color: rgb(153,0,0);
}

/* top of page box */
#top_page
{
	clear: left;
	float: left;
	width: auto;
	padding: 3px 4px;
	font-size: 11px;
	font-weight: bold;
	font-family: arial, sans-serif;
	border: solid 1px rgb(153,0,0);
	white-space: nowrap;
}

/* top of page link styles */
#top_page a:link,
#top_page a:visited,
#top_page a:hover,
#top_page a:active
{
	padding-left: 20px;
	color: rgb(153,0,0);
	text-decoration: none;
	background: url(images/top_red.gif) no-repeat center left;
}


