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

	font-family: arial;
    background-image: url(images/subbg.gif);
	background-color: #e8e9e5;
	background-repeat: repeat-x;
	margin-top: 0;
	margin-left: 0;
}
h1{
	font-size: xx-small;
	color: #89a5c8;
}
.e70 {
	font-size: .7em;
	font-family: arial;
}
.e75 {
	font-size: .75em;
	font-family: arial;
}
.e80 {
	font-size: .8em;
	font-family: arial;
}
.e80bold {
	font-size: .8em;
	font-family: arial;
	font-weight: bold;
}
.e80it {
	font-size: .8em;
	font-family: arial;
	font-style: italic;
}
.e80boldit {
	font-size: .8em;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
}
.e80iti {
	font-size: .8em;
	font-family: times;
	font-style: italic;
}
P{
	font-family: arial;
	font-size: small;
}
.boldital{
	font-family: times;
	font-style: italic;
	font-weight: bold;
	font-size: small;
}
.ital{
	font-family: times;
	font-style: italic;
	font-weight: normal;
	font-size: small;
}
.medium{
	font-size: medium;
	color: Black;
}
.xmedium{
	font-family: arial;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}
P.mono{
	font-family: monospace;
	font-size: small;
}
.subs{
	font-family: times;
	font-style: italic;
	font-size: 16px;
}
P.title{
	font-family: times;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
	color: #35537e;
}
.title{
	font-family: times;
	font-style: normal;
	font-size: 24px;
	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;
}