hr.solidred1 { 
border: 1px #ff0000 solid; 
background-color: #ffdfe2; 
color: #ffdfe2; 
height: 10px; 
} 

hr.solidred2 { 
border-style: solid; 
border-width: 2px; 
border-color: #c40000 #ffdfe2 #ffdfe2 #c40000; 
background-color: #ff8080; 
color: #ff8080; 
height: 10px; 
} 

hr.dotred1,hr.dotgray1,hr.dotbule1 { 
border-style: dotted none none none; 
border-top-width: 2px; 
height: 2px; 
} 

hr.dotgray1 { border-top-color: #cccccc; }
hr.dotred1 { border-top-color: #ff0033; }
hr.dotbule1 { border-top-color: #4169e1; }


.va1 { vertical-align: middle; } 