*
{
	margin:0;
	padding:0;

	vertical-align:baseline;
	color:#d8f2ec;
}

html
{
	height:100%;
}

body
{
	width:100%;
	min-width:1250px;
	height:100%;

	background:url('../imgs/bg.png') repeat center #485dc5 fixed;

	font-family:Century Gothic, times new roman;
	font-size:10pt;
}

TD.tab
{
	width:25%;
}
TD.tab DIV
{
	width:160px;
	height:1.5em;

	margin:-2.5em 0 0 0;

	font-size:12pt;
	text-align:center;
}

DIV#menu
{
	position:absolute;
	top:330px;
	left:20px;
	z-index:5;

	width:261px;
	height:200px;
}
DIV#menu DIV
{
	margin-bottom:30px;
}

.fleft
{
	float:left;
}
.fright
{
	float:right;
}

.left
{
	text-align:left;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}

.mcenter
{
	margin:0 auto;
}

.lmenu
{
	width:145px;

	margin:-45px 0 0 15px;

	font-size:12pt;
	text-align:center;
}
.lmenu DIV
{
	height:1.5em;
}

IMG
{
	line-height:0;
}

A
{
	color:#d8f2ec;
	text-decoration:none;
}
A:hover
{
	font-weight:bold;
}

H1
{
	font-size:16pt;
	color:#1c29a7;
}
H3
{
	font-size:12pt;
	color:#1c29a7;
}

UL
{
	margin-left:10px;
	padding-left:20px;
}
UL LI
{
	margin-bottom:3px;
}
UL LI A
{
	text-decoration:underline;
}
P:first-letter
{
	padding-left:15px;
}

.selected
{
	font-size:12pt;
	font-weight:bold;
	color:#1c3b95;
}

.pg-bar SPAN
{
	font-weight:bold;
	text-decoration:underline;
}

.packages LI
{
	height:40px;

	margin-bottom:-5px;
	padding-top:11px;

	background:url('../imgs/lnk-bg.png') no-repeat;
}
.packages LI A
{
	text-decoration:none;
}
.packages LI.desc
{
	height:auto;

	margin-bottom:0px;

	background:none;
}

TABLE.columns
{
	width:100%;
}
TABLE.columns TD
{
	width:50%;

	padding:0 20px 20px 0;
}

A IMG
{
	border:none;
}