@charset "utf-8";
/* CSS Document */

body{
	margin-top:0;
	margin-bottom:0;
	text-align:center;
	background-color:#74d1f6;
	font-family:"HelvCondensed",Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:18px;

}

#main{
	width:900px;
	height:auto;
	border:5px solid #FFFFFF;
}

#footer{
	width:900px;
	font-size:11px;
	background:#898ec6;
	color:#FFFFFF;
}

#wave{
	width:900px;
	height:255px;
	background:#898ec6;
}

#contents{
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
}

#leftboxcountdown{
	float:left;
	width:300px;
}

#highlights{
	float:left;
	width:500px;
}


/******** CLASS *******************************/

.titleText{
	font-size:15px;
	font-weight:bold;
}

.bigFont{
	font-size:14px;
	font-weight:bold;
}

.boldFont{
	font-weight:bold;
}


.linkText a{
	color:#000000;

}
.linkText a:link{
	text-decoration:underline;
	
}


.linkText a:hover{
	text-decoration:underline;
	
}

.caption{
	font-size:11px;
}

.footer{
	width:900px;
	font-size:11px;
	background:#898ec6;
	color:#FFFFFF;
	text-decoration:underline;
}

.footer a {
	text-decoration:none;
}
