/* This CSS is the style sheet for the entire site. */
BODY{

	font-family: arial;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/topborder.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-left: 0;
	
}
.bold{
	font-weight: bold;
}
P{
	font-family: arial;
	font-size: small;
}
.medium{
	font-size: medium;
}
P.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;
}

P.footer{
	font-family: arial;
	font-size: x-small;
}
.footer{
	font-family: arial;
	font-size: x-small;
}
P.small{
	font-size: small;
}
P.header{
	font-family: arial;
	font-size: 15pt;
}
P.large{
	font-family: arial;
	font-size: large;
	font-weight: bold;
}
TD{
	font-family: arial;
	font-size: small;
}
TD.medium{
	font-family: arial;
	font-size: medium;
}
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;
}