BODY		{
		background-color: #FFFFFF;
		}




.maintable	{
		background-color: #E4EAEA;
		background-image: url("picts/background-intro.jpg");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}




.rightimage	{
		background-image: url("picts/intro.jpg");
		background-repeat: repeat-x;
		BORDER-LEFT: #354D50 1px solid;
		}


.flashborder		{ BORDER-TOP: #354D50 15px solid; BORDER-BOTTOM: #354D50 15px solid; }




.textbox		{
			BORDER-TOP: #EBF4F4 1px solid;
			BORDER-LEFT: #EBF4F4 1px solid;
			BORDER-BOTTOM: #92A9A9 1px solid;
			BORDER-RIGHT: #92A9A9 1px solid;
			background-color: #CDD8D9;
			}


.introtext		{
			FONT: 12px arial, verdana, sans-serif;
			font-weight: normal;
			color: #000000;
			}


.introtitle		{
			FONT: 18px arial, verdana, sans-serif;
			font-weight: bold;
			color: #336666;
			}



.intro-splits		{ border-top: #92A9A9 1px solid; background-color: #EBF4F4; color: #EBF4F4; height: 2px; width: 100%; }




/* ENTER BUTON CODE */

#enterbutton		{ position: absolute; visibility: visible; left: 605px; top: 450px; z-index:2 }

.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: #8FAEB3 1px solid;
		background-color: #354D50;
		background-image: url("picts/menu.gif");
		}

a.enter:link		{ color: #8FAEB3; text-decoration: none; }

a.enter:visited		{ color: #8FAEB3; text-decoration: none; }

a.enter:active		{ color: #8FAEB3; text-decoration: none; }

a.enter:hover		{
			color: #FFFFFF;
			background-image: url("picts/menuon.gif");
			text-decoration: none;
			BORDER: #FFFFFF 1px solid;
			}







