body {
	font-size: small;
	color: #003399;
	font-weight: bold;
	font-family: "Comic Sans MS", Arial;
}
.cellpadding {
	margin: 5px;
	padding: 5px;
	font-weight: normal;
}
.footer {
	font-size: xx-small;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
a:hover {
	filter: Gray;
}
.rightnavline {
	border-top: thin none;
	border-right: thin solid #FFFF00;
	border-bottom: thin none;
	border-left: thin none;
}
a:visited {
	color: #003399;
}
a:link {
	color: #003399;
}
.smalltext {
	font-weight: normal;
	font-size: x-small;
}
.yellBackground {
	background-color: #FFFF99;
	margin: 5px;
	padding: 5px;
}
.topkey {
	background-image: url(images/backgrnd.gif);
	background-repeat: no-repeat;
}
.sidekey {
	background-image: url(images/keysquare.gif);
	background-repeat: repeat-y;
	background-position: top;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.largetext {
	font-size: small;
}
.breakoutbox {
	float: right;
	border: medium solid #FFFF00;
	background-color: #FFFF99;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: medium;
}
.navigation {
	font-variant: normal;
}
.commenttable {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0000FF;
	border-bottom-color: #0000FF;
}
/*Extra layer*/
.elgreco  {
		color:#000033; 
		background-color:#FFFF9C; 
		layer-background-color:#cccccc;
    	position:absolute; 
		top:5px; 
		left:5px; width:480px; height:280px;
        z-index:99;  visibility:hidden;
}