body,td,th {
	color: #0000ff;
	background-color: #ffff99;
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
}

.centered
{
	text-align: center;
	margin: auto;
	border: 10px;
}

.justified
{
	width: 80%;
	margin: auto;
}

.justified p
{
	text-align: justify;
	border: 25px;
	margin: 10px 10px 10px 10px;
}

.italics {
	font-style: italic;
}
.italic strong {
	color: #999;
}
.italic {
	color: #808080;
}
.grey strong em {
	color: #808080;
}
.Times {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
}
.grey strong {
	color: #999;
}
.red {
	color: #F00;
	font-style: normal;
}
.blue {
	color: #00F;
}
.Times strong {
	font-size: 16px;
}
.grey {
	color: #808080;
}
.menu
{
	list-style-type: none;
	margin: 0px 0px 2px 0px;
	border: 0;
	padding: 0px 0px 0px 0px;
	width: 150px;
}
 
.menu li a
{
	background: url(images/menu_button_empty.gif) center no-repeat;
	font: bold 11px  Verdana, Arial, sans-serif;
	color: black;
	display: block; 
	width: auto;
	height: 30px;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}
 
.menu li a:visited 
{
	color: black;
}
 
.menu li a:active
{
	color: black;
}
 
.menu li a:hover
{
	background-image: url(images/menu_button_empty_pressed.gif);
	font: bold 10px  Verdana, Arial, sans-serif;
	line-height: 30px;
}

.imageright
{
	float: right;
	padding: 0px 5px 0px 20px;
	border: 0;
	margin: 0;
}

.clearit
{
	clear: both;
}

.researchroom
{
	text-align: left;
	margin: auto;
}

.researchroom th, td
{
	text-align: left;
	vertical-align: top; 
	padding: 10px;
}

.researchroomimage
{
	border: 0;
	margin: auto;
	padding: 10px;
}

.pubstable tr td
{
	padding: 5px;
	margin: 0px;
	border: 1px outset black;
	background-color: white;
}

.boxed
{
	padding: 5px;
	margin: 0px;
	border: 1px outset black;
	background-color: white;

}
