td.mainText{
	font-size : 8pt;
	font-family : Verdana;
	color: Black;
	text-decoration : none;
	text-align : justify;
	vertical-align : top;
	background-color : #F0FEFF;
}
td.leftText{
	font-size : 8pt;
	font-family : Verdana;
	color: Black;
	text-decoration : none;
	text-align : left;
	vertical-align : top;
	background-color : #F0FEFF;
}
td.centerText{
	font-size : 8pt;
	font-family : Verdana;
	color: Black;
	text-decoration : none;
	text-align : center;
	vertical-align : top;
	background-color : #F0FEFF;
}
td.withMainMenuItems {
	background-color : #BEBEBE;
	vertical-align : middle;
}
td.withSubMenuItems {
	background-color : #F0FEFF;
	vertical-align : top;
}
.dateText {
	background-color : #47A5AE;
	color : White;
	font-size : 8pt;
	font-family : Verdana;
	font-weight : normal;
	text-decoration : none;
}
a.mainMenuItems{
	color : White;
	font-size : 10pt;
	font-family : Verdana;
	text-decoration : none;
	font-weight : normal;
}
A:HOVER.mainMenuItems {
	font-weight : bold;
	text-decoration : none;
}
a.subMenuItems{
	color : Black;
	font-size : 9pt;
	font-family : Verdana;
	text-decoration : none;
	font-weight : normal;
}
A:HOVER.subMenuItems {
	font-weight : bold;
	text-decoration : none;
}
a.inMainText{
	color : Black;
	font-size : 8pt;
	font-family : Verdana;
	text-decoration : underline;
	font-weight : normal;
}
A:HOVER.inMainText {
	background-color : #47A5AE;
	color : White;
	text-decoration: underline;
	font-weight : normal;
}
a.undecorated{
	color : Black;
	font-size : 6pt;
	font-family : Verdana;
	text-decoration : none;
	line-height: 7pt;
}
A:HOVER.undecorated {
	color : Black;
	text-decoration: none;
}


