/* Change the styles below to affect all HTML pages */
/* DO NOT CHANGE THIS STYLE! */
.noCSS { display: none; }


/* General page formatting -------------------------------------------- */
body
{
	font-family: Verdana, helvetica, Arial, sans-serif;
	font-size: 10pt;
}

body#nav {
	background-color: #0067a4;
	background-image: url(images/navart.gif);
	background-repeat: no-repeat;
}

body#nav A {
	font-weight: bold;
	color: #0f618f;
}

body#nav p{
	margin-top: 10pt;
	margin-bottom: 10pt;
}

p.homepage{
	text-align: center;
	margin-top: 2pt;
}

sup { font-size: x-small; }
sub { font-size: x-small; }
li { margin-bottom: 6pt; }


table { width: 100%; border-collapse: collapse; }
table td { padding: 0; vertical-align: middle; }
td.logoright{ text-align: right; margin-right: 6pt;}


/* Site-wide headings ------------------------------------------------- */
h1
{
	font-size: 18pt;
	text-align: center;
}

h2
{
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}


/* Site-wide hyperinks ------------------------------------------------ */
a:link { text-decoration: none; }
a:visited { text-decoration: none; }


/* Index formatting --------------------------------------------------- */
p.session
{
	margin-top: 0pt;
	margin-bottom: 12pt;
	font-style: italic;
}

p.paper
{
	margin-top: 1pt;
	margin-bottom: 1pt;
	font-weight: bold;
}

p.authors
{
	margin-top: 1pt;
	margin-left: 10pt;
}

p.return
{
	font-size: 8pt;
	margin-top: 0pt;
}

span.authname { }
span.organization { font-style: italic; }


/* Header page formatting --------------------------------------------- */
body#header
{
	font-weight: bold;
	font-size: 14pt;
	background-image: url(images/headbar.gif);
	background-repeat: repeat;
}


/* Search "Button" appearance  ---------------------------------------  */
#searchLink
{
	
}

