html { 
	height: 100%;
	}

body {
	background-color: #A9A9A9;
	font-size: 10pt;
	height: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
	color: White;
	background-image: url(pics/CC_BackGrnd.jpg);
}

#header {
	border: 1px solid #000000;
	padding: 0.25cm;
	height: 25px;
	background-color: Black;
	font-family: sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: Lime;
}

a:link {
	text-decoration: none;
	font-size: 10pt;
	color: #E0FFFF;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	}

a:visited { 
	text-decoration: none;
	font-size: 10pt;
	color: #E0FFFF;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	}

a:hover {
	text-decoration: none;
	font-size: 10pt;
	color: Lime;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
}

.emp { 
	font-family: arial,verdana,san-serif;
  	font-size: 10pt;
  	font-weight: bold;
  	}

.note {
	font-family: arial,verdana,san-serif;
	font-size: 90%;
	font-weight: normal;
	}	
	
.holidays {
	font-family: arial,verdana,san-serif;
	font-size: 10pt;
	color: White;
	text-indent: 2px;
	line-height: 20px;
	padding: .5cm;
	background: Black;
}
  
#box {
	text-align: left;
	font-family: arial,verdana,san-serif;
	font-size: 90%;
	line-height: 20px;
	padding: 1em;
	background: #000000;
	text-align: justify;
	color: #ffffff;
	border: solid white 1px;
	border-width: 1px 1px 1px 1px;
	margin: .5cm;
}

	




.imgframe {
	border:ridge;
	}
