/**********************************************************************************
*
*  This style sheet is used specifically for the splash page.
*
**********************************************************************************/

a.splash:link
{
	color: #611404;
	border-width: 0px;
	text-decoration: none;
}

a.splash:visited
{
	color: #611404;
	border-width: 0px;
	text-decoration: none;
}

td.quotes
{
	background-image: url("/images/mike-splash-bottom.jpg");
	height: 50px;
	position: relative;
	top: -5px;
}

div.quote_content
{
	color: #FFFFFF;
	font-size: 15px;
	font-style: italic;
	width: 500px;
}

div.text
{
	color: #FFFFFF;
}

div.text_large
{
	color: #FFFFFF;
	font-size: 17px;
}

a.splash_nav:link
{
	color: #FFFFFF;
}

a.splash_nav:visited
{
	color: #FFFFFF;
}

a.splash_nav:hover
{
	color: #FCDB69;
}
a.splash_nav_small:link
{
	color: #FFFFFF;
	font-size: 12px;
}

a.splash_nav_small:visited
{
	color: #FFFFFF;
	font-size: 12px;
}

a.splash_nav_small:hover
{
	color: #FCDB69;
	font-size: 12px;
}