body {
	margin: 5px;
	padding: 5px;
	background-image: url(images/bg.jpg);
	background-repeat:repeat
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.main {
width:223px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px arial;
color:white;
}

.daysofweek {
background-color:black;
font:bold 12px Arial;
color:white;
}

.days {
font-size: 12px;
font-family:Arial;
color:white;
background-color: #18832d;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-size: 16px;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #006666;
}

.border {
border-style: dashed; 
border-width: 1px;
}
.roundcont {
	width: 250px;
	background-color: #f0ffd2;
	color: #000000;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(images/tr.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(images/br.jpg) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
