/* content */
.text-header {
	font-weight: normal;
	font-size: 46px;
	font-family: "SF Grunge Sans";
	color: #666666;
}
.pageContent { font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; }
 .pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #000000; }

/* top elements */
.company { font-weight: bold; font-size: 16pt; font-family: Tahoma, sans-serif; color: #ffffff; text-transform: uppercase; }
.slogan { font-weight: bold; font-size: 8pt; font-family: Tahoma, sans-serif; color: #ffffff; text-transform: uppercase; }

/*main menu*/
.menu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: none; }
.amenu {
	font-weight: bold;
	font-size: 14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: center;
	background-color: #CC0000;
}

/*submenu*/
.submenu {
	font-weight: normal;
	font-size: 7pt;
	font-family: Tahoma, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
.asubmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #ffffff; text-decoration: underline; }

/*bottom menu*/
.bmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #A0A0A0; text-decoration: none; }
.abmenu { font-weight: bold; font-size: 9pt; font-family: Tahoma, sans-serif; color: #A0A0A0; text-decoration: underline; }

/*copyright*/
.footer { font-size: 7.5pt; font-family: Tahoma, sans-serif; color: #A0A0A0; }

/*backgrounds*/
.main-bg {
	background-color: #CC66FF;
	background-repeat: repeat-y;
	background-position: right;
}

