<STYLE>

.test  {
	font-family : Arial;
	font-size : 10pt;
	color : #ffcc00;
	font-weight : bold;
}

.red  {
	font-family : Arial;
	font-size : 10pt;
	color : #E41B48;
}

.redbold  {
	font-family : Arial;
	font-size : 10pt;
	color : #E41B48;
	font-weight : bold;
}

.bold  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
}

.small  {
	font-family : Arial;
	font-size : 8pt;
	color : #000000;
}

.title  {
	font-family : Arial;
	font-size : 12pt;
	color : #000000;
	font-weight : bold;
}

.text  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
}

.navbold  {
	font-family : Arial;
	font-size : 10pt;
	color : #ffffff;
	font-weight : bold;
}

.navlink  {
	font-family : Arial;
	font-size : 10pt;
	color : #ffffff;
	TEXT-DECORATION : none;
}

.link  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	TEXT-DECORATION : none;
}

A.navlink  {
	font-family : Arial;
	font-size : 10pt;
	color : #FFFFFF;
	TEXT-DECORATION : none;
}

A.navlink:hover  {
	font-family : Arial;
	font-size : 10pt;
	color : #CC0033;
	TEXT-DECORATION : none;
}

A  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	TEXT-DECORATION : none;
}

A.link  {
	font-family : Arial;
	font-size : 10pt;
	color : #000000;
	font-weight : bold;
	TEXT-DECORATION : none;
}

A.link:hover  {
	font-family : Arial;
	font-size : 10pt;
	color : #CC0033;
	font-weight : bold;
	TEXT-DECORATION : none;
}

A.smallink  {
	font-family : Arial;
	font-size : 8pt;
	color : #000000;
	TEXT-DECORATION : none;
}

A.smallink:hover  {
	font-family : Arial;
	font-size : 8pt;
	color : #CC0033;
	TEXT-DECORATION : none;
}


#divContainer  {
	position : relative;
	width : 320px;
	height : 190px;
	overflow : hidden;
	top : 0px;
	left : 0px;
	clip : rect(0,320,190,0);
	visibility : hidden;
	z-index : 4;
}

#divContainerHome  {
	position : relative;
	width : 320px;
	height : 80px;
	overflow : hidden;
	top : 0px;
	left : 0px;
	clip : rect(0,320,80,0);
	visibility : hidden;
	z-index : 4;
}


#divContent  {
	position : absolute;
	top : 0px;
	left : 0px;
}