body{
	font: small sans-serif;
	font-size: 13px;
margin: 24px 16px;
}
h2{
	color: green;
}
a{
    background: transparent;
    text-decoration: none;
    font-size:13px;
    font-weight: bold;
    color: #006699;	
	
}

a:visited {
        color:  #639f32;
}
a:active {
        color:  #006699;
        outline: none;
}
a.new:hover, a:hover {
        color: #ff9900;
}
hr{
	border:.3px dotted #339900;
}
table{
	font: small sans-serif;
	font-size: 13px;
}

table.greyTB{
 border:1px solid #cecece;
 border-collapse: collapse;
}

table.greyTB a{
 font-size:98%; 
 width:100%;
}

table.greyTB td{
 padding-left: 5px;
 padding-right: 5px;
 border:1px solid #aaa;
}

table.greyTB tr{
 vertical-align: top;
}


tr.greyRow{
background-color:#cecece;
}

td.greyCell{
 background-color:#e0e0e0; 
 border:none;
 border-bottom: 1px solid #fff;
 color:#000000;
}

td.greyCell2{
 background-color:#e0e0e0; 
 border:none;
 border-bottom: 1px solid #fff;
 color:#787878;
 font-weight: bold;
 text-align: right;
}


td.darkCell{
border-bottom: 1px solid #fff;
background-color: #aaa;
color: black; 
font-weight: bold;
}

tr.darkRow{
border-bottom: 1px solid #fff;
background-color: #aaa;
color: #000; 
font-weight: bold;
}

img {
	outline:none;
	border: none;
}