hr {color: sienna}
p {margin-left: 20px}



tr.d0 td {
	background-color: #753a00; color: white;
}



table.detail {
	border-width: 2px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
}
table.detail th {
	border-width: 0px;
	padding: 5px;
	background-color: 99cccc;

}
table.detail td {
	border-width: 0px;
	padding: 5px;
	background-color: ffffff;

}


	
	

body {background-color: #FFCCCC}
h1 {color: #408080; font-size: 18px; line-height: 100%; padding: 0px;}
h2 {color: #408080; line-height: 100%; font-size: 24px;}
p1{text-align: justify; font-size: 14px;} 
p2{text-align: justify; font-size: 16px; font-weight: bolder; text-decoration: underline;}
p3{text-align: justify; font-size: 18px; font-weight: bolder;}
p4{text-align: justify; font-size: 16px; font-weight: bolder; text-decoration: underline;}
p5{text-align: justify; font-size: 24px;} 
p6{text-align: justify; font-size: 26px; font-weight: bolder;}
p7{text-align: justify; font-size: 24px; color: #408080;} 
p8{text-align: justify; font-size: 12px;}

ul { list-style-image: url("elements/list.jpg"); }

img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

HR {
    height:3px;
    width:100%;
    background:#408080
   }




