body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 10pt;  
  text-decoration: none;
  margin-bottom : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-top : 0px;
}

.line_y {
	background-image : url(images/px_grey_3.gif);
	background-repeat : repeat-y;
}

.line_x {
	background-image : url(images/px_grey_3.gif);
	background-repeat : repeat-x;
}

h1 {
	font-size : 11pt;
	font-weight : lighter;
	margin-bottom : 0px;
	margin-top : 0px;
	color : #999999;
}

a.h1:link {
  text-decoration : none;
 color : #999999;
  background-color : transparent;
  }

a.h1:visited {
  text-decoration : none;
  background-color : transparent;
 color : #999999;}

a.h1:active {
  text-decoration : none;
  background-color : transparent;
 color : #999999;}

a.h1:hover {
  color: #CC0000;
  text-decoration : none;
  background-color : transparent;
}


a.header {
  text-decoration : none;
  background-color : transparent;
  
  font-variant : small-caps;
  text-transform : capitalize;

}


a.footer:link {
  font-size: 10pt;  
  text-decoration : none;
  color : #999999;
  background-color : transparent;
  }

a.footer:visited {
  font-size: 10pt;  
  text-decoration : none;
  background-color : transparent;
  color : #999999;}

a.footer:active {
  font-size: 10pt;  
  text-decoration : none;
  background-color : transparent;
 color : #999999;}

a.footer:hover {
  font-size: 10pt;  
  color: #CC0000;
  text-decoration : none;
  background-color : transparent;
}

.copyright {
  background-color : transparent;  
    text-decoration : none;
  color : #999999;
  font-size: 7pt;    
  padding-left : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-right : 0px;
}


.menu_main {
  background-color : transparent;  
    text-decoration : none;
  
  font-variant : small-caps;
  text-transform : capitalize;
  
  color : #333333;
  font-size: 9pt;    
  padding-left : 20px;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-right : 0px;
}




.menu_sub {
  background-color : transparent;  
    text-decoration : none;
  
  font-variant : small-caps;
  text-transform : capitalize;
  
  color : #333333;
  font-size: 7pt;    
  padding-left : 0px;
  padding-top : 0px;
  padding-bottom : 0px;
  padding-right : 0px;
}


p {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #999999;
  font-size: 9pt;  
  text-decoration: none;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  color: #999999;
  font-size: 9pt;  
  text-decoration: none;
}



a {
  font-family: Arial, Helvetica, sans-serif; 
  background-color: transparent;
  text-decoration: underline
}

a:link {
  color:#333333;
  background-color : transparent;
}

a:visited {
  background-color : transparent;
}

a:active {
  background-color : transparent;
}

a:hover {
  color:#CC0000;
  text-decoration : none;
}

