﻿/*For Body text*/
.cm_bodytext
{
	font-family:Arial;
	font-size:12px ;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
	
}

/* for Heading for vision*/
.cm_heading1
{
	font-family:Georgia;
	font-size:20px ;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	
}
/*For text below heading1*/
.cm_heading2
{
	font-family:Sans-Serif ;
	font-size:15px ;
	font-style: normal;
	font-weight: normal;
	color:#ffffff ;
	text-decoration: none;
	text-align:justify;
	
}
/*Hyperlink below heading1*/
.cm_hyperlink
{
	font-family:Arial ;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color:Black;
	text-decoration:none;
	
}
.cm_hyperlink:hover
{
	font-family:Arial ;
	font-size:12px;
	font-style: normal;
	font-weight:bold;
	color: #0033cc;
	text-decoration: none;
	
}


/*for bodytext heading*/
.cm_bodyheading
{
	font-family:Arial;
	font-size:14px ;
	font-style: normal;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
	text-align:left;
	
}


/*For Content page heading*/
.cm_heading
{
	font-family:Arial;
	font-size:13px ;
	font-style: normal;
	font-weight:bold;
	color:  #951803;
	text-decoration: none;
	text-align:justify;
}

/*To make text bold*/
.cm_boldtext
{
	font-family:Arial;
	font-size:13px ;
	font-style: normal;
	font-weight:bold;
	color:  #000000;
	text-decoration: none;
	text-align:justify;
	
}

/*For Content page heading*/
.cm_subheading
{
	font-family:Arial;
	font-size:12px ;
	font-style: normal;
	font-weight:bold;
	color:  #951803;
	text-decoration: none;
	text-align:justify;
}

/*For button*/
.cm_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold ;
	color: #003399;
	text-decoration:none;
	background-color:#e2f0fd;
}

.cm_imagetitle
{
	font-family:Arial;
	font-size:11px ;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align:justify;
}