/* These affect the "body" tag (main html tag in which all */
/* of the page is contained.)  A page item without explicit */
/* style will use this one. */
BODY {
	font-family: Arial, sans-serif;
	background: #FFFFFF;
	color: #000000;
}


/* Font for various states of links */
A:link { 
		font-family: Arial, sans-serif;
		text-decoration: underline; 
} 

/* Paragraph style */
P {
	font-family: Arial, sans-serif;
	font-size: x-small;
}

UL {
	font-family: Arial, sans-serif;
	font-size: x-small;
}

LI {
	font-family: Arial, sans-serif;
	font-size: x-small;
}

H5 {
	font-family: Arial, sans-serif;
	font-size: x-small;
	}

/* Styles inside of tables */
TABLE {
	font-family: Arial, sans-serif;
	font-size: x-small;
}


.altrow {  background-color: #EEEEEE; font-family: Arial, Helvetica, sans-serif; font-size: x-small}
td {  font-family: Arial, Helvetica, sans-serif; font-size: x-small;}
th {  font-family: Arial, Helvetica, sans-serif; font-size: x-small; vertical-align: top; text-align: left;}

