/* CSS Document */

body {
	margin:0px;
	padding: 0px;
	width: 100%;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	background-image: url(images/kp_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	color: #333333;
}

.main_table {
height:100%;
width: 770px;
}

.bg_left {
	background-image: url(images/left_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.bg_right {
	background-image: url(images/right_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.page_title{
}

.nav_title{
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #002C70;
	margin: 0px;
	padding: 10px 15px 10px 0px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 5px 0px;
}

.nav A{
	color: #1F4782;
	text-decoration: none;
	font-weight: 500;
}

.nav A:visited{
	color: #002C70;
	text-decoration: none;
}

.nav A:hover{
	color: #0066CC;
	text-decoration: none;
}
.content_title {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #042F72;
	font-weight: normal;
	padding: 15px 15px 0px 25px;
	margin: 0px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 75px;
	width: 400px;
}

A {
color: #003399;
text-decoration:none;
font-weight: 700;
}

A:visited {
color: #003399;
text-decoration:none;
}


A:hover {
color:#000000;
text-decoration:none;
}

.title_sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 125%;
	font-weight: 800;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: 440px;
}
li {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	list-style-type: disc;
	list-style-position: inside;
	color: #000000;
}
