html, body {
	height: 100%;
	margin: 10px;
}

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-color:#FFFFCC;    
}


.header {
        font-size: 30px;
        font-weight: bold;
}


td.yellow_pipe{
	background-color:#FEF6C0;
	border-style: solid;
	border-color: #DCC525;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}


td.blue_pipe_orizontal{
	background-color:#B3C1FE;
	border-style: solid;
	border-color: #002FFB;
	border-top-width: 1px;	
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

td.blue_pipe_vertical{
	background-color:#B3C1FE;
	border-style: solid;
	border-color: #002FFB;
	border-top-width: 0px;	
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}
td.blue_pipe_vertical_l{
	background-color:#B3C1FE;
	border-style: solid;
	border-color: #002FFB;
	border-top-width: 0px;	
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 0px;
}
td.blue_pipe_vertical_r{
	background-color:#B3C1FE;
	border-style: solid;
	border-color: #002FFB;
	border-top-width: 0px;	
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
}

.menu {        
        background-color:#B3C1FE;
        font-size: 16px;
        font-weight: bold;
        cursor: pointer;
	border-bottom-style: dotted;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: 2px;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}




table.show {
        font-size: 12px;
        border :      2px;
        border-style: dashed;
	border-color: #999999;
}

td.show {
	background-color: #DDDDDD;
        font-size: 12px;
        border :      2px;
        border-style: dashed;
	border-color: #999999;
}


a {
  text-decoration: none;
  }

.activelink {
	     color: #FBE02A;
	     }

.unactive {
	     color: #333333;
	     }

a:hover {
	color: #FFFFFF;
}


.textlink {
color: blue;
}

a.textlink:hover{
font-style: italic;
color: red;
}

.official {
        font-size: 16px;
        font-weight: bold;
	color: #000000;
}
a.official:hover{
color: blue;
}


.addlink {
        font-size: 25px;
        font-weight: bold;
	color: blue;
	text-decoration: underline;
}

a.addlink:hover{
color: red;
}

.style1  {color: #FFFFFF}
.style10 {font-size: 30px; 
          font-weight: bold; 
}
.style6  {font-size: 3px}






a.doclink:hover{
color: #FF3300;
}


table.memotb , 
table.notetb , 
table.talktb  {
    margin-left    : 5px;
    margin-right   : 5px;
    margin-top     : 5px;
    margin-bottom  : 5px;
    vertical-align : middle;
}

table.memotb {
    color:#0000cc; 
}

td.memotb ,td.notetb ,td.talktb {
    font-size: 13pt; 
}

table.notetb {
    color:#441100; 
}

table.talktb {
    color:#333300; 
}

tr.memotb,tr.notetb,tr.talktb  {
/*    font-weight : bold; */
}

tr.memotb {
    background-color:#CCCCFF;
}

tr.notetb {
    background-color:#FFCC66;
}

tr.talktb {
    background-color:#CCFF99;
}


tr.memohead, th.memohead, 
tr.notehead, th.notehead, 
tr.talkhead ,th.talkhead{
    font-size: 14pt;
    font-weight : bold;
    color:#ffffff; 
}


tr.memohead, th.memohead {
    background-color:#0000cc;
}

tr.notehead, th.notehead{
    background-color:#FF3300;
}

tr.talkhead ,th.talkhead {
    background-color:#006600;
}

p.instruction{
color : #000000;
font-size: 16pt;

}

p.instruction{
text-align:left; 
}