/* CSS Document */

table#bodyTable{
	font-family: Arial;
	margin: 3 px;
	width: 800 px;
	border: 1px solid #000033;
}
#bodyTable td{
	padding: 2 px;
	font-size: smaller;
}

td{
	vertical-align: top;
}

A {
	color: #333399;
	text-decoration: none;
}

A:hover {
	color:#993333;
}
div.updateFont{
	font-size: smaller;
}

/**** CELLs ****/
#titleName {
	width: 110 px;
	background: #7788AA;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}
td#topRCell {
	background: #EEEEFF;
	text-align: center;
	color: #333399;
	font-weight: bold;
}
td#bottomRCell {
	background: #EEEEFF;
	padding-left: 10 px;
}
td#bottomLCell {
	background: #7788AA;
}
/*** links MENU ***/
td#linksMenu {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	background: #000066;
	width: 110 px;
	padding-left: 12 px;
	border-bottom: 1px solid #EEEEFF;
	border-top: 1px solid #EEEEFF;
	color: #CCCCCC;
}

#linksMenu A{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
#linksMenu A:hover {
	color: #FFFFAA;
}

/***  MAIN Content ***/
td#mainContent {
	padding-left: 10 px;
	background: #EEEEFF;
}

	/***  Tables  ***/
	td.rowTitle {
		font-weight: bold;
	}
	/***  Publications List ***/
	table#pubLinks td{
		text-align: center;
		border: 1px solid #CCCCAA;
		background: #FFFFEE;
	}
	
	table.pubList{
	}
	td.listTitle {
		font-weight: bold;
		border-top: 1px solid #AAAAAA;
		border-bottom: 1px solid #AAAAAA;
		background: #FFFFEE;
		vertical-align: bottom;
	}
	td.listYear {
		width: 50 px;
	}
	td.listData {
		border-bottom: 15px solid #EEEEFF;
	}
	td.listData A{
	}
	td.listData ul{
		margin-top: 5 px;
		margin-bottom: 0 px;
	}
	
	/*** TOP LINK ***/
	.topLink{
		text-align: right;
	}
	
	/*** LINKS ***/
	blockquote#links{
		line-height: 2em;
	}