/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}

.Path {
	width: 100%;
	font-size: 11px;
	color: #FFFF66;
	text-align: left;
	background-color: #B50000;
	background-image: url(../images/path.png);
	background-position: top left;
	background-repeat: repeat-x;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 61px;
	padding-bottom: 20px;
}

.Path a {
	font-size: 11px;
	color: #FF0000;
}

.Path a:hover {
	text-decoration: none;
}

/* Content */

.Content {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	background-color: #FFFFFF;
	padding: 16px;
}

.Content h1 {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #860000;
	padding: 0px;
	margin: 0px;
	line-height:24px;
}

.Content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin: 0px;	
}

.Content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 0px !important;
	margin: 0px !important;
}

.Content h4 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	margin: 0px;	
}

.Content a {
	color: #990000;
	text-decoration: none;
}

.Content a:hover {
	text-decoration: underline;
}

.Content ul, ol {
	padding: 0px;
	padding-top: 5px;
	padding-left: 32px;
	margin: 0px;
}

.Content li {
	padding-bottom: 5px;
}

.Content hr {
	border-style: dotted;
	border-color: #000000;
	border-width: 0px;
	border-top-width: 1px;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.Horizontal {
	height: 1px;
	background-image: url(../images/hr_bg.gif);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}

.Highlight {
	background-color: #FFFFC3;
	padding: 3px;	
}

.Screenshot {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	float: right;
}

.InfoBlock {
	color: #000000;
	text-align: center;
	margin: auto;
}

.InfoBlock a {
	color: #000000;
	text-decoration: underline;
}

.Bevel {
	border-style: solid;
	border-color: #990000;
	border-width: 1px;
}

.NewsBlock  {
	overflow: hidden;
	padding: 10px;
	color: #FFFF66;
}

.NewsBlockTitle, .NewsBlockTitle a {
	text-align: center;
	text-decoration: none;
	padding: 10px;	
}

.NewsBlockTitle img {
	border: none;
}

.GameLink {
	
}

a.GameLink, a:hover.GameLink {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #63563A;
	text-decoration: none;
}

.BankingTitle {
	font-weight: bold;
	color: #990000;
	background-image: url(../images/title-bg.jpg);
	height: 22px;
	display: block;
}
