/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial,tahoma,veranda;
	background-attachment: scroll;
	background-repeat: repeat;
}
P{
	font-family: arial;
	font-size: small;
}
.e75{
	font-family: arial;
	font-size: .75em;
}
.e80{
	font-family: arial;
	font-size: .8em;
}
.e85{
	font-family: arial;
	font-size: .85em;
}
.e90{
	font-family: arial;
	font-size: .9em;
}
.e100{
	font-family: arial;
	font-size: 1em;
}
.e100bold{
	font-family: arial;
	font-size: 1em;
	font-weight: bold;
}
.e110{
	font-family: arial;
	font-size: 1.1em;
}
.e110red{
	font-family: arial;
	font-size: 1.1em;
	color: #cc0000;
}
.e120{
	font-family: arial;
	font-size: 1.2em;
}
.e130{
	font-family: arial;
	font-size: 1.3em;
}
.e150{
	font-family: arial;
	font-size: 1.5em;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.title1{
	font-family: arial;
	font-size: 1.2em;
	color: #cc3333;
}
.title2{
	font-family: arial;
	font-size: 1.0em;
	color: #cc3333;
}
.title3{
	font-family: arial;
	font-size: 1.2em;
	color: #488347;
}
.title3b{
	font-family: arial;
	font-size: 1.1em;
	color: #488347;
}
P.footer{
	font-family: arial;
	font-size: small;
}
P.header{
	font-family: arial;
	font-size: 1.2em;
}
P.header2{
	font-family: arial;
	font-size: 1.3em;
}
/* Table Elements */
TABLE.110 td {
	font-family: arial;
	font-size: 1.1em;
}
TABLE{
	font-family: arial;	/* See P */
}
TD{
	font-family: arial;	/* See P */
	font-size: small;
}
TR{
	font-family: arial;	/* See P */
}
/* Link Elements */
A{
	font-family: arial;	/* See P */
	color: #0000FF
}
h2{
	font-family: arial;	/* See P */
	color: #FFAF00;					/* the color of the text for the <H2> tag*/
}
h3{
	font-family: arial;	/* See P */
	color: red;					/* the color of the text for the <H3> tag*/
	font-size: large;
}
h1{
	font-family: arial;	/* See P */
	color: #000000;					/* the color of the <H1> tag */
	font-size: large;				/* set the size to "large" */
}
