/*content style (text=pageContent)*/

.text-header
{
	font-size: 22px;
	color: white;
	font-family: Arial;
}

.text
{
	font-size: 11px;
	color: white;
	font-family: Arial;
}

.pageContent 
{
	font-size: 11px;
	color: white;
	font-family: Arial;
}

.pageContent a 
{
	font-size: 11px;
	color: white;
	font-family: Arial;
}


/* top elements */

.company
{
	font-size: 22px;
	color: white;
	font-family: Arial;
	letter-spacing : -1px;
	font-weight: bold;
}

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


/*main menu*/

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

.amenu
{
	font-size: 12px;
	color: #5A5A5A;
	font-family: Arial;
	word-spacing: -1px;
	text-decoration: underline;
}


/*submenu*/

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

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


/*copyright*/

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

.main-bg
{
	background-color: #CC0A5C;
}

.submenu-hr
{
	background-color: #E1709F;
}

.footer-bg
{
	background-color: #CC0A5C;
}
