﻿body {
	cursor: default;
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	color: #fff;
	padding-bottom: 0px;
}
a {
	cursor: hand;
}
.c {
	margin: auto;
	text-align: left;
}
.l, .r {
	padding: 0px 0px 0px 0px;
	width: 6px;
	position:relative;
}
.r {
	z-index: 1;
}
.l, .fl {
	float: left;
}
.r, .fr {
	float: right;
}
.ib {
	display: inline-block;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.lt, .rt, .lb, .rb  {
	height: 15px; width: 15px; z-index: 100;
}
.lt {
	background: transparent url(assets/corner-sprite.png) no-repeat;
	position: relative; left: 0px; top: 0px;
}
.rt {
	background: transparent url(assets/corner-sprite.png) no-repeat -15px 0px;
	position: relative; left: -9px; top: 0px;
}
.lb {
	background: transparent url(assets/corner-sprite.png) no-repeat 0px -15px;
	position: relative; left: -0px; top: 0px;
}
.rb {
	background: transparent url(assets/corner-sprite.png) no-repeat -15px -15px;
	position: relative; left: -9px; top: 0px;
}
.lm, .rm {
	background-color: #fff;
	position: relative; top: 0px;
}
.m {
	top: 10px;
	margin-left: 6px;
	margin-right: 6px;
}
.mb {
	height: 6px;
	background-color: #fff;
	margin: 0px 6px 0px 6px;
	position: relative;
	text-align: right;
}
div.s {
	position: absolute;
	min-height: 750px;
	min-width: 940px;
	height: 100%; width: 100%;
	left: 0px; top: 0px;
	background-image: url(assets/stripe-tile.png);
}
.cr {
	font-size: 9pt;
	position: relative;
	text-align: center;
}
#title h1 {
	background: url(assets/pb-tm.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
	width: 140px; height: 36px;
}
.small {
	font-size: smaller;
}