/***********************************************/
/* drg.css                                     */
/* Use with template 2col_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


h3{
 margin: 0px;
 padding: 0px;
 font-size: 150%;
 color: #000066;
 font-weight:bold;
}

h4{
 margin: 0px;
 padding: 0px;
 font-size: 100%;
 color: #000066;
 font-weight:bold;
}


/** Special Handling For papers **/

.papers .title { font-weight: bold; }
.papers .booktitle { font-style: italic; }

.papers{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 100%;
}

.papers p{
	padding: 0px 0px 10px 0px;
}

