a:link {
	color: #039;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	}

p {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	}
	
h1  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #006;
	margin: 3px;
	}
tr th {
	text-align: center;
	font-size: large;
}

h2  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	color: #006;
	font-style: italic;
	}
h3  {
	
	}
h4  {
	font-family: "Comic Sans MS", cursive;
	font-size: 2em;
	line-height: 1em;
	color: #060;
	font-style: normal;
	}
h5  {
	
	}
h6  {
	
	}
	 

body {
	background-color:  #eeffff;
	/* #666666;  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #000;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em
	}
	
.maincell {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	
	
}
h7  {
	
	}
	
.sidecell {
	padding: 4px;
	width: 155px;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
.sidecelllEmpty {
	padding: 4px;
	width: 155px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	line-height: 1.2em;
}

.sidecellLarge {
	padding: 4px;
	width: 155px;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #0F0;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.4em;
	line-height: 1.2em;
}
.sidecellLink {
	padding: 4px;
	width: 70px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
}
.sidecellLogo {
	padding: 0px;
	width: 155px;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #0F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	border-top-width: medium;
	border-top-style: groove;
	border-top-color: #0F0;
}


.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.167em;
	font-weight: bold;
	line-height: 1.83em;
	color: #333333;
	background-color:  #DCDCDC;
	}


.articleSigned {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
}

.dateline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: normal;
}
.responseline {
	color: #000000;
	font-family: "Comic Sans MS", cursive;
	font-size: 1.4em;
	line-height: 1.2em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.textbox
  {
	width:250px;
	background-color:#9F0;
	border:1px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	right: 0px;
	line-height: normal;
   }

.textboxLong
  {
	width:100%;
	background-color:#CFC;
	border:1px solid black;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	right: 0px;
	line-height: normal;
   }


.JeffSideBar {
	background-color: #9F6;
}
.captionleft {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
}

