body {
    background-image: url(../images/background-pattern.gif);
	background-repeat: repeat;
	font-family: Verdana;
	font-size: 12px;
	line-height: 120%;
	color: #666666;
	text-decoration: none;
}

a {
    color: #666666;
	text-decoration:none;
}

img.border {
    border: 1px solid #999999;
    padding: 5px 5px 5px 5px ;
}

#main {
    border: solid 10px white;
	background-color: white;
}

.line-home {
	background-color: #01b1af;
    height: 10px;
}

.margin-right-10 {
  margin-right: 17px;
}

.margin-left-2 {
    margin-left: 2px;
}

.padding-right-5 {
    padding-right: 5px;
}

#home-item {
    margin-top:5px;
    padding-top:3px;
    background-color: #666666;
    color:white;
    text-decoration:none;
    font-weight: bold;
    width:152px;
    height: 20px;
    text-align: center;
}

.white {
  color:white;
}

.bigtext {
  font-size: 16px;
  line-height: 200%;
}

.extrabigtext {
  font-size: 20px;
  line-height: 200%;
}
.normaltext {
  font-size: 14px;
  line-height: 150%;
}

.smalltext {
  font-size: 10px;
  line-height: 120%;
}

.smallinnertext {
  font-size: 10px;
  line-height: 150%;
}

.justify {
  text-align: left;
}

#header {
  background-color: #333333;
  color: #FFFFFF;
  margin:10px;
  padding:10px;
  line-height: 150%;
  text-align: justify;
}

.yellow {
  color: #FFFF66;
}

.white {
  color:white;
}

.email {
	font-family: Verdana;
	color: #666666;
	text-decoration: none;
}

