﻿/*For Body text*/
.pcm_bodytext
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:12px ;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;	
}

/* for Heading*/
.pcm_heading1
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:20px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align:left;	
}
/*For text below heading1*/
.pcm_heading2
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:13px ;
	font-style: normal;
	font-weight: normal;
	color:#ffffff ;
	text-decoration: none;
	text-align:justify;
	
}
/*Hyperlink below heading1*/
.pcm_hyperlink
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	
}
.pcm_hyperlink:hover
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color: #0033cc;
	text-decoration: none;
	
}


/*for bodytext heading*/
.pcm_bodyheading
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:14px ;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-align:left;
	
}


/*For Content page heading*/
.pcm_heading
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:13px ;
	font-style: normal;
	font-weight:bold;
	color:  #951803;
	text-decoration: none;
	text-align:justify;
}

/*To make text bold*/
.pcm_boldtext
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:13px ;
	font-style: normal;
	font-weight:bold;
	color:  #000000;
	text-decoration: none;
	text-align:justify;
	
}

/*For Content page heading*/
.pcm_subheading
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:12px ;
	font-style: normal;
	font-weight:bold;
	color:  #951803;
	text-decoration: none;
	text-align:justify;
}

/*For button*/
.pcm_button
{
	background-color:Transparent;
	border-style:none;
	font-weight:bold;
	color:White;
}

.pcm_imagetitle
{
	font-family:"Arial Unicode MS", "Raavi","Times New Roman";
	font-size:11px ;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}