body{
padding:0px;
margin:0px;
background:url(images/bg.gif) top repeat-x;
}


table {border-collapse:collapse; border:0px;}


table, td {
		width:100%;
		height:100%;
		border:0px;
	}

td { vertical-align:top; padding:0px;}

span a { color:#86E2FF; background:url left center no-repeat; padding-left:11px}
a { color:#86E2FF; background:none; padding:0px}
a:hover{text-decoration:none;}

img { border:0px;}

.padding { padding:0px 30px 15px 26px}
.padding2 { padding:0px 10px 15px 26px}

.bg-mid { background:url(images/bg-mid.jpg) top left no-repeat; width:310px}
.bg-bot { background:url(images/bg-bot.gif) top repeat-x #F2258E}
.bg-bot td { padding:48px 0px 0px 25px;}
.bg-bot td a { color:#FFFFFF; text-decoration:none; }
.bg-bot td a:hover{ color:#FFFFFF; text-decoration:underline}

.tall-t { background:url(images/tall-t.jpg) top repeat-x #1584B2;}
.k-bl { background:url(images/k-bl.gif) bottom left no-repeat}
.k-br { background:url(images/k-br.gif) bottom right no-repeat}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
	}
	
.line { background:#1B91BB; height:1px}
.line2 { background:#75B9D4; height:1px}
.line3 { background:#43AACC; height:1px}

.form{height:23px; margin-top:1px;}
.form input {width:176px; height:20px; border:#46647D 1px solid; background:#ffffff; padding-left:5px; color:#013967}

textarea {width:176px; height:130px; border:#46647D 1px solid; background:#ffffff; padding-left:5px; overflow:auto; margin-top:1px; color:#013967}

ul {margin:0; padding:0; list-style:none}
li  {background:none no-repeat left center; margin:0px; padding:0px 0px 0px 0px;font-family:Arial;
	font-size:14px;
	line-height:16px;
	text-transform:none;
	color:#FFFFFF;}
li a  {line-height:15px; color:#86E2FF;}


p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 500px;
	height: 400px;
}

