/*content style (text=pageContent)*/

.text-header
{
	font-size: 25px;
	color: #ffffff;
	font-family: Arial;}

.text
{
	font-size: 10pt;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.pageContent 
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

.pageContent a 
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}
a:link {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
}
a:hover {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #EDDF00;
}
a:active {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}
a:visited {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
}




/* top elements */

.company
{
	font-size: 18px;
	color: #ffffff;
	font-family: Arial;
	letter-spacing : -1px;
	font-weight: bold;
}

.slogan
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
}

.url
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
}

/*main menu*/

.menu
{
	font-size: 13px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	word-spacing: -1px;
}

.amenu
{
	font-size: 13px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
	word-spacing: -1px;
	text-decoration: underline;
}


/*submenu*/

.submenu
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}

.asubmenu
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: underline;	
}


/*bottom menu*/

.bmenu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: underline;
}

.abmenu
{
	font-size: 12px;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}


/*copyright*/

.footer
{
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
}

.bg
{
	background-color: #3384D1;
}

