/* CSS Document */

body 
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	background-color: #336666;
}

#left {
  position: absolute;
  left: 5px;
  padding: 0px;
  top: 0px;
  width: 150px;
}

#center {
  margin-left: 100px;
  padding: 0px;
  margin-right: 100px;
  top: 0px;
  background-color:#FFFFFF
}
#right {
  position: absolute;
  right: 15px;
  padding: 0px;
  top: 0px;
  width: 150px;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #052726;
}
h2 {
	font-size: 16px;
	color: #052726;
}
h3 {
	font-size: 9px;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #222222;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
