/***
Color
===============================
color: #666666
color: rgb(102, 102, 102)
background-color: transparent

Font
===============================
font-family (stack): Verdana,Arial,Helvetica,sans-serif
Font being rendered: Verdana
font-size: 15.3667px

Spacing
===============================
line-height: 1.17em (18px)
vertical-align: baseline
letter-spacing: normal
word-spacing: 0px

Decoration \ Transformation
===============================
font-weight: normal
font-style: normal
font-variant: normal
text-transform: none
text-decoration: none
text-align: start
text-indent: 0px

Element Details
===============================
Element Type: <h1>
Element ID: Not Applicable
Element Class: Not Applicable
 **/

body
{
	background-color:#FFFFFF;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	background-image:url(../img/header_bg.png);
}

li
{
text-decoration:underline;
cursor:pointer;
}
a
{
	color:black;
}
.menu_item_std
{
	background-color:#b1b1b1;
	cursor:pointer;
	font-weight:bold;
	font-size:75%;
}

.menu_item_sel
{
	background-color:#d8d8d8;
	cursor:pointer;
	font-weight:bold;
	font-size:75%;
}

.side_item_std
{
	font-size:70%;
	font-weight:bold;

}
.side_item_sel
{
	background-color:#d8d8d8;
	font-size:70%;
	font-weight:bold;
}

.side_sub_item_std
{
	font-size:60%;
	font-weight:bold;
	cursor:pointer;
}
.side_sub_item_sel
{
	background-color:#d8d8d8;
	font-size:60%;
	font-weight:bold;
	cursor:pointer;
}


.title_cell
{
	width:100%;
	background-image:url('../img/kh2logo.png');
	background-repeat:no-repeat;
}

.content_cell
{
	background-color:white;
}

.title_text
{
	font-size:85%;
	font-weight:bold;
}

.subtitle_text
{
	font-size:70%;
	font-weight:bold;
}

.standard_text
{
	font-size:80%;
}


.news_title
{
	background-color:#b1b1b1;
	font-weight:bold;
	color:white;
}


white_paper_outer
{
	background-image:url(../white_papers/img/outer_color.png);
}

.white_paper_heading
{
font-size:18px;
font-weight:bold;
}

.white_paper_body
{
font-size:12px;
}
.white_paper_break
{
font-size:12px;
height:12;
}
.white_paper_table_key
{
font-size:12px;
font-weight:bold;
}
.white_paper_table_value
{
font-size:12px;
}
.white_paper_copyright_row
{
font-size:10px;
align:center;
}




button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
background: transparent url( btn_right.png ) no-repeat scroll right top;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( btn_left.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

