/* Printing Stylesheet */
/* override styles */

body 
{
	background-color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-family: Arial,Helvetica,sans-serif;
}

h1
{
	color: #ff3399;
	font-size: 16px;
	margin: 2px 0px 2px 0;
	padding: 0;
}

a{
	font: normal 11px/normal Arial, Helvetica, sans-serif; 
	color: #003399; 
	text-decoration: none
}

a:hover {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	color: #FF3399;
	text-decoration: underline;
}
	
/* structure classes */

#wrapper
{
	width: 700px;
	border: 0;
	margin: 0 auto;
	text-align: left;
	background-color: White;
}

#header
{
	width: 700px;
	background-color: #ffffff;
	font-size: 16px;
}

#pagedate
{
	font-size: 11px;
}

#emaillink
{
	display: none;
}
	

#menu-kfi
{
	display: none;
}

#menu-appfrm
{
	display: none;
}

#menu-track
{
	display: none;
}


#main
{
	width: 700px;
	
}

#sidemenu
{
	display: none;
}

	#sidemenu h2
	{
		background-color: #f32f95;
		width: 156px;
		padding: 0 4px 0 14px;
		font-family: Arial,Helvetica,sans-serif;
		color: White;
		font-size: 11px;
		line-height: 160%;
		margin-bottom: 8px;
	}
	
	#sidemenu p
	{
		width: 154px;
		padding: 0px 4px 0px 16px;
		font-family: Arial,Helvetica,sans-serif;
		color: #0c2577;
		font-size: 11px;
		text-decoration: none;
		line-height: 110%;
	}

	#sidemenu .blue
	{
		color: #0c2577;
	}
	
	#sidemenu a
	{
		width: 154px;
		margin: -2px 4px -2px 16px;
		font-family: Arial,Helvetica,sans-serif;
		color: #003399;
		font-size: 11px;
		text-decoration: none;
		line-height: 100%;
		display: block;
	}

	#sidemenu a:hover
	{
		color: #ff3399;
		text-decoration: underline;
	}


#content
{
	width: 600px;
	color: #0c2577;
	margin-bottom: 20px;
	font-size: 11px;
}

	#content hr
	{
		color: #f32f95;
		background-color: #f32f95;
		height: 1px;
	}
	
	#content .indent
	{
		margin: 0px 45px 0 45px;
	}

#footer
{
	width: 600px;
	border-top: solid 1px #f32f95;
	background-color: White;
	color: #999999;
	font-size: xx-small;
	margin: 5px 0px 0px 0px;
	padding-top: 15px;
	padding-bottom: 20px;
}

/* customer classes */

.header
{
	font-size: 12px;
	padding: 6px 0 0 0;
	font-weight: bold;
	text-align: center;
	margin: 0;
}

.indent2
{
	margin: 0 5px 0 5px;
}

.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
}


.bodyhead
{
	FONT: bold normal 14px/normal Arial, Helvetica, sans-serif; 
	COLOR: #0c2577;
}

.bodylendname {
	FONT: bold normal 16px/normal Arial, Helvetica, sans-serif; 
	COLOR: #0c2577;
}

.bodylendhead {
	FONT: bold normal 16px/normal Arial, Helvetica, sans-serif; 
	COLOR: #ff3399;
}


