/* This style sheet is for secondary pages*/
.masterTable { 
	width: 800px; 
	height:auto; 
	border-collapse: collapse; 
	border-style: solid;
	border-width: 1px;
	border-color: #FFCC00; }
    
.tableBodyRow {
    width: 600px;
    height: auto;
    }

.tableFooterRow { 
	width: 800px; 
    height: 35px;
    border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFCC00;
    }

.Logo { 
	width: 160px;
    height: 145px;
    vertical-align: top;
    padding-left: 10px;
    
    }
    
.headerDetails { 
	width: 740px;
	padding-top:30px;
    padding-left: 0px;
  	valign: center; 
    text-align: center;
    vertical-align: center;
    
     }
    
.menuDetails { 
	width: 160px; 
    padding-top:10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    vertical-align: top;
	border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FFCC00;
	  }
     
.titleDetails { 
    margin-top:10px;
    margin-bottom: 0px;
    padding-left: 25px;
    text-align: left;
    vertical-align: top;
    line-height: 1.5; }
    
.bodyDetails { 
	width: 740px;
    padding-top:0px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    line-height: 1.5;
	vertical-align: top; }

.footerDetails {
	width: 800px; 
    height: 35px;
	padding-top:5px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    margin-right:20px;
    text-align: center;
	vertical-align: top;
    border-top-style: solid;
    border-top-width:1px;
    border-top-color:#FFCC00;
     }

     .titleCellDetails { 
        height: 20;
        width: 700px;
        font-family: Arial;
        text-align: center;
        colspan: 2;
        vertical-align: center;
	padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-top-style: solid;
	border-top-width: 1px;
	border-top-color: green; 
    background-color:#FFCC00;
    }
    
    .nameCellDetails { 
        font-size: 10pt;
        font-family: Arial;
        width: 350px;
        text-align: left;
        colspan: 2;
        vertical-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: green;
    }
    
    .addressCellDetails { 
        width: 350px;
        font-size: 8pt;
        font-family: Arial;
        padding-bottom: 10px;
        padding-top: 5 px;
        cell-padding: 10px;
        text-align: left;
        vertical-align: center; }
        
        .specialtyCellDetails { 
        width: 350px;
        font-size: 9pt;
        font-family: Arial;
        padding-left: 15px;
        cell-padding: 10px;
        text-align: left;
        vertical-align: center; }
        
a:link { text-decoration: none; color: 3366CC;}
a:visited { text-decoration: none; color: red;}

.menuItem { font-family: 'Arial'; font-size: 11pt; color: green;}
.menuItemActive { font-family: 'Arial'; font-size: 11pt; color: red; }

/*page title*/ .titleFont {font-family: 'Linotype';font-size: 24pt; font-weight:bold; color: #006600;} 
/*index*/      .indexFont { font-family: 'Arial'; font-size: 11pt; color: black; } 
/*text*/       .contentFont { font-family: 'Arial'; font-size: 11pt; color: black; } 
/*h1*/         .content1Font {font-family: 'Arial'; font-size: 12pt; font-weight:bold; color: green;}
/*h2*/         .content2Font { font-family: 'Arial'; font-size: 11pt; font-variant:small-caps; font-weight:bold; color: green; }
/*h3*/         .content3Font { font-family: 'Arial'; font-size: 8pt; color: black; } 
               .content4Font { font-family: 'Arial'; font-size: 9pt; color: black; }
               
               .titleNews    {font-family: 'Arial'; font-size: 11pt; color: #006600; }
               .dateNews     {font-family: 'Arial'; font-size: 9pt; color: #505050;}
               .contentNews  {font-family: 'Arial'; font-size: 9pt; color: #505050;}

.footerFont { font-family: 'Arial'; font-size: 9pt; color: #666666;}


