/* FILE: style.css
**
** DOCUMENTS: CSS for Alcove Limited
**
** AUTHOR:
**    Marufur Rahman
**
** CREATION DATE:
**    02 May 2007
**
****************************************************/
   
 body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size : 15px;
	background-color: #FFFFFF;
	color: #000000;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.datepanel {
	font-family: Boishakhi;
	font-weight: bold;
	text-align: center;
	color:#FFFFFF;
	font-size: 13px;
}
.head {
	font-family: Boishakhi;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
}
.head1 {
	font-family: Boishakhi;
	font-size: 18px;
	text-align:justify;
	font-weight: bold;
	color: #000000;
}
.subhead {
	font-family: Boishakhi;
	font-weight: bold;
	text-align: justify;
	color: #3333CC;
	font-size: 13px;
}
.subhead1 {
	font-family: Boishakhi;
	font-weight: normal;
	text-align: justify;
	color: #333333;
	font-size: 15px;
}
.reporter {
	font-family: Boishakhi;
	font-weight: bold;
	text-align:justify;
	font-size: 16px;
}
.reporter1 {
	font-family: Boishakhi;
	font-weight: bold;
	text-align:justify;
	font-size: 16px;
	color: #00CCFF;
}
.caption {
	font-family: Boishakhi;
	font-weight: normal;
	text-align:center;
	color:#990000;
	font-size: 12px;
}
.news {
	font-family: Boishakhi;
	font-weight: normal;
	text-align:justify;
	font-size: 14px;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Boishakhi;
	font-size: 14px;
	text-align:left;
	font-weight: bold;
	color: #000000;
	/*text-decoration:underline;*/
}

a.link1:link, a.link1:active, a.link1:visited {
	font-family: Boishakhi;
	font-size: 10px;
	text-align:left;
	font-weight: normal;
	color: #FF0000;
	text-decoration:underline;
}
a.link:hover {
	font-weight: bolder;
	color:#0000CC;
}

a.link1:hover {
	font-weight: bolder;
	color:#0000CC;
}


