.back
{
	background-image: url(../img/splash4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #ffffff;
}

a:link
{
	color:			#000000;
	font-family:		arial;
	text-decoration:	underline;
	font-weight:		bold;
}

a:visited
{
	color:			#000000;
	font-family:		arial;
	text-decoration:	underline;
	font-weight:		bold;
}

a:active
{
	color:			#000000;
	font-family:		arial;
	text-decoration:	underline;
	font-weight:		bold;
}

a:hover
{
	text-decoration:	underline;
	color:			#9A0000;
	font-family:		arial;
	font-weight:		bold;
}

SELECT
{
	background-color:	#FFCF03;
	color:			#9A0000;
	font-weight:		bold;
	font-size:		8pt;
	font-family:		arial;
	width:	300px;
}

.text
{
	background-color:	#F7EBD6;
	color:			#9A0000;
	font-weight:		bold;
	font-size:		8pt;
	font-family:		arial;
	width:	150px;
}

.news
{
	font-size:  11px;
	font-family: arial;
	color: #000000;
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: #E0DFE3;
}

.base
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}