body
{
	background : #ffffff;
	margin : 10px,10px,0px,10px;
	text-align : left;
	font-family : arial, monospace;
}

.menu_red
{
	color : #de0031;
	font-size : 8pt;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}

.menu_white
{
	color : #ffffff;
	font-size : 8pt;
	font-weight : bold;
	text-align : center;
	vertical-align : middle;
}


.main_title 
{
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
}

.main_text 
{
	color : #000000;
	font-size : 10pt;
	text-decoration: none;
}

.info_title 
{
	color : #000000;
	font-size : 10pt;
	font-weight : bold;
}

.info_text 
{
	color : #000000;
	font-size : 8pt;
}

.super_black 
{
	color : #000000;
	font-size : 11px;
	font-weight : bold;
}
.super_white 
{
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
}
.super_color 
{
	color : #000000;
	font-size : 13px;
	font-weight : bold;
}


.slogan 
{
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	font-style : italic;
}

.to_play 
{
	color : #de0031;
	font-size : 14px;
	font-weight : bold;
	font-style : underline;
}

.calendar_heading 
{
	color : #de0031;
	font-size : 16px;
	font-weight : bold;
	font-style : underline;
}

.calendar_dates 
{
	color : #de0031;
	font-size : 12px;
	font-weight : bold;
	font-style : underline;
}

.calendar_weekdays 
{
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
	font-style : underline;
	background-color : #000000;
}

.starchoice
{
	color : #000000;
	font-family : arial, Verdana;
	font-size : 18px;
	text-align : center;
	vertical-align : middle;
}

a.menu2
{
	color:#ffffff;
	cursor:pointer;
	cursor:hand;
	text-decoration:none
}

a.menu2:link
{
	color:#ffffff;
}

a.menu2:visited
{
	color:#ffffff;
}

a.menu2:hover
{
	border-bottom:1px solid #C28439;
	border-top:1px solid #C28439;
	color:#CC3300;
}

a.menu1
{
	color:#de0031;
	cursor:pointer;
	cursor:hand;
	text-decoration:none
}

a.menu1:link
{
	color:#de0031;
}

a.menu1:visited
{
	color:#de0031;
}

a.menu1:hover
{
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	color:#000000;
}

.headl 
{
	background-image: url(header.gif);
	background-repeat: repeat-x;
}

.theapp {
	font-size : 8pt;
}

.launchbutton
{
	border-color:#A82261;
	border-width:1;
	text-align:center;
}



#container
	{
		width: 500px;
		padding: 30px;
		border: 1px solid #ccc;
		background: #fff;
	}

#navigation
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#navigation li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#navigation a:link, #navigation a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#navigation a:link.active, #navigation a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#navigation a:hover
	{
		background: #fff;
	}