/* Change the styles below to affect all HTML pages */

/* General page formatting */
BODY
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

BODY.nav { background-color: #6699FF; }
BODY.nav A:link { color: #D20003; }

BODY.header
{
	margin-left: 0pt;
	background-color: #FFFFFF;
}

IMG { border: none; }

SUP { font-size: x-small; }

SUB { font-size: x-small; }

LI { margin-bottom: 6pt; }


/* Headings */
H1
{
	font-size: 20pt;
	text-align: center;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	padding: 6px;
}

H2
{
	font-size: 14pt;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #6699FF;
	padding: 4px;
}

H3
{
	font-size: 12pt;
	text-align: justify;
	font-weight: bolder;
	margin-bottom: 0pt;
}

H4
{
	font-size: 16pt;
	text-align: left;
	border-bottom: 1px solid black;
	padding: 4px;
}


/* Link colors */
A:link { text-decoration: none; }
A:visited { text-decoration: none; }


/* Index formatting */
P.intro
{
        margin-top: 1pt;
	margin-bottom: 1pt;
        line-height: 1.5;
        font-size: 12pt;
        text-align: justify;
	font-weight: bolder;
}
P.paper
{
	margin-top: 1pt;
	margin-left: 10pt;
	margin-bottom: 0pt;
	font-weight: bold;
}
P.authors
{
	margin-top: 0pt;
	margin-left: 10pt;
	margin-bottom: 10pt;
}
P.chair
{
	margin-top: 0pt;
	margin-bottom: 10pt;
}

SPAN.authname { }
SPAN.organization { font-style: italic; }


/* DO NOT CHANGE THESE STYLES! */
.noCSS { display: none; }
