/*
 * Main stylesheet.
 * Copyright (C) 2004 J. Joe Feise.
 * All Rights Reserved.
 */

/* Styles for links to external sites
 * Note: these styles have to appear before the hover style
 */
a.external:link, a.external:visited, a.external:active
{
	color: maroon;
}

a.external:hover
{
	color: maroon;
	text-decoration: underline;
}

#search a:hover
{
	background-color: transparent;
}

div.campaign
{
	font-family: 'Times New Roman', Times, serif;
	color: #900;
	text-align: center;
}

div.search
{
	background-color: transparent;
}

div.ads
{
	background-color: transparent;
}

td.external
{
	vertical-align: top;
	text-align: left;
	color: maroon;
	height: 32px;
	white-space: nowrap;
}

td.search
{
	vertical-align: top;
	text-align: left;
	color: #4c69b9;
	height: 32px;
	white-space: nowrap;
}

/* Images and icons */
img.campaign
{
	border-style: none;
	border: 0;
}

img.search
{
	border-style: none;
	border: 0;
	background-color: transparent;
	vertical-align: middle;
	text-align: center;
}

