/* CSS Document */

body{
	margin:0;
}

.headingtext{
	font-size:16px;
	font-weight:bold;
	color:#696969;
	text-align:center;
	line-height:25px;
}

.subheading{
	font-size:12px;
	font-weight:bold;
	color:#696969;
	text-align:center;
}

.bottomtext{
	font-size:14px;
	font-weight:bold;
	color:#696969;
}

.calendarbg
{
	background-image:url(../images/calenderbg.jpg); 
	background-repeat:no-repeat; 
	width:280px; 
	height:350px;
}

