.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3300ff;
}
.content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.pagingSelected{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight : bold;
	font-size : 9pt;
	text-decoration : underline;

}
.pagingLinks:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;

}	

.pagingLinks:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

.pagingLinks:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}
.pagingLinks:alink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
	}
.blueLinks:link{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3300cc;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;

}	

.blueLinks:visited{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3300cc;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
}

.blueLinks:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3300cc;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : underline;
}
.blueLinks:alink{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #3300cc;
	font-weight : normal;
	font-size : 9pt;
	text-decoration : none;
	}
.grayBg{
	background-color: #999999;
}
.verticleBg{
	background-image: url(images/dottedBg.jpg);
	background-repeat: repeat-y;
	background-position: 5px top;
}
.horizontalBg{
	background-image: url(images/horizontalDots.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}
.blockBg{
	background-color: #f4f4f4;
}
