

/* Nice colourful table */


.tdTop
{
    
	line-height:20px;
	
}



.tdMain
{
    padding-left:10px;
    padding-right:10px;
    
	padding-top:5px;
}

.curve-bl,
.curve-br,
.curve-tl,
.curve-tr
{
    width:10px;
    height:10px;  
}


.curve-bl {
background-image:url(../images/white-bl.gif);
background-position:bottom left;
background-repeat:no-repeat;
float:left;
}
.curve-br {
background-image:url(../images/white-br.gif);
background-position:bottom right;
background-repeat:no-repeat;
float:right;
}
.curve-tr {
background-image:url(../images/white-tr.gif);
background-position:top right;
background-repeat:no-repeat;
float:right;

}
.curve-tl {
background-image:url(../images/white-tl.gif);
background-position:top left;
background-repeat:no-repeat;
float: left;
}


