/* This CSS is the style sheet for the pop up boxes. */
BODY{
	font-family: tahoma;
	background-position: top;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
P{
	font-family: tahoma;
	font-size: small;	
}
.e75 {
	font-size: .75em;
	font-family: tahoma;
}
.e80 {
	font-size: .8em;
}
P.medium{
	font-size: medium;
}
P.mono{
	font-family: monospace;
	font-size: small;
}
P.title{
	font-family: tahoma;
	font-weight: bold;
	color: #7a1f31;
}
P.title2{
	font-family: tahoma;
	font-size: medium;
	font-weight: bold;
	color: #7a1f31;
}
LI{
	font-family: tahoma;
}

P.footer{
	font-family: tahoma;
	font-size: x-small;
}
P.small{
	font-size: small;
}
P.header{
	font-family: tahoma;
	font-size: 15pt;
}
.large{
	font-family: tahoma;
	font-size: large;
	font-weight: bold;
}
.etitle{
	font-family: arial;
	font-size: 1.5em;
	font-weight: bold;
}
.subtitle{
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
}
TD{
	font-family: tahoma;
	font-size: small;
}
TD.tarea{
	font-family: monospace;
	font-size: small;
}
textarea{ font-family: monospace }
.mono{ font-family: monospace }
.red { color: red }

