html, body {
	font-family: Verdana;
	font-size: 12px;
	color: #151515;
	width: 100%;
	height: 100%;
	background-image:url('../../grtngCrds/imgs/bckGrd/t_bgrd.gif');
}
a:link
{
	color: rgb(31, 134, 255);
}
a:active
{
	color: rgb(98, 169, 255);
}
a:visited
{
	color: rgb(0, 53, 114);
}

h1
{
	font-weight: bold;
	font-size: 14pt;
	font-variant: small-caps;
	vertical-align: none;
	font-family: High Tower Text;
	font-style: normal;
	letter-spacing: 3pt;
	text-align: none;
	color: #330099;
}
h2
{
	font-weight: bold;
	text-align: none;
	font-family: Eras Light ITC;
	letter-spacing: 1pt;
	font-size: 12pt;
	vertical-align: none;
}
p
{
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}
hr
{
	color: #C1C1C1;
	height: 2px;
}

table {
	border-collapse: collapse;
	text-align: center;
}
td, tr
{
	text-align: center;
}

#main {
	text-align: left;
	width: 480px;
	height: 90px;
	margin: 0px;
	padding: 50px 0px 0px 40px;
}
#url {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	color: #666666;
	background-image: url('/sleek-pr/images/url.gif');
	width: 396px;
	height: 15px;
	padding: 1px 2px 0px 2px;
	border: 1px solid #97A9C4;
	margin: 0px 0px 2px 0px;
	display: block;
}
.colorBox {
	width: 100%;
	height: 100%;
	background-color: #000000;
	-moz-opacity: 0.2;
	opacity: 0.2;
	-khtml-opacity: 0.2;
	filter: alpha(opacity=20);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
.overlayBox {
	width: 600px;
	height: 200px;
	background-color: #EEEEEE;
	background-image: url('/sleek-pr/images/loading.gif');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 20;
}
.overlayBox h1 {
	font-size: 16px;
	color: #0000FF;
	background-color: #CCCCFF;
	margin: 0px;
	font-weight: normal;
	padding: 4px;
}
.overlayBox h1 a {
	font-family: Verdana, Trebuchet MS, Arial;
	font-size: 11px;
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: right;
	margin: 5px 3px 0px 0px;
	font-variant: small-caps;
}
.overlayBox h1 a:hover {
	text-decoration: underline;
	color: #0099FF;
}
.overlayBox div {
	padding: 2px 12px 2px 12px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: -1px;
	background-color: #FFFFFF;
}
.overlayBox .link {
	cursor: pointer;
}
.overlayBox div strong {
	float: right;
}