body {
  margin: 11px 0px 0px 0px;
  padding: 0px;
 	background-color: #ffffff;
}
td {
  vertical-align: top;
}
h1, h2 {
  margin: 0px 0px 13px 0px;
  padding: 0px;
 	font-size: 13px;
		font-weight: bold;
}
h3, h4 {
  margin: 0px 0px 12px 0px;
  padding: 0px;
 	font-size: 12px;
		font-weight: bold;
}
h5, h6 {
  margin: 0px 0px 5px 0px;
  padding: 0px;
 	font-size: 11px;
		font-weight: bold;
}

form {
  margin: 0px;
  padding: 0px;
}
ul {
 	list-style-position: outside;
 	list-style-type: disc;
}
li {
  position: relative;
	 left: -20px;
}

.content {
 	background-image: url('../images/page/bg_top.gif');
 	background-repeat: repeat-x;
 	background-position: top left;
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
}
.content a{
		font-weight: normal;
  text-decoration: none;
  color: #024136;
}
.content a:hover{
  text-decoration: underline;
}
.content_home {
 	background-image: url('../images/home/bg.gif');
 	background-repeat: repeat-x;
 	background-position: top left;
}

.header {
  padding: 0px;
 	font-size: 10px;
 	color: #ffffff;
}
.header .links {
  padding: 40px 0px 0px 0px;
  height: 46px;
}
.header .links a {
		font-weight: bold;
  text-decoration: none;
 	color: #ffffff;
}
.header .links a:hover {
  text-decoration: none;
  color: #8ba8a3;
}

.title {
  padding: 15px 0px 15px 0px;
}
.title_small {
  padding: 15px 0px 5px 0px;
}

.content_box {
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  background-color: #ffffff;
  padding: 0px 52px 10px 52px;
  line-height: 170%;
  font-size: 11px;
}
.small {
  font-size: 10px;
  line-height: 120%;
}

.swatch {
  padding: 0px 0px 12px 0px;
  text-align: center;
  font-size: 10px;
 	color: #999999;
}

.footer {
  padding: 11px 0px 0px 15px;
 	background-image: url('../images/page/bg_bottom.gif');
 	background-repeat: repeat-x;
 	background-position: top left;
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 10px;
 	color: #999999;
}
.footer_home {
  padding: 11px 0px 0px 15px;
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 10px;
 	color: #999999;
}
.footer a, .footer_home a {
  text-decoration: none;
 	color: #999999;
}
.footer a:hover, .footer_home a:hover {
  text-decoration: underline;
}