/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
    background-image: url(images/stripedbg2.gif);
	background-color: #89a5c8;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: xx-small;
	color: #89a5c8;
}
P{
	font-family: arial;
	font-size: small;
}
.e70 {
	font-size: .7em;
	font-family: arial;
}
.e70it {
	font-size: .7em;
	font-family: arial;
	font-style: italic;
}
.e80 {
	font-size: .8em;
	font-family: arial;
}
.medium{
	font-size: medium;
	color: Black;
}
P.mono{
	font-family: monospace;
	font-size: small;
}
P.title{
	font-family: arial;
	font-size: large;
	font-weight: bold;
	color: #35537e;
}
P.title2{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #35537e;
}
LI{
	font-family: arial;
}

.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	font-size: small;
}
.large{
	font-family: arial;
	font-size: large;
}
.xlarge{
	font-family: arial;
	font-size: x-large;
}
.indent{
	margin-left: 15;
}
TD{
	font-family: arial;
	font-size: small;
}
TD.med{
	font-family: arial;
	font-size: medium;
}
.tarea{
	font-family: monospace;
	font-size: small;
}
textarea{
	font-family: monospace;
}
input{
	font-family: monospace;
}
.arial{
	font-family: arial;
	font-size: small;
}