p            { font-family: "Century Gothic"; font-size: 11; text-align: left; margin-bottom: 6 }
h1           { font-size: 22pt; font-family: "Century Gothic"; font-weight: bold; margin-bottom: 6 }
h2           { font-size: 15; font-family: "Century Gothic"; font-weight: bold; margin-bottom: 6 }
h3           { font-size: 14; font-family: "Century Gothic"; font-weight: bold }
h4           { font-family: "Century Gothic"; font-size: 11; margin-bottom: 0 }
h5           { font-family: Verdana; font-size: 10; text-align: left; margin-bottom: 6; color:#666666 }
h6           { font-family: Verdana; font-size: 15; text-align: left; margin-bottom: 6; margin-top:0; color:#FFFF66; font-weight:bold }
h6.sub		 { font-size: 13; margin-left:15 }
td           { font-family: "Century Gothic"; font-size: 11; text-align: left; margin-bottom: 6; vertical-align: top;}
a			 { color:red; text-decoration:underline}



/*
** panel and paper pages
*/
p.paper_author
{
	margin-top: 0px;
	text-align: right;
}

p.panel_convenor
{
	margin-top: 0px;
/*	text-align: right;*/
}


p.paper_abstract,
p.panel_abstract,
p.panel_summary,
div.paper_list,
p.panel_list_entry,
p.panel_chair_discussant
{
	margin-left: 20px;
}



/*
** bpLibrary class styles
**
** Forms
*/
table.bpformcolumn
{
	/* the table style for form column containers */
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	
	/* will this help IE get it right? */
	table-layout: auto;
}

tr.bpformcolumn
{}

td.bpformcolumn
{
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

td.bpdataformcaption
{
	/* the table cell class for captions for data form elements */
	margin: 10px;
	vertical-align: top;
}

/*
** Form Elements
*/
select,
input[type=text],
textarea
{
	font-family: "Century Gothic";
	font-size: 11;
	font-weight: normal;
	text-align: left;
	margin-bottom: 6px;
}