.textannounce {
	font-size: medium;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-align: center;
}
.textnormal {
	font-size: small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}
.texttitle {
	font-size: x-large;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: justify;
}
.textsubtitle {
	font-size: medium;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-align: justify;
}
.textbold {
	font-size: small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
}
.textnormalcenter {
	font-size: small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
}
.textsmall {
	font-size: x-small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.toolbarbutton {
	font-size: small;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal%;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
td.toolbar {
	height: 25px;
	vertical-align: middle;
	text-align: center;
}
td.toolbarmenuspace {
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
td.toolbarselectedmenu {
	height: 25px;
	background-color: #eeeeee;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	vertical-align: middle;
	text-align: center;
}
td.toolbarselected {
	height: 25px;
	background-color: #eeeeee;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
}
td.toolbarmenu {
	height: 100px;
	background-color: #eeeeee;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	vertical-align: top;
	text-align: center;
}
td.toolbarmenuleft {
	height: 100px;
	background-color: #eeeeee;
	border-bottom-left-radius: 5px;
	vertical-align: top;
	text-align: center;
}
td.toolbarmenuright {
	height: 100px;
	background-color: #eeeeee;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;	
	vertical-align: top;
	text-align: center;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #000099;
}
a:active {
	color: #FF0000;
}
