body { 
	background: #FFFFFF;
	font-size: 10pt;
	color: #000000; 
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 10px 10px 10px 10px;
}

p { 
	font-family: arial, helvetica, verdana, sans-serif; 
	font-size: 10pt;
}

/* HEADINGS */
h1 {
	font-size: 14.5pt;
	font-weight: bold;
	color: #336699;
	background-color: transparent;
}

h2 {
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

/* GENERAL LINK PROPERTIES */
a:link { 
	color: #0000FF; 
	background-color: #FFFFFF; 
}

a:visited { 
	color: #990000; 
	background-color: #FFFFFF; 
}

a:hover, a:focus { 
	color: #0000FF;
	background-color: #FFFFFF; 
}

a:active { 
	color: #FF0000; 
	background-color: #FFFFFF; 
}

/* LISTS */

li  {	font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
}
li:roman {
	list-style: roman;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}
li:number {
	list-style: number;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}
li:decimal {
	list-style: decimal;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}


ul {
	list-style: square;
	margin-bottom: 0%;
}

ul ul {
	list-style: circle;
	margin-bottom: 0%;
}

ul ul ul {
	list-style: disc;
	margin-bottom: 0%;
}
ul.roman {
	list-style: roman;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}
ul.number {
	list-style: number;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}
ul.decimal {
	list-style: decimal;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}
ol {
	list-style: decimal;
                font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}

ol ol {
	list-style: lower-alpha;
               font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}

ol ol ol {
	list-style: lower-roman;
                 font-family: arial, helvetica, verdana, sans-serif;
                font-size: 10pt;
	margin-bottom: 0%;
}

/* GENERAL PROPERTIES */
td { 
	font-size: 10pt; 
	font-family: arial, helvetica, verdana, sans-serif;
}

th {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}

dt {
	font-weight : bold;
}

caption {
	font-size: 10pt;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

input, textarea { 
	font-size: 10pt; 
	font-family: arial, helvetica, verdana, sans-serif;
}

img { 
	border: 0px none transparent; color:#FFFFFF; 
}

/* MENU BAR - CELL FORMATING */
/* COMMON MENU BAR - TABLE CELL*/
td.CLFMenuCell { 
	vertical-align: middle; 
	color: #FFFFFF;
	background-color: #000000;
	height: 14px;
}

/* INSTITUTIONAL MENU BAR - TABLE CELL */
td.CLFMenuCell2 { 
	vertical-align: middle; 
	color: #FFFFFF;
	background-color: #999966;
	height: 14px;
}

/* COMMON MENU BAR - LINKS */
a.common:link, a.common:visited, a.common:hover, a.common:focus, a.common:active { 
	color: #FFFFFF; 
	font-size: 9pt;
	text-decoration: none; 
	background-color: #000000;
	font-weight: bold;
                margin-left: 2px;
}

/* INSTITUTIONAL MENU BAR - LINKS */
a.institute:link, a.institute:visited, a.institute:hover, a.institute:focus, a.institute:active {
	color : #FFFFFF; 
	font-size: 9pt;
	text-decoration : none; 
	background-color : #999966; 
	font-weight: bold;
                margin-left: 2px;
} 

a.contactFR:link, a.contactFR:visited, a.contactFR:hover, a.contactFR:focus, a.contactFR:active { 
	color: #FFFFFF; 
	font-size: 9pt;
	text-decoration: none; 
	background-color: #000000;
	font-weight: bold;
}

/* TEXT STYLE CLASSES */
.boldText {
	font-weight: bold;
}
.italicText {
	font-style: italic;
}
.boldItalicText {
	font-weight: bold;
	font-style: italic;
}
.mandatory {
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFFF;
}

/* BREADCRUMB LINKS */
a.breadcrumb {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:visited {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:hover, a.breadcrumb:focus {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

a.breadcrumb:active {
	color : #999966; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

img.triangle {
	vertical-align: top;
}


/* LEFT NAVIGATION TABLE CELLS */
td.leftNavTable {
	background-color: #cccc99; 
	vertical-align: top;
	color: #000000;
}

/* LEFT NAVIGATIONAL LINKS - FIRST LEVEL LINK PROPERTIES */
a.leftNavLevel1:link, a.leftNavLevel1:visited {
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
} 
a.leftNavLevel1:hover, a.leftNavLevel1:focus{
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavLevel1:active {
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}


/* LEFT NAVIGATIONAL BAR - SECOND LEVEL LINK PROPERTIES */
a.leftNavLevel2:link, a.leftNavLevel2:visited {
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
} 
a.leftNavLevel2:hover, a.leftNavLevel2:focus {
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavLevel2:active {
	color: #000000; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}

/* LEFT NAVIGATIONAL BAR - CURRENT LEVEL LINKS */
a.leftNavCurrentLevel:link, a.leftNavCurrentLevel:visited {
	color: #336699; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
}
a.leftNavCurrentLevel:hover, a.leftNavCurrentLevel:focus {
	color: #336699; 
	background-color: #cccc99; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavCurrentLevel:active {
	color: #336699; 
	background-color: #cccc99;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
} 

/* MAIN PAGE TITLES AND LINKS */

a.pointsize11:link {
	background-color: transparent;
	color: #0000FF;
	text-decoration : underline;
	font-weight : normal;
}

a.pointsize11:visited {
	background-color: transparent;
	color: #990000;
	text-decoration : underline;
	font-weight : normal;
}

a.pointsize11:active {
	background-color: transparent;
	color : #FF0000;
	text-decoration : underline;
	font-weight : normal;
}

a.pointsize11:hover {
	background-color: transparent;
	color: #0000FF;
	text-decoration : underline;
	font-weight : normal;
}

/* EPIC Elements - DO NOT DISTURB*/


td.normal {
	font-size: 0.8em;
	text-decoration:none;
}

.title {
	font-size: 1.5em;
	text-decoration:none;
	font-style: italic;
}

a.nav {
	text-decoration : none;
}

a.hide {
	display : none;
}

/*EPIC ELEMENTS -  DO NOT DISTURB -  FOR IMAGES AND TABLES REPLACES ALIGN */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

/* END */

/* FOOTER */
hr.footerRule {
	color: #666666;
	background-color: #999999;
	height: 1px;
}

/* LEFT SIDE */
td.footerNotesInfo { 
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #999966;
	background-color: #FFFFFF; 
	vertical-align: top;
}
/* RIGHT SIDE */
td.footerDisclaimer02 { 
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	color: #000000;
	background-color: #FFFFFF; 
	text-align: right;
	vertical-align: top;
}

/* USED IN SEARCH PAGE */
.resultsLightBackground {
	background-color: #999966;
	color: #FFFFFF;
	font-weight: bold;
}

.rightAlign {
	text-align: right;
}
/* SPLASH PAGE */
.redButton {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}
td.button {
	color: #FFFFFF;
	background-color: #FF0000;
	font-size: 9pt;
	text-align: center;
                width: 75px;
                 height: 20px;
}

a.language:link, a.language:visited, a.language:hover, a.language:focus, a.language:active { 
	color: #FFFFFF; 
	background-color: #FF0000;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}

a.notices:link, a.notices:visited, a.notices:hover, a.notices:focus, a.notices:active {
	color: #000000;
                 font-size: 9pt;
	background-color: #FFFFFF;
}

/* @media print  */

page {
	margin: 10%;
}

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	page-break-inside: avoid;
}

blockquote, ul, ol, dl {
	page-break-before: avoid;
}

/* @media aural */

h1, h2, h3, h4, h5, h6 {
	voice-family: paul, male;
	stress: 20;
	richness: 90;
}

h2 {
	pitch: x-low;
	pitch-range: 80;
}

h3 {
	pitch: low;
	pitch-range: 70;
}

h4 {
	pitch: medium;
	pitch-range: 60;
}

h5 {
	pitch: medium;
	pitch-range: 50;
}

h6 {
	pitch: medium;
	pitch-range: 40;
}

li, dt, dd {
	pitch: medium;
	richness: 60;
}

dt {
	stress: 80;
}

b, strong {
	pitch: medium;
	pitch-range: 60;
	stress: 90;
	richness: 90;
}

i {
	pitch: medium;
	pitch-range: 60;
	stress: 60;
	richness: 50;
}

u {
	richness: 0;
}

a:link {
	voice-family: harry, male;
}

a:visited {
	voice-family: betty, female;
}

a:active {
	voice-family: betty, female;
	pitch-range: 80;
	pitch: x-high;
} 
