/* Main Classes */
body {
	background-color : #ffffff;
	color: #000000;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}
table {
	font-size: 10px;
}

input, select, textarea, .radiobutton, .checkbutton  {
	color: #202020;
	background-color: #ffffff;
}

hr {
	color: #666666;
}


/* Other Style Classes */
/* draws a seperator line from navigation to contents, left column */
.body {
	display: none;
}

/* "K" Line Header Background Tile */
.headerbgr {
	display: none;
}

/* Menu Bar Background */
.menubgr {
	display: none;
	height: 20px;
}

/* Bottom Bar Background */
.bottombar {
	display: none;
}

/* Main Header Class Bold Black Upper Case Text on Metal Bar background */

.header {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
	height: 25px;
	background-position: center;
	text-indent: 25px;	
	line-height : 25px;
}

/* You Are Here text, smaller font */
.youarehere {
	font-size: 9px;
}


.outline, .box2 {
	border : 1px solid Black;
}

div.printhold {
	display: none;
}

/* Left Text Column Class Names */
.redbar {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;

}

.bluebar {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	
}

/* Table Data Classes */
.alt {
	background-color: #E6E4E4;
}

.alt2 {
	background-color: #D7D5D5;
}
/* for printing view only */

div.printheld {
	display: none;
}
div.printhold {
	display: none;
}

.leftcol {
	display: none;
}
