﻿body
{
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
background-color:#779695;
}
/* Classes Added by Priyesh */
font
{
	font-family:Verdana;
	font-size:small;	
}

A
{
	font-family:Verdana;
	font-size:small;
}
A:visited 
{
	COLOR:Blue;
}
A:active 
{
	COLOR:Blue;
}

.normalfont
{
	font-family:Verdana;
	font-size:small;	
}

.saffronfont
{
	font-family:Verdana;
	font-size:small;
	color:#4581C5;
	font-weight:bold;
}


.smallfont
{
	font-family:Verdana;
	font-size:11px;	
}

.errormsg
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:Red;
}

.headingfont
{
	font-family:Verdana;
	font-size:12px;	
	font-weight:bold;
}

/* END: Classes Added by Priyesh */

.contenttext
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
}

.blacklink {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.blacklink:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A.blacklink:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.blacklink:active {
	COLOR: #000000; TEXT-DECORATION: none
}
A.blacklink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION:underline;
}

.whitelink {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; border:none;
}
A.whitelink:link {
	COLOR: #ffffff; TEXT-DECORATION: none; border:none;
}
A.whitelink:visited {
	COLOR: #ffffff; TEXT-DECORATION: none; border:none;
}
A.whitelink:active {
	COLOR: #ffffff; TEXT-DECORATION: none; border:none;
}
A.whitelink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #c9f7ff; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION:none; border:none;
}


/* Priyesh have added all below classes */
.blackmenulink {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.blackmenulink:link {
	COLOR: #000000; TEXT-DECORATION: none; border:none;
}
A.blackmenulink:visited {
	COLOR: #000000; TEXT-DECORATION: none; border:none;
}
A.blackmenulink:active {
	COLOR: #000000; TEXT-DECORATION: none; border:none;
}
A.blackmenulink:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION:none;
}

.footerseperator
{
	background-color:#779695;	
}
.maintable
{
	background-color:#ffffff;
}

.contentheader
{
	font-size:xx-large;
	color:#326B8C;
}

.tableheader
{
	FONT-WEIGHT:bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	background-color:#779695;
}

.controlheading 
{
	FONT-WEIGHT:bold; 
	FONT-SIZE: 12px; 
	COLOR: #5f5f5f; 
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
}

.txtbx
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #000000 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
	width: 150px;
	height:15px;
}

.button
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color:#44767f;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	font-weight: bold;
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid;
	BORDER-LEFT: #000000 1px solid;
	BORDER-BOTTOM: #000000 1px solid; 
}

.combo
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #000000 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
	width: 155px;
	/*height:15px;*/
}

.chkbox
{
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	FONT-SIZE: 11px; 
	BORDER-LEFT: #000000 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #000000 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	background-color:#f4f4f4;
	width:100%;
}

/* END: Classes Added by Priyesh */