/* GENERAL */

.textColor1 {color #003300; }
.textColor2 {color: #663300}

/* HOME PAGE */

.title {
	margin-top: 15%;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-family: Arial, sans-serif;
	font-size: 1.8em;	
	text-align:center;
}
.tradeMark {font-size: x-small}
.loginLink {
    text-align:right;
	font-size: 1em;	
}
.loginLink a { color: #003300; }
.loginLink a:visited { color: #003300; }
.homeLink {
	text-align: left;
	font-size: 1em;	
}
.homeLink a { color: #003300; }
.homeLink a:visited { color: #003300; }
.teaser {
margin-top: 2em;
margin-right:1em;
  font-family:Arial, sans-serif;
  font-size:1.3em;
  color: #000000;
  text-align:center;
  font-weight:normal;
}
.teaser .productsLink {
 padding-bottom:5px;
  border-bottom: 2px solid #663300;
  color: #663300;
  text-decoration:none;
}
.teaser .inspireLink {
padding-bottom:5px;
  border-bottom: 2px solid #003300;
  color: #003300;
  text-decoration:none;
}

#copyrights {
margin-top:20%;
  color: #ACACAC;
  text-align:center;
  width:100%;
  font-size:.7em;
  font-family: arial, sans-serif;
}

/* PRODUCTS / INSPIRE */

.four {
 margin-top: 10%;
}

.four td {
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	
}

