/* Copyright (c) Carat Interactive. All Rights Reserved. */
/* Cascading Style Sheet */

body
{
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFF;
	background-image:url(../img/ice.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

a
{
	color: #09F;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

.launch
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}

.note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}
.detail
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	padding-left: 10px;
}
.separator
{
	background-attachment: scroll;
	background-color: #666;
}
.div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	height: 18px;
	width: 100%;
	position: fixed;
	overflow: hidden;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	bottom: 0px;
}
