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);
}

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;
	}	
	
.paragraph { 
	font-family: arial,verdana,san-serif;
  	font-size: 10pt;
  	color: #000000;
  	text-indent: 2px;
  	margin-left: 2cm;
  	margin-right: 2cm;
  	line-height: 20px;
  	}
  
#plugl {
	float: left;
	width: 33%;
	text-align: left;
	font-family: arial,verdana,san-serif;
	font-size: 90%;
	line-height: 20px;
	padding: 1em;
	background: #98FB98;
	text-align: justify;
	color: black;
	border: solid black 1px;
	border-width: 1px 1px 1px 0;
	margin: -1px 0.5cm 0.2cm -1px;
}

#plugr {
	float: right;
	width: 33%;
	text-align: left;
	font-family: arial,verdana,san-serif;
	font-size: 90%;
	line-height: 20px;
	padding: 1em;
	background: #98FB98;
	color: black;
	text-align: justify;
	border: thick groove White;
	border-width: 1px 0 1px 1px;
	margin: 0.2cm -1px 0.2cm 0.5cm;
	}

	
#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;
}



.imgframe {
	border: thin ridge Lime;
	padding: .1cm;
	margin: .2cm;
}
