body {
  background-color: #DEDEE4;
  margin: 0;
}

td.dots {
  background: url("images/dot.jpg") repeat-y;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 190%;
	font-weight: lighter;
	color: #444A57;
	text-decoration: none;
	letter-spacing: 0px;
}

td.l2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 150%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	}

td.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 120%;
	font-weight: lighter;
	color: #333333;
	text-decoration: none;
	letter-spacing: 0px;
	}
	
	td.box2 {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #F2EBE6;
	}
	
	td.box3 {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #F2EBE6;
	}
	
	table.bottom {
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #F2EBE6;
	}
	
	table.special {
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #CC3333;
	}
	
font.bold {
	letter-spacing: 0px;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 180%;
	font-weight: lighter;
	color: #666666;
	text-decoration: none;
	letter-spacing: 3px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-transform: uppercase;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}

a:link { color: #020167; font-weight: bold;  text-decoration: none }
a:active { color: #020167; font-weight: bold; text-decoration: none }
a:visited { color: #020167; font-weight: bold; text-decoration: none }
a:hover { color: #828299; font-weight: bold; text-decoration: none }

a.special:link { color: #CC3333; font-weight: bold;  text-decoration: none }
a.special:active { color: #CC3333; font-weight: bold; text-decoration: none }
a.special:visited { color: #CC3333; font-weight: bold; text-decoration: none }
a.special:hover { color: #9B9579; font-weight: bold; text-decoration: none }

.alignnone {
  vertical-align: middle;
}

fieldset, fieldset.collapsible, fieldset.collapsibleClosed  {
  width: 400px;
	float: left;
  padding: 10px;
  border: 0;
  margin-bottom: 1em;
}
fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  margin-left: 3px;
}

fieldset legend {
  font-weight: bold;
	width: 380px;
	white-space: nowrap;
	color: #666;
}

fieldset p {
  margin: 0;
  padding: 0;	
}