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

html {
overflow: -moz-scrollbars-vertical !important;
}

body {
margin-top: 0px;
margin: 0px;
padding: 0px;
background: #999999;
color: #333333;
font: normal normal 90% Trebuchet, Trebuchet MS, Arial, sans-serif;
}

a:link,
a:visited,
a:active {
color: #78B749;
font-weight:bold;
}

a:hover {
color: #b7524a;
}

a img {
border: 0;
}

td.top-banner1 {
background-color:#666666;
border-bottom: solid 1px #eeeeee;
height: 22px;
}

td.top-banner2 {
background-image:url(../images/top-banner1.jpg);
background-repeat:repeat-x;
height: 13px;
}

td.top-text1 {
background-image:url(../images/top-banner2.jpg);
background-repeat:repeat-x;
padding-left: 30px;
color: #78B749;
font: normal bold 340% Verdana, sans-serif;
height: 81px;
}

td.top-text2 {
background-image:url(../images/top-banner2.jpg);
background-repeat:repeat-x;
padding-left: 30px;
height: 81px;
}

td.main {
width: 780px;
height: 779px;
background-color:#FFFFFF;
background-image:url(../sucker/photos/acrylic/dancer_large.jpg);
background-repeat:no-repeat;
}

td.main1 {
width: 780px;
/*height: 390px;*/
background-color:#cccccc;
}

td.main1_sub {
padding-left:35px;
padding-top:5px;
padding-right:15px;
color:#999999;
font-size:90px;
border-bottom:solid 4px #78B749;
}

td.main2_sub {
background-color:#333333;
color:#78B749;
}

td.comm_sub {
padding-left:35px;
color:#333333;
border-bottom:solid 4px #78B749;
}

object.x {
z-index:-1000;
}






/* --- Sets the style for the Help/Info tool tip container --- */
	.tool-tip {
		width: 170px;
		z-index: 13000;
	}

/* --- Sets the style for the Help/Info tool tip title and header --- */
	.tool-title {
		font-family:arial,helvetica,sans-serif;
		font-weight: bold;
		font-size: 11px;
		margin: 0px;
		color: #D49792;
		padding: 4px 8px 4px;
		border-bottom: 2px solid #78B749;
		background: url('../images/bubble.png') top left;
	}

/* --- Sets the style for the Help/Info tool tip body and text  --- */
	.tool-text {
		font-family:arial,helvetica,sans-serif;
		font-size: 11px;
		padding: 4px 8px 8px;
		color: #ffffff;
		background: url('../images/bubble.png') bottom right;
	}

/* --- Sets the style for the Help/Info symbol link --- */
	a.mytip:link {
		color: #b7524a;
		text-decoration: none;
	}

/* --- Sets the style for the Help/Info symbol visited link --- */
	a.mytip:visited {
		color: #b7524a;
		text-decoration: none;			
	}