body { 
	background: #FFFFFF;
	font-size: 10pt;
	color: #000000; 
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 10px 10px 10px 10px;
}

body.blue {
	background:  #336699;
	font-size: 10pt;
	color: #000000;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0px 0px 0px 0px;
}

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: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

h4 {
	font-size: 11pt;
	font-weight: bold;
	color: #336699;
	background-color: transparent;
}

/* GENERAL LINK PROPERTIES */
a:link, a:visited, a:hover, a:focus, a:active { 
	color: #0000FF; 
	
}

/*
a:visited { 
	color: #990000; 
	
}

a:hover { 
	color: #0000FF;
	
}

a:active { 
	 color:#006699;
 text-decoration: none
        
	
} */

/* LISTS */
ul {
	list-style: square;
	margin-bottom: 0%;
}

ul ul {
	list-style: circle;
	margin-bottom: 0%;
}

ul ul ul {
	list-style: disc;
	margin-bottom: 0%;
}

ol {
	list-style: decimal;
	margin-bottom: 0%;
}

ol ol {
	list-style: lower-alpha;
	margin-bottom: 0%;
}

ol ol ol {
	list-style: lower-roman;
	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;
}

acronym {
	color : #006699;
	background : transparent;
}

abbr {
	color : #006699;
	background : transparent;
}

caption {
	font-size: 10pt;
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: bold;
	text-align: left;
}

input { 
	font-size: 10pt; 
	font-family: arial, helvetica, verdana, sans-serif;
}

img { 
	border-style: none; 
}

/* 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: #336699;
	height: 14px;
}

/* COMMON MENU BAR - LINKS */
a.common:link, a.common:visited, a.common:hover, a.common:active { 
	color: #FFFFFF; 
	font-size: 9pt;
	text-decoration: none; 
	background-color: #000000;
	font-weight: bold;
}

/* INSTITUTIONAL MENU BAR - LINKS */
a.institute:link, a.institute:visited, a.institute:hover, a.institute:active {
	color : #FFFFFF; 
	font-size: 9pt;
	text-decoration : none; 
	background-color : #336699; 
	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;
}

/* BREADCRUMB LINKS */
a.breadcrumb {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:visited {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
} 

a.breadcrumb:hover, a.breadcrumb:focus {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

a.breadcrumb:active {
	color : #336699; 
	background-color: #FFFFFF; 
	text-decoration : none; 
}

img.triangle {
	vertical-align: top;
}


/* LEFT NAVIGATION TABLE CELLS */
td.leftNavTable {
	background-color: #336699; 
	vertical-align: top;
	color: #000000;
}

/* LEFT NAVIGATIONAL LINKS - FIRST LEVEL LINK PROPERTIES */
a.leftNavLevel1:link, a.leftNavLevel1:visited {
	color: #FFFFFF; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
} 
a.leftNavLevel1:hover{
	color: #FFCC66; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavLevel1:active {
	color: #FFFFFF; 
	background-color: #336699;  
	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: #FFFFFF; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
} 
a.leftNavLevel2:hover{
	color: #FFCC66; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavLevel2:active {
	color: #FFFFFF; 
	background-color: #336699;  
	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: #FFCC66; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: none;
}
a.leftNavCurrentLevel:hover {
	color: #FFCC66; 
	background-color: #336699; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
}
a.leftNavCurrentLevel:active {
	color: #FFCC66; 
	background-color: #336699;  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	text-decoration: underline;
} 

/* FOOTER */
hr.footerRule {
	color: #666666;
	background-color: #999999;
	height: 1px;
}

/* LEFT SIDE */
td.footerNotesInfo { 
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
	color: #336699;
	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;
}

/* SPLASH PAGE */

.redButton {
	color: #FFFFFF;
	background-color: #FF0000;
	text-align: center;
}

a.language:link, a.language:visited, a.language:hover, 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:active {
	color: #000000;
	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;
} 

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.rightBold {
	text-align: right;
	font-weight: bold;
}

.center {
	text-align: center;
}

.centerBold {
	text-align: center;
	font-weight:bold;
}

.grey {
	color:#000000;
	background-color: #EDEDED;
}

.greybox1{	
        background-color: #EDEDED;
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

.greyCenterBold {
	color:#000000;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bold;
}

.Blue {
	color: #FFFFFF;
	background-color: #336699;
}

.lightBlue {
	color:#FFFFFF;
	background-color: #6699CC;
}


.grey:link, .grey:visited, .grey:hover, .grey:active { 
	color: #0000FF; 
	background-color: #CCCCCC;
}

 .white:link, .white:visited, .white:hover, .white:active { 
	color: #0000FF; 
	background-color: #FFFFFF;
}

table.insideWindow {
	color:#000000;
	background-color:#FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#000000;
}
.white {
	color:#FFFFFF;
}

.black {
	color:#000000;	
}

td.white {
	color: #000000;
	background-color:#FFFFFF;

}

td.sidebarHeader {
	color: #FFFFFF;
	background-color:#336699;
	text-align:center;
	font-weight: bold;
}

tr.tableHeader {
	color: #FFFFFF;
	background-color: #336699;
	font-weight: bold;
}

.border {
	border: 1px;
	border-style:solid;
	border-color:#CCCCCC;
}

.borderBlack {
	border: 1px;
	border-style:solid;
	border-color:#000000;
}

.borderBlue {
	border-width: 5px;
	border-style: solid;
	border-color:#336699;
}

.blueCenterBold, .blueCenterBold:link, .blueCenterBold:visited, .blueCenterBold:hover, .blueCenterBold:active{
	background-color: #336699;
	text-align: center;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 11pt;
}

.blueLeftBold, .blueLeftBold:link, .blueLeftBold:visited, .blueLeftBold:hover, .blueLeftBold:active{
	background-color: #336699;
	text-align: left;
	font-weight:bold;
	color:#FFFFFF;
	font-size: 11pt;
}

table.step {
	color:#000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color:#336699;
}

td.tablecellLeft {
	border-color : #CCCCCC;
	border-width : 1px;
    border-style : solid;
	color:#000000;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

td.tablecellRight {
	border-color : #CCCCCC;
	border-width : 1px;
    border-style : solid;
	color:#000000;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-align:right;
}

hr {
	color: #336699; 
	height: 1px; 
	background-color: #FFFFFF 
}

td.found {
	color:#FF0000;
	font-weight:bold;
}

td.tabLightBlue, a.detailstab:link, a.detailstab:visited, a.detailstab:hover, a.detailstab:active { 
	background-color:#6699CC;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

td.tabLightBlueAlign {
	background-color:#6699CC;
	text-align:right;
}

a.summarytab:link, a.summarytab:visited, a.summarytab:hover, a.summarytab:active { 
	background-color:#336699;
	color:#FFFFFF;
}

td.section {
	font-weight:bold;
	color: #FFFFFF;
	background-color: #336699;
}

table.grid td {
    border-color : #CCCCCC;
    border-width : 1px;
    border-style : solid; 
}

span.resultfound, a.resultfound {
	background-color:#FF0000;
	color:#FFFFFF;
}

.buttonColor{
	background-color : #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.button{
	background-color : #336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.buttonGrey{
	background-color : #cdcdcd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#336699;
}

.greybox{	
	border-style: solid;
	border-width: 1px;
	border-color: #C0C0C0;
}

table.define{
  border-width: 1px;
  background-color:#0000ff;
  border-style: solid;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}


a.change:link { 
 color:#0066CC;
 text-decoration: underline
}

a.change:visited { 
 color:#0000FF;
 text-decoration: underline
}

a.change:hover { 
 color:#336699;
 text-decoration: none
}

.greyboxwithnobottom{
	background-color: #EDEDED; 
  	border-style: solid;
	border-width: 1px;
    border-bottom-style: none;
	border-color: #C0C0C0;
}

.greyboxwithnotop{
	background-color: #EDEDED; 
  	border-style: solid;
	border-width: 1px;
    border-top-style: none;
	border-color: #C0C0C0;
}

.greyboxwithnotopandnobottom{
	background-color: #EDEDED; 
  	border-style: solid;
	border-width: 1px;
    border-top-style: none;
    border-bottom-style: none;
	border-color: #C0C0C0;
}

p.width300W
{
  background-color : #FFFFFF;
  width: 400; 
  height: 17;
  word-wrap: break-all;
  overflow: hidden;
}

p.width300G
{
  background-color : #EDEDED;
  width: 400; 
  height: 17;
  word-wrap: break-all;
  overflow: hidden

}

p.widthW
{
  background-color : #FFFFFF;
  width: 400; 
  word-wrap: break-all;
  overflow: none
}

p.widthG
{
  background-color : #EDEDED;
  width: 400; 
  word-wrap: break-all;
  overflow: none
}
table.TabError {
	border-width: 1px;
	border-spacing: ;
	border-style: ridge;
	border-color: #FF0012;
	border-collapse: collapse;
	background-color: #006400;
}

table.TabErrorg {
	border-width: 1.5px;
	border-spacing: ;
	border-style: ridge;
	border-color: #FF0012;
	border-collapse: collapse;
	background-color: #FCEEEF;
}

table.TabError td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: green;
	background-color: #FCEEEF;
	-moz-border-radius: ;
}
table.TabError th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: green;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}

