/* settings for title text */
.titletext
{
	font-weight: bold;
	font-size: 20px;
	color: #5F98FA;
	font-family: Tahoma;
}
/* settings for small text */
.smalltext
{
	font-size: 9px;
	color: black;
	font-family: Verdana;
}
/* settings for standard text */
.standard
{
	font-size: 12px;
	color: black;
	font-family: Arial;
}
.standard a:link
{
	color: #4269AD;
	text-decoration: none;
}
.standard a:visited
{
	color: #4269AD;
	text-decoration: none;
}
.standard a:active
{
	color: #4269AD;
	text-decoration: none;
}
.standard a:hover
{
	color: #5F98FA;
	text-decoration: none;
}
/* settings for menubar */
.menubar
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
}
.menubar a:link
{
	color: white;
	text-decoration: none;
}
.menubar a:visited
{
	color: white;
	text-decoration: none;
}
.menubar a:active
{
	color: white;
	text-decoration: none;
}
.menubar a:hover
{
	color: red;
	text-decoration: none;
}
/* setting for left menu */
.menu
{
	font-weight: bold;
	font-size: 10px;
	color: white;
	font-family: Verdana;
}
.menu a:link
{
	color: white;
	text-decoration: none;
}
.menu a:visited
{
	color: white;
	text-decoration: none;
}
.menu a:active
{
	color: white;
	text-decoration: none;
}
.menu a:hover
{
	color: red;
	text-decoration: none;
}
.menu-inactive
{
	font-weight: bold;
	font-size: 10px;
	color: black;
	font-family: Verdana;
}
/* settings for error text */
.errortext
{
	font-size: 11px;
	color: red;
	font-family: Verdana;
}