html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 10px 0px 0px 16px;
  padding: 0 0 0 0;
}

li {
  line-height: 18px;
  padding-bottom:6px;
}

h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

dt {
  padding-left:40px;
  line-height:30px;
}

h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 0;
  width: 770px;
}
#outerWrapper #header {
	height: 96px;
	padding: 0px 0px 0px 0px;
	width: 770px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #9D9C9D;
	float: left;
	width: 140px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 150px;
	padding: 10px 10px 10px 10px;
	line-height:18px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #fff;
  padding-bottom:20px;
  text-align:center;
}


/* general */


body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;
}

p {
	text-align: justify;
	vertical-align: top;
}

a:link {
	color: #0036BB;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #0036BB;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0036BB;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #0036BB;
	text-decoration: none;
	font-weight: bold;
}

.normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	vertical-align: top;
	background-color: #FFFFFF;
}

.normalL {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
}

.normalC {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
}

.headline {
	text-align: center;
	vertical-align:top;
	font-size: 20px;
	font-weight: bold;
	line-height:24px;
}

.midsize {
	text-align: center;
	vertical-align:top;
	font-size: 16px;
	font-weight: bold;
}

.biggername {
	font-size: 14px;
	font-weight: bold;
}

.disclaimer {
font-size:10px;
color:#999999;
text-align:center;
}

.disclaimer a:link {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.disclaimer a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

.disclaimer a:hover {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

.disclaimer a:active {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}


.required {
font-size:12px;
color:#FF0000;
}

.smallnote {
font-size:10px;
text-align:center;
}


.pub_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.pub_body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.pub_ref {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	text-align: left;
	font-style:italic;
}



/* menu */



.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	padding: 0px;

	display: block;
	background-color: white;
	color: #3754A5;
	border: 1px solid #9d9c9d;
}

.menu a:link {
	padding: 11px;
	display: block;
	background-color: #9d9c9d;
	color: white;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}

.menu a:visited {
	padding: 11px;
	display: block;
	background-color: #9d9c9d;
	color: white;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}

.menu a:active {
	padding: 11px;
	display: block;
	background-color: #9d9c9d;
	color: white;
	border: 1px solid #fff;
	text-decoration: none;
}

.menu a:hover {
	background-color: white;
	color: #9d9c9d;
	text-decoration: none;
	border: 1px solid #fff;
}

.menuON {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	padding: 0px;

	display: block;
	background-color: white;
	color: #3754A5;
	border: 1px solid #9d9c9d;
}

.menuON a:link {
	padding: 11px;
	display: block;
	background-color: white;
	color: #9d9c9d;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}


.menuON a:visited{
	padding: 11px;
	display: block;
	background-color: white;
	color: #9d9c9d;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}

.menuON a:active{
	padding: 11px;
	display: block;
	background-color: white;
	color: #9d9c9d;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}

.menuON a:hover{
	padding: 11px;
	display: block;
	background-color: white;
	color: #9d9c9d;
	border: 1px solid #9d9c9d;
	text-decoration: none;
}
