a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
	color: #000099;
}

img { border: none }

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.el_label {
	font-weight: bold;
}

.page_heading {
	font-size: 18px; color: #333366; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}

.subheading1 {
	font-size: 14px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;

}

.subheading2 {
	font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**********************
This had to be included because there are chunks of HTML stored in the database, especially for 
conferences, that contain HTML <font> tags and cannot easily be repaired.
***********************/
font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}