A:link{
	color				:#3030CC	;
	text-decoration			:none	;
}
A:visited{
	color				:#3030CC	;
	text-decoration			:none	;
}
A:hover{
	color				:#000000	;
	text-decoration			:underline	;
}

body{
	font-size:		12px;
	line-height:	150%;
	color:			#333333;
	background:		#e9e9ef;
}
H1	{
	font-size:	10px;
	color:		#888888;
	font-weight:	normal;
	position:	absolute;
	top:		2px;
	left:		22px;
}

H2	{
	font-size:	12px;
	font-weight:	bold;
	color:		#445588;
	margin:0px;
}
H3	{
	text-decoration	:underline	;
	font-size:	12px;
	font-weight:	normal;
	color:		#445588;
	margin:0px;
}
STRONG	{
	font-weight:	normal;
}
#HtugMaster{
	position:	absolute;
}

#TopMenu{
	width:			720px;

	margin-left		:auto;
	margin-right	:auto;

	position:		relative;
}

#MenuBar{
	position:		absolute;
	top:			81px;
}

#Outer{
	width:			719px;
	background:		#ffffff;
	border:			1px solid #666666;

	margin-left		:auto;
	margin-right		:auto;
}

#LeftSide{
	width:			150px;
	background:		#ffffff;
	text-align:		left;
	float:			left;
	margin-top:		9px;
	margin-left:		9px;
	margin-right:		0px;
	margin-bottom:		9px;
	display:		inline;
}

#Menubox{
	width:			150px;
	background:		#e0e0e0;
	margin-top:		5px;
	margin-bottom:		5px;
}

#RightSide{
	width:			538px;
	background:		#ffffff;
	text-align:		left;
	float:			right;
	margin-top:		9px;
	margin-left:		0px;
	margin-right:		9px;
	margin-bottom:		9px;
	display:		inline;

}

#Footer{
	width:			698px;
	background:		#ffffff;

	clear: 			both;
}