﻿body
	{
	overflow-X: hidden;
	overflow-Y: hidden;
	}

::selection
	{
	color: rgba(255,255,255, 1.0);
	background: rgba(0,0,255, 0.5);
/* 	background: -webkit-gradient(linear, left top, left 2, from(#FFFFFF), color-stop(4%, #E2E3E5), to(#FFFFFF));   */
	}

::-moz-selection
	{
	color: rgba(255,255,255, 1.0);
	background: rgba(0,0,255, 0.5);
/* 	background: -moz-linear-gradient(top, #FFFFFF, #E2E3E5 1px, #FFFFFF 250px); */
	}

.tiny
	{
	width: 1px;
	height: 1px;
	}

.hidden
	{
	visibility: hidden;
	}

.underlineSpecial
	{
	border-bottom: solid 2px #000000;
	display: inline;
	padding-bottom: 3px;
	}

.aHyperlink:link
	{
	text-decoration: none;
/* 	border-bottom: 1px solid #b4e7f8; */
/* 	box-shadow:inset 0 -3px 0 #b4e7f8; */
	}
.aHyperlink:visited
	{
	text-decoration: none;
	}
.aHyperlink:hover
	{
	text-decoration: none;
	}
.aHyperlink:active
	{
	text-decoration: none;
	}

.widthFull
	{
	width: 100%;
	}

.centre
	{
	text-align: center;
	}

.borderOff
	{
	border: 0;
	}

.tight
	{
	padding: 0px;
	border-spacing: 0px;
	}

.overflowXhidden
	{
	overflow-x: hidden;
	}

.overflowYhidden
	{
	overflow-y: hidden;
	}

.absolute
	{
	position: absolute;
	}

.bgndBlk
	{
	background: #000000;
	}

.blu
	{
	color: #0000ff;
	}

.bluBri
	{
	color: #9f9fff;
	}

.wht
	{
	color: #ffffff;
	}

.sans
	{
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	/* font-family: Sans-Serif; */
	}

.bld
	{
	font-weight: bold;
	}

.und
	{
	text-decoration: underline;
	}

.pt4
	{
	font-size: 4pt;
	}

.pt6
	{
	font-size: 6pt;
	}

.pt8
	{
	font-size: 8pt;
	}

.pt10
	{
	font-size: 10pt;
	}

.pt12
	{
	font-size: 12pt;
	}

.pt14
	{
	font-size: 14pt;
	}

.pt16
	{
	font-size: 16pt;
	}

.pt18
	{
	font-size: 18pt;
	}

.pt20
	{
	font-size: 20pt;
	}

.pt24
	{
	font-size: 24pt;
	}

.pt28
	{
	font-size: 28pt;
	}

.pt32
	{
	font-size: 32pt;
	}
	
.pt48
	{
	font-size: 48pt;
	}

.pt56
	{
	font-size: 56pt;
	}

#unsupported { border: 1px solid yellow; color: black; background-color: #FFFFAD; padding: 2em; margin: 1em; display: inline-block; }
#stars       { display: block; margin: auto; }