/************************************* MAIN STYLES *************************************/

body{
	margin-top: 0px;
	background-image : url(../images/background.png);
	background-color : #F2F2F2;
	background-repeat:repeat-x;	
}

td{
	text-align: left;
}

#main{
	font-family:		Verdana,Arial,Sans-Serif;
	font-size:			10pt;
}

#main_table{
	width:				1115px;

}

#main_top_dancing{
	width:				70px;
	height:				 80px;
}

#main_top_stars1{
	background-image:	url(../images/banner_left.png);
	width:				501px;	
	height:				 80px;
}

#main_top_stars2{
	background-image:	url(../images/banner_right.png);
	width:				233px;	
	height:				 80px;
}

.footnote_link{
	font-size			: 7pt;
	color				: black;
	text-decoration		: none;
}

.footnote_link:hover{
	text-decoration		: underline;
}

/*************************************** NORMBOX ***************************************/


.normbox_top_left{
	background-image	: url(../images/normbox/top_left.png);
	width				: 10px;
	height				: 10px;
}

.normbox_top_right{
	background-image	: url(../images/normbox/top_right.png);
	width				: 9px;
	height				: 10px;
}

.normbox_top{
	background-image	: url(../images/normbox/top.png);
	height				: 10px;	
}

.normbox_left{
	background-image	: url(../images/normbox/left.png);
	width				: 10px;
}

.normbox_right{
	background-image	: url(../images/normbox/right.png);
	width				: 9px;
}

.normbox_bottom{
	background-image	: url(../images/normbox/bottom.png);
  	height				: 9px;  	
}

.normbox_bottom_right{
	background-image	: url(../images/normbox/bottom_right.png);
	width				: 9px;
	height				: 9px;
}

.normbox_bottom_left{
	background-image	: url(../images/normbox/bottom_left.png);
	width				: 10px;
	height				: 9px;
}

.normbox_inner{
	padding-top				: 5px;
	padding-left			: 3px;
	padding-right			: 3px;
	padding-bottom			: 5px;
    background-color  		: #F9B404;
}

.normbox_link{
	width							: 100%;
	background-color  : #B59AC4;
	text-align				: center;
	padding-left			: 15px;
	padding-right			: 15px;
	padding-top		 	  : 3px;
	padding-bottom 	  : 3px;
	color							: white;
	text-decoration	  : none;
}

.normbox_title_link{
	color							: lightgrey;
	text-decoration		: none;
}

.normbox_title_link:hover{
	color							: white;
}

.normbox_link:hover{
	text-decoration		:	underline;
}

/************************************** HEADERBOX **************************************/

.headerbox_left{
	background-image	: url(../images/header_left.png);
	width				: 9px;
	height				: 19px;	
}

.headerbox_inner{
	background-color	: #F2F2F2;
	height				: 19px;
	font-weight			: bold;
}

.headerbox_right{
	background-image: url(../images/header_right.png);
	width				: 9px;
	height				: 19px;
}




/************************************ LOCATION BAR *************************************/

.main_locations{
	font-size					: 12px;
	height						: 30px;
	color							: black;
	padding						: 6px;
}

.main_locations a{
	text-decoration		: none;
	color							: #663366;
}

.main_locations a:hover{
	color							: black;
}

/**************************************** SUBEMENU *************************************/

.sub_menu_link{
	color							: grey;
	text-decoration		: none;
}

.sub_menu_link:hover{
	color							: black;
	text-decoration		: underline;
}

/************************************* HTML ELEMENTS ***********************************/

a{
	color: 				black;
}

a:hover{
	text-decoration:	none;
}

h1{
	font-size:			12pt;
}

h2{
	font-size:			9pt;
}

p{
	font-size:			12px;
margin-top:4px;
}