/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: black;
	background-attachment: scroll;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-left: 0;
	
}
P{
	font-family: arial;
	font-size: small;
}
.arial{
	font-family: arial;
}
.indent{
	margin-right: 1em;
	margin-left: 1em;
}
.medium{
	font-size: medium;
}
.mono{
	font-family: monospace;
	font-size: small;
}
P.title{
	font-family: arial;
	font-weight: bold;
	color: #7a1f31;
}
P.title1{
	font-family: arial;
	font-weight: bold;
	font-size: medium;
}
P.title2{
	font-family: arial;
	font-size: medium;
	font-weight: bold;
	color: #7a1f31;
}
.title2{
	font-family: arial;
	font-size: large;
	font-weight: bold;
	color: #7a1f31;
}
.title3{
	font-family: arial;
	font-size: small;
	font-weight: bold;
	color: #7a1f31;
}
.title4{
	font-family: arial;
	font-size:large;
	font-weight: bold;
	color: #c2a25d;
}
LI{
	font-family: arial;
}

.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	font-size: small;
}
P.header{
	font-family: arial;
	font-size: 15pt;
}
.large{
	font-family: arial;
	font-size: large;
	font-weight: bold;
}
TD{
	font-family: arial;
	font-size: small;
}
.bold{
	font-weight: bold;
}
TD.title1{
	font-family: arial;
	font-weight: bold;
	font-size: large;
	color: #00257e;
}
TD.tarea{
	font-family: monospace;
	font-size: small;
}
textarea{ font-family: monospace }
.e80 {
	font-size: .8em;
}
