BODY		{
		background-color: #00349c;
		}

.rightimage	{
		background-image: url("picts/flag-n.jpg");
		background-repeat: repeat-x;
		BORDER-LEFT: #00349c 1px solid;
		}

.flashborder		{ BORDER-TOP: #9ccfff 10px solid; BORDER-BOTTOM: #9ccfff 10px 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: 16px 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: #0082ff;
		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;
			}
