/* CSS Document */

#content
{
	width: 555px;
	vertical-align: top;
}

.menu_header
{
	color: #FFFFFF;
	background-color: #003399;
	font-weight: normal;
	font-size: 20px;
}

body
{
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	margin: 0px;
	border: 0px;
	padding: 0px; /* needed? */
}

hr
{
	background-color: Navy
}


a, li, p, td /* this is needed by IE6 in order to display fonts in 10pt size */
{
	font-size: 10pt;
}

/* === header formatting ========================================================================= */

h1
{
	font-weight: bold;
	color: #0066CC;
	font-size: 16pt;
	margin-top: 12pt;
}

h2
{
	font-weight: bold;
	color: #000066;
	font-size: 12pt;
	margin-top: 24pt;
}

h3
{
	font-weight: bold;
	color: #000000;
	font-size: 11pt;
	margin-top: 10pt;
}

h4
{
	font-weight: bold;
	color: #0066CC;
	font-size: 10pt;
}

h5
{
	font-weight: bold;
	color: #666666;
	font-size: 10pt;
}

h6
{
	font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

	
h1 A:link, h1 A:visited, h1 A:active, h1 A:hover, h1 A:focus,
h2 A:link, h2 A:visited, h2 A:active, h2 A:hover, h2 A:focus,
h3 A:link, h3 A:visited, h3 A:active, h3 A:hover, h3 A:focus,
h4 A:link, h4 A:visited, h4 A:active, h4 A:hover, h4 A:focus,
h5 A:link, h5 A:visited, h5 A:active, h5 A:hover, h5 A:focus,
h6 A:link, h6 A:visited, h6 A:active, h6 A:hover, h6 A:focus
{
	font-weight: bold;
	text-decoration: none;
}


h1.page_header {
	margin: 0px;
	color: #000066;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
}


	
/* === paragraph formatting =============================================================== */

p
{
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	margin: 5px;
}


em
{
  font-style: italic;
  color: #CC3300;
}


strong
{
  font-weight: bold;
}


small
{
  font-style: normal;
  font-size: 8pt;
  color: #333333;
}


em strong, strong em
{
  text-transform: uppercase;
  font-style: normal;
  font-weight: bolder;
  color: black;
}


li
{
	text-align:justify;
}


/* === link formatting ==================================================================== */

a:link, a:visited, a:active, a:hover, a:focus
{
	text-decoration: none;
}


a:link
{
	color: #0033CC;
}


a:visited
{
	color: #000099;
}


a:hover
{
	background-color: #0066CC;
	color: White;
	border-width: 20 20 20 20;
}


a:active
{
	background-color: Green;
	color: White;
	text-align: center;
}


a:link img, a:visited img, a:active img, a:hover img, a:focus img
{
	border: 0px;
}


/* === table formatting ======================================================================*/

th
{
	color: #FFFFFF;
	background-color: #003399;
	text-align: left
}

a.th
{
	color: #33FFFF
}

th a:link, th a:visited, th a:active, th a:hover, th a:focus
{
	color: #FFFFFF;
}

/* === publication formatting ==================================================================== */

h1.year
{
	margin: 30px, 10px, 0px, 10px;
	padding: 0px;
	border-bottom: 1px solid #0033CC;
	text-decoration: none;
	text-align: right;
	color: #0033CC;
}

/* this is needed by IE6 in order to display fonts in 10pt size */
div.bibtex_entry, div.bibtex_title, div.bibtex_booktitle, div.bibtex_author,
div.bibtex_url, div.bibtex_pdf, div.bibtex_doi,
div.bibtex_journal, div.bibtex_year, div.bibtex_pages, div.bibtex_publisher,
div.bibtex_volume, div.bibtex_comment, div.bibtex_preprint, div.bibtex_note
{
	font-size: 10pt;
}

div.bibtex_entry
{ 
	background: white;
	margin: 2px; 
	padding: 2px;
}

div.bibtex_title
{
	font-weight: bold; 
	padding-bottom: 2px;
	color: DarkBlue;
}

div.bibtex_booktitle
{
	font-style: italic;
	padding-bottom: 2px;
}

div.bibtex_author
{ 
	padding-bottom: 2px;
}

div.bibtex_url, div.bibtex_pdf, div.bibtex_doi
{
	display: inline;
	float: right;
	padding-left: 1em;
	padding-right: 1em;
}

div.bibtex_journal, div.bibtex_year, div.bibtex_pages, div.bibtex_publisher
{
	display: inline;
}

div.bibtex_volume
{
	display: inline;
	font-weight: bold;
}

div.bibtex_comment
{ 
	font-weight: bold; 
	padding-top: 2px;
}

div.bibtex_preprint
{
	display: inline
}

div.bibtex_note
{
	padding-top: 2px;
}

