BODY		{
			font-family:	Verdana, Geneva, sans-serif;
			background:		#FFFFFF url("background.jpg") top left no-repeat fixed;
			}

a:link		{ color: #FCFF26; text-decoration: none; }
a:visited	{ color: #FCFF26; text-decoration: none; }
a:hover		{ color: #FFFFFF; font-decoration: underline; cursor:w-resize; }
a:active	{ color: #000000; font-decoration: underline; }

.tab		{	font-size:		15px;
				font-weight:	bold;
				text-align:		center;
				color:			#FCFF26;

				font-family:	Verdana, Geneva, sans-serif;
			    font-smooth:	always;

				display:		block;
				padding:		3px 0px 0px 0px;
			}

.tab.thov	{	color: #FFFFFF; }
.tab.tsel	{	z-index: 5;		}

#tab0		{	position:		absolute;
				left:	15px;	top:	63px;
				width:	162px;	height: 26px;
				background: url("Tabs/tab1.png") top left no-repeat; }
#tab0.tsel	{	background: url("Tabs/tab1s.png") top left no-repeat;	color:	#FFFFFF; }

#tab1		{	position:		absolute;
				left:	160px;	top:	63px;
				width:	162px;	height: 26px;
				background: url("Tabs/tab2.png") top left no-repeat; }
#tab1.tsel	{	background: url("Tabs/tab2s.png") top left no-repeat;	color:	#FFFFFF;  }

#tab2		{	position:		absolute;
				left:	305px;	top:	63px;
				width:	162px;	height: 26px;
				background: url("Tabs/tab3.png") top left no-repeat; }
#tab2.tsel	{	background: url("Tabs/tab3s.png") top left no-repeat;	color:	#FFFFFF;  }

#tabR		{	position:		absolute;
				left:	700px;	top:	63px;
				width:	162px;	height: 26px;
			}

#smR		{   position:	absolute;
				left: 735px;	top: 92px;

				font-size:		12px;
				font-smooth:	always;
				font-weight:	bold;
			}

.submenu	{	position:	absolute;
				left: 27px;	top: 92px;

				font-size:		12px;
				font-smooth:	always;
				font-weight:	bold;
			}

.strip		{	padding: 0px 10px 0px 10px;	color: #AB9EAF; }
.strip.tsel	{	background-color: #AAFFAA;	color: #000000; border: 1px solid #88DD88; }
.strip.thov	{	color:	#000000; }

#content		{
				position: absolute;
				left: 101px; top: 112px;
				border: 0px;
				max-height: 600px;

				width: 667px; height: 500px;
				}

#flag1			{ position: absolute; left:  24; top: 5px; }
#flag2			{ position: absolute; left:  84; top: 5px; }
#flag3			{ position: absolute; left: 144; top: 5px; }

.flagActive		{ opacity: 1;	}
.flagInactive	{ opacity: .25;	}

