/***********************************************/
/*   hkn2.css                                  */
/***********************************************/


	

body {
	background-color: #ffffff;
	/* margin-left: 25px;
	margin-top: 25px; */
	font-family:  Segoe UI, Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;	
	line-height: 145%;
}

logo_text {
	font-family:  Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;	
	line-height: 100%;
}


/************ WhiteLink styles **************/

#button {

	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	
}

#button a:link, #button a:visited {
	display: block;
	background-color: #cccccc;
	color: #333333;
	text-decoration: none;	
	padding: 5px 5px 6px 5px;
}

#button a:hover{
	display:block;
	background-color: #000000;	
	color: #ffffff;
	padding: 5px 5px 6px 5px;	
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	color: #2222cc;
}

a:hover{
	text-decoration: underline;
	color: #2222cc;
}

.logo {
	font-family: Verdana, sans-serif;
	color: #000000;
	font-size:20px;
	line-height: 125%;
}


.subhead {
	font-family:  Segoe UI, Verdana, sans-serif;
	line-height: 135%;	
	color: #000000;
	font-weight: bold;
	padding-top: 8px;
}

.large_text {
	font-family: Verdana, sans-serif;
	line-height: 150%;	
	color: #000000;
	font-size: 22px;
}

.copyright {
	font-family:  Verdana, sans-serif;
	font-size: 8pt;
	color: #777777;
}

.head {
	font-family:  Segoe UI, Verdana, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 17pt;	
	line-height: 130%;
}




.text {
	font-family: Segoe UI, Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;	
	line-height: 138%;
	
}

.text_indent {
	font-family: Segoe UI, Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;	
	line-height: 138%;
	padding-left: 36px;
}

.text_double_indent {
	font-family: Segoe UI, Verdana, sans-serif;
	color: #000000;
	font-size: 10pt;	
	line-height: 138%;
	padding-left: 72px;
}

.source{
	font-family: "Courier New", Courier, monospaced;
	font-size: 14px;
	line-height: 120%;
	color: #0000dd;
}

.source_black {
	font-family: "Courier New", Courier, monospaced;
	font-size: 14px;
	line-height: 120%;
	color: #000000;
}

.source_indent {
	font-family: "Courier New", Courier, monospaced;
	font-size: 14px;
	line-height: 120%;
	color: #0000dd;
	padding-left: 36px;
}	


.source_double_indent {
	font-family: "Courier New", Courier, monospaced;
	font-size: 14px;
	line-height: 120%;
	color: #0000dd;
	padding-left: 72px;
}	

/*********  TABLE MENU ******************/

#TableMenuHead  {
	display: block;
	background-color: #e8e8e8;
	color: #ffffff;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font: 10pt Arial, sans-serif;
	font-weight: bold;
}


#TableMenu{
	margin: 0px;
	font-family:  Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	line-height: 50%;	
}


#TableMenu a:link, #TableMenu a:visited {
	display: block;
	background-color: #ffffff; 
	color: #000000;
	padding: 7px 8px 7px 8px;
	text-decoration: none;
}

#TableMenu a:hover{
	background-color: #000000;
	background-image: none;
	text-decoration: none;
	color: #ffffff;
}

/************ Side Menu Styles **************/

#SideMenuHead  {
	display: block;
	background-color: #e8e8e8;
	color: #ffffff;
	padding: 4px 12px 4px 12px;
	text-decoration: none;
	font: 10pt Arial, sans-serif;
	font-weight: bold;
}


#SideMenu{
	margin: 0px;
	font-family:  Arial, sans-serif;
	font-size: 9pt;
	text-align: right;
	line-height: 50%;	
}


#SideMenu a:link, #SideMenu a:visited {
	display: block;
	background-color: #e8e8e8; 
	color: #777777;
	padding: 7px 8px 7px 8px;
	text-decoration: none;
}

#SideMenu a:hover{
	background-color: #000000;
	background-image: none;
	text-decoration: none;
	color: #ffffff;
}

