﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: Times;
	font-size: 18px;
	color: #ff3030;
	display: block;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: url('/img/bg_grad.png');
}

a, a:active
{
	color: #f0d0d0;
	text-decoration: none;
}
a:hover
{
	color: #f0ffff;
	text-decoration: underline;
}

.content
{
	background-color: Black;
}

.btn
{
	border: solid 1px #301010;	
}

.bigTxt 
{
	font-family:Times;
	font-style:italic;
	font-weight:bold;
	color:Red;
	white-space:nowrap;
}

.btnText
{
	cursor: pointer;
	font-family: Verdana,Arial;
	font-size: 14px;
	color: #ffc0c0;
	text-align: center;
	vertical-align: middle;
}

.textBlur
{
	cursor: pointer;
	border: solid 1px #707070;
	background-color: #d0d0d0;
}
.textFocus
{
	cursor: default;
	border: solid 1px #8f0000;
	background-color: #ffffff;
}
