BODY		{
		background-color: #AFC4D8;
		}




.maintable	{
		background-color: #A3B2CC;
		background-image: url("picts/background-intro.jpg");
		background-repeat: repeat-x;
		background-position: 0px 0px;
		}


.rightimagea	{
		background-image: url("picts/intro2.jpg");
		background-repeat: repeat-x;
		BORDER-LEFT: #1D447F 0px solid;
		}

.rightimage	{
		background-image: url("picts/intro.jpg");
		background-repeat: repeat-x;
		BORDER-LEFT: #1D447F 0px solid;
		}


.flashborder		{ BORDER-TOP: #4F3A35 14px solid; BORDER-BOTTOM: #4F3A35 14px solid; height: 150px; width: 100%; }




.textbox		{
			BORDER-TOP: #C9D1DF 1px solid;
			BORDER-LEFT: #C9D1DF 1px solid;
			BORDER-BOTTOM: #C9D1DF 1px solid;
			BORDER-RIGHT: #C9D1DF 1px solid;
			background-color: #B9C4D6;
			}


.introtext		{
			FONT: 14px arial, verdana, sans-serif;
			font-weight: normal; 
			color: #000000;
			}


.introtitle		{
			FONT: 15px arial, verdana, sans-serif;
			font-weight: bold;
			color: #000000;
			}



.intro-splits		{ border-top: #A3B2CC 1px solid; background-color: #A3B2CC; color: #A3B2CC; 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: #A3B2CC;
		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;
			}








