table.SplashTable td
{
	font-family: Arial, Helvetica;
	font-size: 10pt;
}
table.SplashTable a
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13pt; 
}
table.SplashTable a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}
table.SplashTable a:visited
{
	color: #fafad2;
	text-decoration: none;
}
table.SplashTable h1
{
	font-family: Arial, Helvetica;
	font-size: 12pt;
	margin-bottom: 3px;
}
table.SplashTable td
{
	vertical-align: top;
}
table.SplashTable tr#TitleRow td
{
	border-bottom: thin solid #FFFFFF; 
	vertical-align: bottom;
}

.btn { display: block; position: relative; background: #000000; padding: 5px; width: 120px; margin: 0px auto; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.red { background: #a92722; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] { background-image: url(../images/shade.png); background-position: bottom; }

* html .btn span,
* html .btn i { width: 100px; display: block; margin: 0px auto; background-image: none; cursor: pointer; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.red { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }


