@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF3C4;
}

.body_text {
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
	font-size:13px;
	color:#FFF;
	padding: 10px;
}

.body_table_text {
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	color:#FFF;
	padding:5px;
}

.body_sub-subheader_text {
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-family:"Comic Sans MS", cursive;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#FC0;
}

.body_header_text {
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-family:"Comic Sans MS", cursive;
	font-size:50px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#930;
	text-shadow: 2px 2px 6px #000;
}

.body_subheader_text {
	/*font-family:Tahoma, Geneva, sans-serif; */
	font-family:"Comic Sans MS", cursive;
	font-size:20px;
	font-weight:bold;
	/* text-transform:uppercase;*/ 
	letter-spacing:3px;
	color:#960;
}

.cell_tile{
	background:url(../images/fade-bg.jpg);
}

.cell_tile_left{
	background:url(../images/fade-bg-left.jpg);
}

a:link {
	font-family:"Comic Sans MS", cursive;
	color: #FED138;
	text-decoration: none
}
	
a:visited {
	text-decoration: none;
	color: #FED138;
}

a:hover {
	font-family:"Comic Sans MS", cursive;
	color: #F60;
}

