* {
	margin: 0;
	padding: 0;
	border: none;
}

input {
  border: 1px solid #781351;
}

body {
	font: normal 0.7em/1.3em arial,helvetica,sans-serif;
	background: #fff;
	margin: 0 0 10px 0;
}

a {
	color: #c00;
	text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 0.3em;
}

h1 {
  font-size: 150%;
  margin: 0 0 0.3em 0;
  line-height: 1.1em;
}

h2 {
  font-size: 130%;
  margin: 0 0 0.6em 0;
  line-height: 1.1em;
}
 
h3 {
  font-size: 120%;
  margin: 0 0 0.3em 0;
  line-height: 1.2em;
}
 
h4 {
  font-size: 100%;
  margin: 0 0 1.4em 0;
  line-height: 1.3em;
}

#utility {
  float: right;
}

#utility ul {
  list-style: none;
  padding: 0 35px 5px 0;
}
	
#utility li {
	display: inline;
	padding: 0 4px;
	border-left: dotted 1px #805DD3;
	font-size: 0.9em;
	line-height: 1em;
}
#utility li.first {
	border: none;
}
	
#utility li a {
	color: #fff;
	text-decoration: none;
}
	
#utility li a:hover {
	text-decoration: underline;
}

.nav_level_1 {
  background: #999999;
  padding: 2px 2px 2px 5px;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-weight: bold;
}

.nav_level_1 a {
  color: #FFFFFF;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_1_selected {
  background: #E7E7E7;
  padding: 2px 2px 2px 5px;
  color: #CC0000;
  font-weight: bold;
}

.nav_level_1_selected a {
  color: #CC0000;
  display: block;
  width: 100%;
  height: 100%;
}


.nav_level_2 {
  background: #FFFFFF;
  padding: 2px 2px 2px 15px;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.nav_level_2 a {
  color: #999999;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_2_selected {
  background: #FFFFFF;
  padding: 2px 2px 2px 15px;
  color: #CC0000;
  border-bottom: 1px solid #999999;
}

.nav_level_2_selected a {
  color: #CC0000;
  display: block;
  width: 100%;
  height: 100%;
}


.nav_level_3 {
  background: #FFFFFF;
  padding: 2px 2px 2px 25px;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.nav_level_3 a {
  color: #999999;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_3_selected {
  background: #FFFFFF;
  padding: 2px 2px 2px 25px;
  color: #CC0000;
  border-bottom: 1px solid #999999;
}

.nav_level_3_selected a {
  color: #CC0000;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_4 {
  background: #FFFFFF;
  padding: 2px 2px 2px 35px;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.nav_level_4 a {
  color: #999999;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_4_selected {
  background: #FFFFFF;
  padding: 2px 2px 2px 35px;
  color: #CC0000;
  border-bottom: 1px solid #999999;
}

.nav_level_4_selected a {
  color: #CC0000;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_5 {
  background: #FFFFFF;
  padding: 2px 2px 2px 45px;
  color: #999999;
  border-bottom: 1px solid #999999;
}

.nav_level_5 a {
  color: #999999;
  display: block;
  width: 100%;
  height: 100%;
}

.nav_level_5_selected {
  background: #FFFFFF;
  padding: 2px 2px 2px 45px;
  color: #CC0000;
  border-bottom: 1px solid #999999;
}

.nav_level_5_selected a {
  color: #CC0000;
  display: block;
  width: 100%;
  height: 100%;
}

.toc_top {
  background-color: #E7E7E7;
  padding: 6px;
}

.toc_top img {
  float: right;
  padding: 0px 0px 6px 6px;
}

.toc_item_title {
  margin-top: 1px;
  background-color: #CCCCCC;
  padding: 3px 6px 3px 6px;
  font-weight: bold;
}

.toc_item_table {
  border: none;
  border-collapse: separate;
  border-spacing: 0px;
}

.toc_item_text {
  position: relative;
  height: 60px;
  padding: 6px;
}

.toc_item_link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000000;
}

.toc_item_link:hover {
  text-decoration: none;
}

.toc_item_more {
  position: absolute;
  bottom: 2px;
  right: 6px;
}

#breadcrumb {
	width: 100%;
	margin: 0;
	background: #fff;
	color: #333;
	border-top: solid 18px #e7e7e7;
  min-height: 18px;
}
#breadcrumb ul {
	margin: 2px 10px 3px;
}
#breadcrumb ul li {
	display: inline;
	list-style: none;
	font-size: 90%;
	background: url("/images/arrow_breadcrumb.gif") no-repeat left;
	padding: 0 0 0 12px;
	margin: 0 3px 0 0;
	color: #c00;
}
#breadcrumb ul li.first {
	background: none;
	padding: 0;
}
#breadcrumb ul li a {
	color: #333;
	text-decoration: none;
}
#breadcrumb ul li a:hover {
	color: #c00;
}

ul {
  list-style-type: square;
  list-style-position: inside;
}

ul li {
  padding-bottom: 3px;
}

ol {
  list-style-type: decimal;
  list-style-position: inside;
}

ol li {
  padding-bottom: 3px;
}

hr {
  border: 1px solid #C0C0C0;
  color: #C0C0C0;
  height: 1px;
  padding: 0px;
  margin: 4px;
}

.KTeBorder {border-left: 1px solid #FFFFFF; border-bottom: 1px solid #FFFFFF; padding-bottom: 1px;}
.KTe {height: 60px; background: #E7E7E7;}
.KTe .imgArea {float: left;}
.KTe h3 {margin-left: 90px; padding: 5px 10px 0px 15px;}
.KTe p {padding: 0px 10px 0px 120px;}
.KTe .teaserLnk {padding-left:15px; color:#333; height:11px; background:url("/images/sn_std.gif") no-repeat left;}
.KTe .teaserLnk:hover {color:#c00; background:url("/images/sn_act.gif") no-repeat left;}


.box {
	float: left;
	width: 267px;
	padding: 5px 10px 10px;
	position:relative;
}
.box P {
	margin: 5px 0 5px 0;
}
.box.grey {
	background: #E7E7E7;
}
.box.white {
	background: url("/images/box_white_bkg.gif") repeat-x;
	border-right: 1px solid #E7E7E7;
}
.boxset {
	position: relative;
	overflow: hidden;
	margin: 0 0 1px;
	clear: left;
}
.box.white A.newsitem {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.box.white A.newsitem:hover {
	color: #c00;
}
.box.white H2 {
	font-size: 100%;
	line-height: 100%;
	margin: 0 0 15px 0;
}
.boxset A.more,
A .more {
	float: right;
	position: absolute;
	bottom: 10px;
	right: 0;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
	background: url("/images/more_off.gif") no-repeat right;
	text-decoration: none;
	font-size: 90%;
	color: #333;
}
.boxset A.more:hover {
	color: #c00;
	background: url("/images/more_on.gif") no-repeat right;
}
.linkbox {
	display: block;
	float: left;
	padding: 0;
	text-decoration: none;
	line-height: 120%;
	color: #333;
	position: relative;
}
.linkbox.small {
width: 100%;
background: #e7e7e7 url("/images/arrow_red.gif") no-repeat 103px 9px;
margin: 0 1px 1px 0;
text-decoration: none;
}
.linkbox.large {
	width: 575px;
	margin: 0 0 1px 0;
}
.linkbox:hover {
	background-color: #eee;
}
.linkbox H3 {
	font-size: 100%;
	color: #333;
	padding: 3px 10px;
	margin: 0;
	background: #CCCCCC;
}
.linkbox P {
  padding: 0;
  margin: 0;
}
.linkbox.large P {
	width: 560px;
}
.linkbox P B {
	display: block;
	margin: 6px 0px 5px 0px;
	color: #c00;
}
.linkbox.large P B {
	margin: 6px 0 15px;
}
.linkbox IMG {
	float: left;
	margin: 0 20px 0 0;
}
.linkbox.small IMG {
	width: 96px;
	height: 54px;
}
.linkbox.large IMG {
	width: 191px;
	height: 108px;
	margin: 0 10px 0 0;
}