body{
background-color:#000;
}


/* content */
.text-header { font-weight: bold; font-size: 21pt; font-family: Arial Black, Arial, sans-serif; color: #eee;}
.pageContent { font-size: 8pt; font-family: Arial, sans-serif; color: #eee; }
.pageContent a { font-size: 8pt; font-family: Tahoma, sans-serif; color: #eee; }

/* top elements */
.company {font-size: 15pt; font-family: Arial, sans-serif; color: #000000;text-transform:uppercase; }
.company:first-letter { font-weight: bold; font-size: 34pt; font-family: Arial Black, Arial, sans-serif; color: #000000; }
.slogan { font-size: 9pt; font-family: Arial, sans-serif; color: #000000;text-transform:uppercase; }
.title{ font-size: 18pt; font-family: Arial, sans-serif; color: rgb(192,175,119);font-weight:bold;}

/*main menu*/
.menu { font-weight: bold; font-size: 9pt; font-family: Futura, sans-serif; color: #FFFFFF; text-decoration: none; line-height:20px; text-transform:uppercase;}
.amenu { font-weight: bold; font-size: 9pt; font-family: Futura, sans-serif; color: #FFFFFF; text-decoration: none; line-height:20px; text-transform:uppercase;}

/*submenu*/
.submenu {font-weight: bold; font-size: 8pt; font-family: Arial, sans-serif; color: #EEEEEE; text-decoration: none;text-align:left;}
.asubmenu {font-weight: bold; font-size: 8pt; font-family: Arial, sans-serif; color: #EEEEEE; text-decoration: none; }

/*bottom menu*/
.bmenu { font-weight: bold; font-size: 8pt; font-family: Arial, sans-serif; color: #ffffff; text-decoration: none; }
.abmenu { font-weight: bold; font-size: 8pt; font-family: Arial, sans-serif; color: #ffffff; text-decoration: underline; }

/*copyright*/
.copyright { font-size: 8pt; font-family: Arial, sans-serif; color: #eee; }
 
 .bg_color{background-color:#000000}
 .bg_content{
	background-color:#000; 
	background-repeat:repeat-y;
	color:#eee;
}	
.bg_top{background-color:#000;}
.bg_line{background-color:#000;}
 
#logoimg{
  width:207px;
  height:100px;
  background-image:url(../images/logo.png);
  background-repeat:no-repeat;
  margin:0 auto;
  margin-top:40px;
}
