/* This CSS is the style sheet for the entire site. */
BODY{
	font-family: arial;
	margin: 0;
	background-image: url(images/bg.gif);
    background-repeat: repeat-y;
	background-color: #C4D8DF;
	font-family: arial
}
.title{
	color: #027E74;
	font-size: 1.3em;
}
.subtitle{
	color: #056190;
	font-size: 1.1em;
}
.title2{
	color: #336699;
	font-size: 1.2em;
	font-weight: bold;
}
.title3{
	color: #027E74;
	font-type: tahoma;
	font-size: 1.3em;
	font-style: italic;
}
.e100{
	font-size: 1em;
	line-height: 1.5;
	color: #333333;
}
.e90{
	font-size: .9em;
}
.e85{
	font-size: .85em;
}
.e80{
	font-size: .8em;
	line-height: 1.5;
	color: #333333;
}
.e95times{

	font-size: .95em;
	line-height: 1.5;
	color: #056190;
	font-family: arial;
	font-style: italic;
}
.e80times{

	font-size: .80em;
	line-height: 1.5;
	color: #056190;
	font-family: arial;
	font-style: italic;
}
table.te80times td {
	font-size: .80em;
	line-height: 1.5;
	color: #056190;
	font-family: arial;
	font-style: italic;
}
.e80desc{
	font-size: .8em;
	color: #333333;
}

.e75{
	font-size: .75em;
}
.e70{
	font-size: .7em;
}
UL{
	font-size: .8em;
}
OL{
	font-size: .8em;
}
.mono{
	font-family: monospace;
	font-size: .8em;
}
.footer{
	font-size: .7em;
}
.strikeover{
        text-decoration: line-through;
        color: #666666;
}
img {
	border-color: black;
}
table.te80times A:visited,A:link{
        color: black;
		text-decoration: none;
}
table.te80times A:hover{
        color: #ff0000;
		text-decoration: none;
}

