
/* text */
h1 {
	font-size: 30px;
	font-weight: bolder;
	margin: 0 0;
}
	
/* body */
body {
	width: 1000px;

	margin-top: 30px; 
	margin-left: 50px;
	margin-bottom: 50px;

    text-align: left;

    background-color: white;
    color: black;
}


table {
	width: 1000px; 
     font-size: 14px; 
	font-family: Helvetica, Verdana, Arial, sans-serif;
}


/* table top */
table.top {
	width: 750px;
	border: 0px; 
	border-spacing: 0px; 
	padding: 0px;
}


/* table divider */
table.divider {
	width: 750px;
	border-width: 2px;  
	border-style: none none solid none;
	border-color: black;

	border-spacing: 0px; 
}

table.divider tr.filler {
	height: 40px; 
	width: 700px;
}

table.divider td {
	font-size: 18px;
	font-weight: bolder;
}

table.subtitle 
{
	width: 700px;
	border: 0px; 
	border-spacing: 0px; 
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	text-decoration: underline;
}

/* table content */
table.content {
	width: 1000px;
	border: 0px; 
	border-spacing: 0px; 
}

table.content tr.filler {
	height: 15px; 
	width: 1000px;
}

table.content td.left {
	width: 30px;
	padding-left: 10px;
}

table.content td.middle {
	width: 710px;
	vertical-align: top;
}

table.content td.right {
	width: 250px;
	padding-right: 10px;
}


/* publications list */
span {
	font-size: 14px;
}

span.title {
	font-weight: bolder;
}

span.conf {
	font-style: italic;
}
span.award {
	font-style: italic;
	color:rgb(255,0,0);
}


