/* content */
.pageContent		{ font-size: 13pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; padding-left: 70px; }
.pageContent td		{ font-size: 13pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; padding-left: 70px; }

/* what colour are links */
.pageContent a		{ color: #89e8ad; text-decoration: none; font-weight: bold; font-size: 12pt; }

/* what colour are links when you point at them */
.pageContent a:hover	{ color: #ffffff; border-bottom: 1px dashed #ffffff; }

#plain			{ border: none; }

/* big headers */
.text-header-h2 { font-size: 18pt; font-weight: bold; }

/* medium headers */
.text-header-h3 { font-size: 15pt; font-weight: bold; }

/* top elements */
.company { font-size: 16pt; font-family: cursive; color: #ffffff; }
.slogan { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; }

/*main menu*/
.menu { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; text-transform: uppercase; }
.amenu { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: underline; text-transform: uppercase; }

/*submenu*/
.submenu { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: none; }
.asubmenu { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #ffffff; text-decoration: underline; }

/*copyright*/
.footer { font-size: 8pt; font-family: Arial Narrow, Arial, sans-serif; color: #636363; }

/*backgrounds*/
.main-bg { background-color: #49a86d; }
.logo-bg { background-color: #acd15d; }
