BODY		{
		background-color: #FFFFFF;
		}




.maintable	{
		background-color: #DA0000;
		background-image: url("picts/background-intro.jpg");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}




.flashborder		{ BORDER-TOP: #666666 0px solid; BORDER-BOTTOM: #666666 0px solid; }


.textbox		{
			BORDER: #EC7D7D 1px solid;
			}


.introtext		{
			FONT: 12px arial, verdana, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			}


.introtitle		{
			FONT: 15px arial, verdana, sans-serif;
			font-weight: bold;
			color: #FFFFFF;
			}



.intro-menuborder	{ BORDER-TOP: #999999 1px solid; }



/* ENTER BUTON CODE */


.enter		{
		font-family: arial, verdana, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		text-align: center;
		display: block;
		width: 135px;
		padding: 3px 0px 3px 0px;
		margin: 0px;
		BORDER: #EC7D7D 1px solid;
		}

a.enter:link		{ color: #EC7D7D; text-decoration: none; }

a.enter:visited		{ color: #EC7D7D; text-decoration: none; }

a.enter:active		{ color: #EC7D7D; text-decoration: none; }

a.enter:hover		{
			color: #FFFFFF;
			text-decoration: none;
			BORDER: #FFFFFF 1px solid;
			}



