/*content style (text=pageContent)*/

.text-header
{
	font-size: 11px;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	background-color: #4DB7DE;
}

.text
{
	font-size: 11px;
	color: #919191;
	font-family: Arial;
}

.pageContent 
{
	font-size: 11px;
	color: #919191;
	font-family: Arial;
}

.pageContent a 
{
	font-size: 11px;
	color: #919191;
	font-family: Arial;
}
A:link {
	COLOR: black; TEXT-DECORATION: none
}
A:visited {
	COLOR: #990000; TEXT-DECORATION: none
}
A:active {
	COLOR: black; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #990000; TEXT-DECORATION: underline
}

/*main menu*/

.menu
{
	font-size: 11px;
	color: #919191;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
}

.amenu
{
	font-size: 11px;
	color: #919191;
	font-family: Tahoma;
	text-decoration: none;
	word-spacing: -1px;
	font-weight: bold;
	text-decoration: underline;
}


/*submenu*/

.submenu
{
	font-size: 10px;
	color: #ffffff;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}

.asubmenu
{
	font-size: 12px;
	color: #990000;
	font-family: Tahoma;
	font-weight: bold;	
	text-decoration: none;	
}


/*bottom menu*/

.bmenu
{
	font-size: 10px;
	color: #919191;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: bold;
}

.abmenu
{
	font-size: 10px;
	color: #919191;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 10px;
	color: #919191;
	font-family: Tahoma;
}

.menu_separator
{
	background-color: #71C5E5;
}