@charset "utf-8";
/* Format CSS */

/***************************************** Body Style *****************************************/
body
{
	font-family:Verdana, sans-serif;
	background-color: #000000;
	background-position: top;
	background-image: url(../images/kcpl_bg_2.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	width: 100%;
}

/***************************************** Paragraph Style *****************************************/
.main_text
{
	font-size:12px;
	font-weight: normal;
	color: black;
	background: #FFF;
	padding-left: 35px;
	width:660px;
}

/***************************************** Heading Styles *****************************************/
h1
{
	font-family:Verdana, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #e22028;
	padding-left: 30px;
	padding-bottom: 10px;
	padding-top: 5px;
}

h2
{
	font-family:Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #e22028;
	padding-bottom: 10px;
}


/***************************************** Footer Hyperlink Styles *****************************************/

.hyper_footer a
{
	color: #f8c7c9;
}

.hyper_footer a:link {color:#f8c7c9;}

.hyper_footer a:visited {color: #f8c7c9;}

.hyper_footer a:hover {color: #f8c7c9; text-decoration:underline;}

.hyper_footer a:active {color: #f8c7c9;}


/***************************************** Services Hyperlink Styles *****************************************/

.services a
{
	color: #000893;
}#000893

.services a:link {color:#000893;}

.services a:visited {color: #000893;}

.services a:hover {color: #FF0000;}

.services a:active {color: #000893;}


/***************************************** Pointer Style *****************************************/

/*.changecursor 
{
    cursor:pointer;
}*/


/***************************************** Footer Text Format *****************************************/

.text_footer
{
	position: absolute;
	font-family:Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #f8c7c9;
	left: 305px;
	top: 17px;
	
}

.text_footer2
{
	position: absolute;
	font-family:Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #f8c7c9;
	top: 16px;
	left: 763px;
}
