/* splash.style.css */

body 
{	
	/*background-image: url(/images/templates/puzzle_pieces.jpg);*/
	/*background-repeat: repeat;*/
	background-color: #CCCCCC;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.table_header, .table_footer
{
	background-color: #FFFFFF;
}

#table_picture
{	
	background-image: url(roundtable.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.tab 
{
	font-family:georgia;
	font-weight:bold;
	padding:20px 40px 20px 40px;
	margin:30px;
	border:solid 1px #555;
	/* Mozilla doesn't support crazy MS image filters, so it will ignore the following */
/*	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='75p_white.png'); } */
	/* IE ignores css styles with [attributes], so it will skip the following. */
/*	.tab[class] {  */
	background-image:url(75p_white.png);
	position: relative;
}

.header 
{
	font-family: Myriad Roman, Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	margin: -1px 0px -10px 0px;
	text-decoration:none;
}

.header A 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.header A:link 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.header A:visited 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.header A:hover 
{
	color: red; 
	text-decoration: underline;
	position: relative;
}

.text 
{
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size : 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}

.text A 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.text A:link 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.text A:visited 
{
	color: #006699; 
	text-decoration: none;
	position: relative;
}

.text A:hover 
{
	color: red; 
	text-decoration: underline;
	position: relative;
}



.footer 
{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #36649E;
	letter-spacing: 1px;
}