/* BODY */

body {  background-color: #ffffff
	font-family : Arial, Helvetica, sans-serif;	
}


/* LINKS */

A:link { 
	text-decoration: none; 
	color:#990000; 
}

A:visited {
	text-decoration: none; 
	color:#660000;
}

A:active { 
	text-decoration: none; 
	color:#ff0000;
}

A:hover { 
	text-decoration: underline; 
	color:#990000;
}


/* HEADINGS */

H2 { 
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 15pt;
    font-weight : normal;
    color : #993333;
    text-decoration : none;
    }
    
H3 { 
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
    color : #993333;
    text-decoration : none;
}

.contacts { 
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
    color : #993333;
    text-decoration : none;
    }

    
H4 { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    font-style: italic;
    color : #000000;
    text-decoration : none;
    }
    

/* TEXT */

P {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

P.td {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

SMALL {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
}


EM { font-style: italic; }

I { 
    font-family : Arial, Helvetica, sans-serif;
    font-style: italic; 
}

I.welcome1 { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 8pt;
    font-style: italic; 
}

I.welcome2 { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-style: italic; 
}


STRONG { font-weight: bold; }

B { 
    font-family : Arial, Helvetica, sans-serif;
    font-weight: bold; 
}


/* LISTS */

LI {
    margin-right : 5;
    list-style-type: disc;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

UL {
    margin-right : 5;
    list-style-type: disc;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

OL {
    margin-right : 5;
    list-style-type: disc;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

LI.content1 {
    margin-right : 5;
    margin-bottom: 5;
    list-style-type: disc;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}


/* TABLES */


TD {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : normal;
    color : #000000;
    text-decoration : none;
}

TD.conditions {
    margin-right : 5;
    font-family: Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    font-style: italic;
    color : #000000;
    text-decoration : none;
}


/* CLASSES */


.grey {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 10pt;
    font-weight : bold;
    color : #000000;
    background: #cccccc;
}

.leftnav {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    font-style: italic;
    color : #000000;
    text-decoration : none;
}

.leftnavdate {
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    font-style: italic;
    color : #000000;
    text-decoration : none;
}

.topnav1 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    font-style: italic;
    color : #000000;
    text-decoration : none;
}

.topnav2 {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    font-style: italic;
    color : #000000;
    text-decoration : none;
}


.small {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    color : #000000;
}

.smallhead {
    font-family : Arial, Helvetica, sans-serif;
    font-size : 9pt;
    font-weight : bold;
    color : #000000;
    margin-top: 6;
    margin-bottom: -6;
}

.white {
   color: #ffffff;
}

.mono {
   font-family: courier new, courier, monospace;
}

.whitemono {
   color: #ffffff;
   font-family: courier new, courier, monospace;
}


.abstract_speaker {
	font-style: normal;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.abstract_coauthor {
	font-style: italic;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}

.abstract_organisation {
	font-style: italic;
	font-weight: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}


/* Program page settings */

TD.programhead { 
    font-family : Arial, Helvetica, sans-serif;
    font-size : 11pt;
    font-weight : bold;
    font-style: italic;
    color : #ffffff;
    background-color: #993333;
    text-decoration : none;
    border: #993333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

TD.programwhite {  
	background-color: #ffffff;
	border: #FFFFFF; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TD.programgrey {  
	background-color: #cccccc;
	background: #cccccc;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TD.programgreysmall {  
	font-size: 9pt;
	background-color: #cccccc;
	background: #cccccc;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TD.time {
	color: #ffffff;
	background-color: #999999;
	font-weight: bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TD.timebreak {
	color: #ffffff;
	background-color: #666666;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	border: #666666; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

TD.timelunch {
	color: #ffffff;
	background-color: #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	border: #333333; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


/* Speaker table */

.td_subject {  
	font-style: italic; 
	font-size: 10pt;
	background: #cccccc;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}

.td_speaker {  
	font-size: 10pt;
	background: #cccccc;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}

.td_coauthor {  
	font-style: italic; 
	font-size: 10pt;
	background: #cccccc;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}

.td_category {  
	font-style: italic; 
	font-weight: bold;
	font-size: 11pt;
	background: #999999;
	border: #cccccc; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px	
}


.td_head {  
    font-family : Arial, Helvetica, sans-serif;
    font-size : 12pt;
    font-weight : bold;
    font-style: italic;
    color : #ffffff;
    background-color: #993333;
    text-decoration : none;

    border: #993333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}



