/*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;
}


/* top elements */

.company
{
	font-size: 21px;
	color: #4DB7DE;
	font-family: Tahoma;
	letter-spacing : -1px;
	font-weight: bold;
}

.slogan
{
	font-size: 10px;
	color: #A5A5A5;
	font-family: Tahoma;
}

.slogan2
{
	font-size: 24px;
	color: #919191;
	font-family: Tahoma;
	letter-spacing : -1px;	
}

/*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: 10px;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;	
	text-decoration: underline;	
}


/*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;
}