HTML
{
	font-family: "trebuchet ms", "bitstream vera sans", Geneva, Arial, Helvetica, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 90%;
	background-color: #f8f8f8;
}
/*
DIV
{
	border: 1px solid gray;
}
*/

A,
A:active,
A:visited
{
	color: #4ab4ff;
	text-decoration: none;
}

A:hover
{
	color: #e9a021;
	text-decoration: none;
}

DIV.FloatClear
{
	clear: both;
}

TABLE
{
	clear: none;
}

UL#LanguageBar
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 2px 25px 2px 25px;
	font-size: 90%;
	font-size: 14px;
	text-align: right;
}

UL#LanguageBar A,
UL#LanguageBar A:active,
UL#LanguageBar A:visited
{
	color: #65b300;
}

UL#LanguageBar A:hover
{
	color: #e9a021;	
}

UL#LanguageBar LI
{
	display: inline;
	list-style-type: none;
	margin: 1px 1em 1px 1em;
}
/*
UL#LangSwitch .Active
{
	
}
*/

#MainFooter
{
	clear: both;
	background: #ececec url(images/main-footer-bg.gif) repeat-y center;
}

#MainFooter .MainFooterBottom
{
	padding-top: 10px;
	background: transparent url(images/main-footer-bn.gif) no-repeat bottom;
	height: 90px;
}

#MainFooter .MainFooterContent
{
	margin: 10px 30px 0px 90px;
	border-left: 1px solid #CCCCCC;
	vertical-align: middle;
}

#MainFooter H5
{
	margin: 2px 2px 2px 10px;
	padding: 0;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 11px;
}

#MainFooter A,
#MainFooter A:active,
#MainFooter A:visited
{
	color: #AAAAAA;	
	text-decoration: none;
}


#MainFooter A:hover
{
	color: #777777;
	text-decoration: underline;
}

ACRONYM
{
	cursor: help;
}