/* top navigational bar including foreword, tracks, etc. */

.nav {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-decoration : none;
	font-size : 8pt;
	color : #000000;
}

a.nav:hover{
	color: #ff0000;
	text-decoration : underline;
}
	
a.nav:link {
	color: #000000;
	text-decoration : none;
}
		
/* top navigational bar for dark backgrounds and white font */

.nav2 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	text-decoration : none;
	font-size : 8pt;
	color : #ffffff;
}

a.nav2:hover{
	color: #ff0000;
	text-decoration : underline;
}
	
a.nav2:link {
	color: #ffffff;
	text-decoration : none;
}
	
/* all page titles */

.pageTitle{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
}
	
/* track chairs and co-chairs */

.trackChair{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

		
/* paper information such as author and organization; paper title; paper number */

.author {
	font-family : Arial, Helvetica, sans-serif;
	color : Gray;
	font-size : 10pt;
}

td.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
	
td.number {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : italic;
}
 
/* for the paper link */

.pdfLinks{
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 10pt;
}
 
 /* text  areas*/
 
 p{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

.text{ 
    font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
 }
 
 .trackLink{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #333333;
	text-decoration : none;
}
 
 a.trackLink:hover{
	color: #ff0000;
	text-decoration : underline;
}
 
a.idNumber {
	color: Red;
	text-decoration : underline;
}

a.idNumber:hover{
	color: #000000;
	text-decoration : none;
}
