/* CSS Document */
A:link {
	COLOR: #9900FF; TEXT-DECORATION: none
}
A:visited {
	COLOR: #660033; TEXT-DECORATION: none
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
	font-style: italic;
}
A:active {
	COLOR: #993300; TEXT-DECORATION: underline
}
A IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A:link IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A:visited IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A:hover IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}
A:active IMG {
	BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
}

#menu
	{
	height: auto;
	width: auto;
	position: absolute;
	left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033FF;
	font-weight: bold;
	top: 25%;		
	}
#td
{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0033FF;
	font-weight: bold;
}
#content
	{
	height: auto;
	width: auto;
	position: absolute;
	left: 20%;
	right:25%;
	top: 25%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px
	
		}
	
#news
	{
	width: auto;
	position: absolute;
	top: 25%;
	left: 79%;
	}
