/*content style (text=pageContent)*/

.nounderline { text-decoration:none; }


a {
	color: #5B5B5B;
}

a:hover {
	color: black;
	background-color: #E9FBED;
}

.text-header
{
	font-size: 21px;
	color: #5B5B5B;
	font-family: Arial;
	letter-spacing : -1px;
}

.text
{
	font-size: 1em;
	color: #5B5B5B;
	font-family: Arial;
}

.pageContent 
{
	font-size: 11px;
	color: #5B5B5B;
	font-family: Arial;
}

.pageContent a 
{
	font-size: 11px;
	color: #5B5B5B;
	font-family: Arial;
}


/* top elements */

.company
{
	font-size: 22px;
	color: #FFCC00;
	font-family: Arial;
	letter-spacing : -1px;
}

.slogan
{
	font-size: 21px;
	color: white;
	font-family: Arial;
}


/*main menu*/

.menu
{
	font-size: 11px;
	color: white;
	font-family: Arial;
	text-decoration: none;
	word-spacing: -1px;
}


/*submenu*/

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

.asubmenu
{
	font-size: 11px;
	color: #5A5A5A;
	font-family: Arial;
	text-decoration: underline;
	font-weight: bold;
}


/*copyright*/

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

.top-bg
{
	background-color: #D9EBDD;
}

.menu-bg
{
	background-color: #639D9D;
}

.submenu-bg
{
	background-color: #D9EBDD;
}

.bg
{
	background-color: #D9EBDD;
}

ul {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	padding-left: 1.5em;
	padding-bottom: 0em;
	text-indent: 0.0em;
	font-size:100%;
	font-family: arial,Geneva,Helvetica,sans-serif;
}

