body	{ margin-top:20px; background:#336600}

td {
		font-family: verdana,Arial;
		font-size:90%;
		font-weight:normal;
		font-style: normal;
		color:#336600;	
}
th {
		font-family: verdana,Arial;
		font-size:90%;
		font-weight:bold;
		font-style: normal;
		color:#336600;	
}
.curvedboxall	{background-color: #669966;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #000;
padding: 5px;
width:320px;}

.curvedboxtopleft	{background-color: #ccc;
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
border: 1px solid #000;
padding: 10px;
width:372px;}

.curvedboxtopright	{background-color: #ccc;
-moz-border-radius-topright:5px;
-webkit-border-top-right-radius:5px;
border: 1px solid #000;
padding: 10px;}

.curvedboxbottomleft	{background-color: #ccc;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
border: 1px solid #000;
padding: 10px;}

.curvedboxbottomright	{background-color: #ccc;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
border: 1px solid #000;
padding: 10px;}

