/* print style sheet for northern kites */

/* redefined */

body {
	margin: 0px;
}

p {
	font:70% Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #B20837;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #F00B49;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000000;
}

/* tables */

.headertable {
	display:none;
}

.maintable {
	width: 100%;
}

.navtable {
	display:none;
}

.imgright{float:right; margin-left:5px;}
.imgleft{float:left; margin-right:5px;}

/* links */

a:active, a:link, a:visited { 
	color: #B20837; 
	text-decoration: none;
}

a:hover {
	color: #000000; 
	text-decoration: underline;
}