 
body {
	margin: 40px 40px 40px 40px;
	padding: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 2px;
	border-color: black;
	/* 
	font-family: arial, helvetica, sans-serif;
	change font here	
	font-family: arial, verdana, helvetica, sans-serif;
	*/
	font-family: "Verdana", "Arial", "helvetica", sans-serif ;
	/* font:small "Trebuchet MS",Verdana,Arial,Sans-serif; */
	font-size: 12px;
	background-color: gray; 
	/* background-image: url('/images/backgroundart.jpg'); */
	/* background-image: url('/images/reedbackground.jpg')*/;
	background-repeat: repeat;
	}
.big {
	/* font-family: arial, helvetica, sans-serif; */
	font-size: 18px;	

}
.demolink,
.toplink { 
	font-size: 70%;
	margin-bottom: 0px; margin-right: 20px;}
	@media print { 
		.toplink { display: none; 
	} 
}

.imgBorder {
	border: 2px solid black;	
}
.tableBG {
	background-color: white;
}
.outsidetableBG {
	background-color: #ffffff;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}
.barcolor {
	background-color: #6caec8;
}
.blueherontext { 
	color: black;
	}
hr {
	color: black;
	line-height: 2px;
}


a:link 
{
	color: black;
	text-decoration: none;
}

a:active
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline overline;
}



.title {
	/* font-family: arial verdana; */
	font-size: 25px;
}



.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	font-size: 14px;
	}


h1 {
	font-size: 18px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 12px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 8px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

li {
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;
}
li.sublist {
	list-style-type: circle;
}

ul {
	font-size: 12px;
	line-height: 20px;
	list-style-type: disc;
}

.bullet {list-style-type: disc;}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#top {
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 0px solid #f0fff1;
	background: #336699;
	height: 100px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 70px;
	}

#left {
	position: absolute;
	top: 120px;
	left: 0px;
	margin: 0px;
	padding: 10px;
	border: 0px solid #f0fff1;
	background: #336699;
	height: 500px;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}
html>body #left {
	width: 120px; /* ie5win fudge ends */
	}
#middle {
	position: absolute;
	left: 120px;
	top: 120px;
	height: 500px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #f0fff1;
	background: #336629;
	}
	
#right {
	position: absolute;
	top: 120px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin: 1px;
	height: 500px;
	width: 120px;
	padding: 0px;
	border: 0px solid #f0fff1;
	background: #336699;
	width: 10%; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 120px;
	}

pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

.container { 
	position: relative; 
	left: 1px; top: 1px; 
	color: #f0fff1; 
}

#email {
color: #ffffff;
}

#btnSend {
font-size: 11px; width: 50px;
font-family: inherit;
font-weight: bold;
color: #6caec8;
}

#btnClose {
font-size: 11px; width: 50px;
/* font-family: Arial;*/
font-weight: bold;
color: #6caec8;
}

.text { 
	position: absolute; 
	left: -1px; top: -1px; 
	color: #336699;
} 


