body {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333333;
}
.bg_white {
	background-color: #FFFFFF;
}
.yellow {
	background-image: url(pics/bg_fff2d1.gif);
}
.blue {
	background-color: #000066;
}
.grey {
	background-color: #CCCCCC;
}
.iglu{
	background-image: url(pics/bg_contact.jpg);
}
a {
	border: 0px;
  text-decoration: underline;
  color: #FFFFFF;
}
a:hover{
	text-decoration: none;
}
.title{
	font-family: "Century Gothic",sans-serif;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #FFFFFF;
}
.text{
	font-family: "Century Gothic",sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  vertical-align: top;
}
textarea{
  border-width:1px;
  border-style:solid;
  border-color:#FFFFFF;
  scrollbar-base-color:gray;
  scrollbar-arrow-color:#000066;
  scrollbar-track-color:white;
  scrollbar-face-color:white;
  scrollbar-3dlight-color:white;
  scrollbar-darkshadow-color:white;
  scrollbar-highlight-color:black;
  scrollbar-shadow-color:black;
  background-color:#CCCCCC;
  color: #000000;
}
input{
  border-width:1px;
  border-style:solid;
  border-color:#FFFFFF;
  background-color:#CCCCCC;
  color: #000000;
}