/************************************************************/
/****************** GENERAL CSS *****************************/
/************************************************************/

/************************************************************/
/****************** FAQ's Module ****************************/
/************************************************************/

tr.faqCatRow td, tr.faqSubCatRow td
{
		font-weight: bold;
}

.faqDetail
{
		border-bottom: 1px solid #CDE7F8;
		border-top: 1px solid #CDE7F8;
		margin: 4px 0;
		padding: 8px 0;
}

.faqDetail .title
{
		font-weight: bold;
		line-height: 18px;
}

/************************************************************/
/****************** News Module *****************************/
/************************************************************/

.newsOptions a, .newsOptions
{
		text-decoration: underline;
}

.newsOptions
{
		height: 20px;
		border-bottom: 1px solid #A9D1EA;
}

.newsOptions .left
{
	float: left;
}

.newsOptions .right
{
	float: right;
}

#newsItems
{
		padding: 4px 0;
		/*border-bottom: 1px solid #A9D1EA;*/
}

#newsItems .author
{
		font-weight: bold;
		line-height: 26px;
}

#newsItems .intro
{
		font-weight:bold;  
}

#newsItems .link
{
		display: block;
		text-align: right;
}

#newsItems .news
{
		font-weight: bold;
}

#newsDetails
{

}

#newsDetails .title
{

}

#newsDetails .date
{
		text-align: right;
		text-decoration: underline;
}

#newsDetails .text
{

}

#newsDetails .link
{

}

/************************************************************/
/****************** Print Page ******************************/
/************************************************************/

.printLink a
{
  display: inline;
  float: right;
  font-size: 12px;
}