﻿html, body {
   	margin:0;
   	padding:0;
   	border:0;
	width:100%;
   	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
   	text-align:center;
	color:#757575;
	}
	
/* Links */
a, a:visited {
	color:#215475;
	text-decoration:underline;
	}
	
a:hover {
	color:#5381ac;
	text-decoration:underline;
	}
	
/* Img */
img {
 	border:0;
	}
		
/* HR */
hr {
	width:100%;
	clear:both;
	height:3px;
	border:0;
	margin:0 0 10px 0;
	padding:0;
	}
	
/* Clearboth */
.clearboth {
	clear:both;
	}

/* Back to Top */
.top {
	background:url(/_layouts/klcc/images/top-arrow.gif) no-repeat;
	padding:0 0 0 10px;
	}


