/*CSS STYLESHEET FOR VIALITE 2.0 PRODUCT COPYRIGHT V---Systems 2007

------ IMPORATNT INSTRUCTIONS-----
1. MENTION THE FONT NAME IN BODY TAG. DO NOT MENTION IN CLASS NAME UNTILL ITS NECESSARY
2. USE RELATIVE FONT SIZING
3. ALWAYS USE A, A:hover; A:visited

THIS STYLESHEET IS DIVIDED INTO THREE MAJOR PORTION PRINT, VITAL AND LAYOUT RELATED....
LAYOUT RELATED CAN BE ELIMINATED
VITAL VALUES CAN BE CHAGED 
*/


/*---------V-I-T-A-L--------------------------------------------------*/
/*REQUIRED CLASSSED CAN NOT BE ELIMINATED, Just change the attribute*/
/*----------------------------------------------------------------*/
body
{
	font-family:Verdana;	
	scrollbar-face-color: #DCDCDC;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #BBBBBB;
	scrollbar-arrow-color: #626262;
	scrollbar-track-color: #EFEFEF;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #bbbbbb;
	scrollbar-darkshadow-color: #bbbbbb;
	margin:0px auto;padding:0px;background-color:#FFFFFF;
}
/*----MAINTEXT IS USED FOR DISPAYIMG THE CONTENT*/
/*.maintext{color:Black; font-size:x-small;}
.maintext A{color:blue;	font-size:x-small;font-weight:normal;font-style:normal;	text-decoration:none;}
.maintext A:hover{color:red;font-size:x-small;font-weight:normal;font-style:normal;}
.maintext A:visited{color:Maroon;font-size:x-small;	font-weight:normal;	font-style:normal;}*/

/*----MAINHEADING IS USED FOR DISPAYIMG THE HEADING IN CONTENT*/
/*.mainheading{ font-size:medium; color:Gray;}
.mainheading A{ font-size:medium; color:Blue; text-decoration:none;}
.mainheading A:hover{ font-size:medium; color:Gray;text-decoration:underline;}
.mainheading A:visited{ font-size:medium; color:Maroon;text-decoration:underline;}*/s

/* THIS CLASS IS USED FOR DISPLAYING LABELS FOR THE INFORMATION */
.ErrorDisp{	color:Red;font-size:12px;font-weight:bold;font-family:Verdana;}

/* THIS CLASS IS USED FOR DISPLAYING CATEGORY NAMES FOR PRODUCTS STAFFS */
.CatName{font-weight:bold;color:#29559C;font-size:x-small;}
.CatName A{font-weight:bold;color:Blue;font-size:x-small;text-decoration:underline;}
.CatName A:hover{font-weight:bold;color:#29559C;font-size:x-small;text-decoration:none;}
.CatName A:visited{font-weight:bold;color:Maroon;font-size:x-small;text-decoration:none;}

/* THIS CLASS IS USED FOR DISPLAYING SITEMAP PAGES */
.SiteMap{color:Purple;font-size:x-small;text-decoration:none;}
.SiteMap A{color:#29559C;font-size:x-small;font-weight:normal;text-decoration:none;}
.SiteMap A:hover{color:Red;font-size:x-small;font-weight:normal;text-decoration:underline;}
.SiteMap A:visited{color:Maroon;font-size:x-small;font-weight:normal;text-decoration:none;}

/* THIS CLASS IS USED FOR DISPLAYING ERROR MESSAGES IN ERROR PAGES */
.ErrorInfo{	font-size:x-small;color:#000033;background-color:#DFDFDF;border: 1px solid black;}

.center{text-align:center;}

/* THIS CLASS IS USED FOR DISPLAYING TABLE CONTENTS */
.TblMainText{font-size:x-small;	color:#000000;text-decoration:none;}
.TblMainText A{	font-size:x-small;color:#0000FF;text-decoration:none;}
.TblMainText A:hover{font-size:x-small;	color:0000FF;text-decoration:none;}

/* THIS CLASS IS USED FOR DISPLAYING TABLE HEADINGS */
.TblHeading{font-size:x-small;font-weight:bold;color:#FF4444;background-color:#FFFFFF;text-decoration:none;}
.TblHeading A{font-size:x-small;font-weight:bold;color:Blue;background-color:#FFFFFF;text-decoration:none;}
.TblHeading	A:hover{font-size:x-small;font-weight:bold;color:#FF4444;background-color:#FFFFFF;text-decoration:none;}

input{BORDER-RIGHT: #7A95AA 1px solid; BORDER-TOP: #7A95AA 1px solid; BORDER-LEFT: #7A95AA 1px solid; COLOR: buttontext; BORDER-BOTTOM: #7A95AA 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff;}

/* THIS CLASS IS USED FOR DISPLATING MANDATORY INFORMATION */
.mandatory{color:#ff0000;}

/* THIS CLASS IS USED IN FOOTER COPYRIGHT */
.Copyright{ COLOR: #797979;FONT-SIZE: xx-small;TEXT-DECORATION: none;}
.Copyright A{COLOR: #797979;FONT-SIZE: xx-small;TEXT-DECORATION: none;}
.Copyright A:hover{COLOR: Blue;FONT-FAMILY: verdana;FONT-SIZE: xx-small;TEXT-DECORATION: none;}
.Copyright A:visited{COLOR: Maroon;FONT-FAMILY: verdana;FONT-SIZE: xx-small;TEXT-DECORATION: none}



/*----------------------L-A-Y-O-U-T- -R-E-L-A-T-E-D-----------*/
/*LAYOUT RELATED CLASSSES CAN VARY PROJECT TO PROJECT*/
/*-------------------------------------------------------------*/
.LayoutTextBox
{
	font-family:Tahoma;
	font-size:9px;
	color:#000000;
}

/*News Class is used for dispayimg the news into Header*/
.news
{
	
	COLOR: #63350F;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none
}
.news A
{
	
	COLOR: #63350F;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none
}
.news A:hover
{
	COLOR: #63350F;
    FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none
} 

.Login
{
    COLOR: #FFFFFF;
	FONT-FAMILY: verdana;
    FONT-SIZE: 10pt;
    TEXT-DECORATION: none
} 

.loginstrip
{
	font-family:Verdana;
	color:White;
	font-weight:normal;
	background-color :#ACB44C;
	font-size:11px;
}

.forgetpass
{
	font-family:Tahoma;
	font-family:Georgia;
	color:Black;
	font-size:10px;
}

.forgetpass A
{
	font-family:Tahoma;
	color:white;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

.forgetpass A:hover
{
	font-family:Tahoma;
	color:red;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
}

/*------------------P-R-I-N-T- -M-E-D-I-A-----------------------------*/
/*REQUIRED CLASSSED CAN NOT BE ELIMINATED AS IT IS USEFULL FOR SEO, Just change the attribute*/
/*----------------------------------------------------------------*/
@media print
{
	body{font-family:Verdana;color:Black;background-color:White;}
	.maintext{color:Black; font-size:x-small;}
}
/* Change it  live it Style Sheet */

#master
{
width:100%;position:relative;padding:0px;margin:0px auto;
}
#layout
{
position:relative;width:800px;border:1px solid #D3DCE4;margin-top:13px;
}
/*#layout #Topblank
{
position:relative;width:800px;height:13px;
}*/
#layout  #layoutCenter
{
position:relative;width:800px;overflow:hidden;
}
#layout  #layoutCenter #logo
{
position:relative;width:800px;height:97px; 
}
#layout  #layoutCenter #logo .logoLeft
{
position:relative;float:left;width:446px;height:97px; 
}
#layout  #layoutCenter #logo .logoCenter
{
position:relative;float:left;width:237px;height:97px; 
}
#layout  #layoutCenter #logo .logoCenter .logoCenterRow1
{
width:237px;height:37px; 
}
#layout  #layoutCenter #logo .logoCenter .logoCenterRow2
{
width:237px;height:32px; 
}
#layout  #layoutCenter #logo .logoRight
{
position:relative;float:left;width:115px;height:97px; 
}
#layout #layoutCenter #LogoBottomblank
{
position:relative;width:800px;height:23px;
}
#layout #layoutCenter #menu
{
position:relative;width:800px;height:19px;
}
#layout #layoutCenter #menu .menuLeft
{
position:relative;float:left;width:24px;height:19px;
}
#layout #layoutCenter #menu .menuCenter
{
position:relative;float:left;width:749px;height:19px;overflow:hidden;
}
#layout #layoutCenter #menu .menuRight
{
position:relative;float:left;width:25px;height:19px;
}
#layout #layoutCenter #content
{
position:relative;width:800px;min-height:481px;height:expression(document.body.text <481? "481px" : "auto" );border:0px solid blue; top:25px;
}
*html #content
{
height:481px;
}
.menuAbs
{
	position:absolute;width:732px;height:25px;left:34px;right:34px; top:140px;/* background-color:#F3F5F9;border:0px solid red;*/z-index:1;
}
.menuAbs #menuSub1
{
	position:relative;width:95%;height:25px;
}
.menuAbs #menuSub2
{
	position:relative;width:95%;height:25px;
}
.menuAbs #menuSub3
{
	position:relative;width:95%;height:25px;
}
.menuAbs #menuSub4
{
	position:relative;width:95%;height:25px;
}
.menuAbs #menuSub5
{
	position:relative;width:95%;height:25px;
}
#layout #layoutCenter #content .contentTop
{
position:relative;width:800px;height:30px;border:0px solid blue;
}
#layout #layoutCenter #content .contentCenter
{
position:relative;width:748px;border:0px solid blue;margin-left:25px;margin-right:27px;
}
#layout #layoutCenter #content .contentBottom
{
position:relative;width:800px;height:20px;border:0px solid blue;
}
#layout #layoutCenter #content .contentAreaLeft
{
position:relative;float:left;width:176px;min-height:481px;height:expression(document.body.text2 < 481? "481px" : "auto" );border:0px solid red;
}
.text2
{
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftBlank1
{
position:relative;width:176px;height:28px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail
{
position:relative;width:176px;height:165px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol1
{
position:relative;float:left;width:24px;height:165px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2
{
position:relative;float:left;width:152px;height:165px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row1
{
position:relative;width:152px;height:23px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row1 .contentAreaLeftEmailCol2Row1C1
{
position:relative;float:left;width:23px;height:23px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row1 .contentAreaLeftEmailCol2Row1C2
{
position:relative;float:left;width:104px;height:23px;background-image:url(../images/EmailTopRpt.jpg);background-repeat:repeat-x;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row1 .contentAreaLeftEmailCol2Row1C3
{
position:relative;float:left;width:25px;height:23px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row2
{
position:relative;width:152px;height:86px;background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row3
{
position:relative;width:152px;height:27px;background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;
}

#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row3 .contentAreaLeftEmailCol2Row3Col1
{
position:relative;float:left;width:10px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row3 .contentAreaLeftEmailCol2Row3Col2
{
position:relative;float:left;width:133px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row3 .contentAreaLeftEmailCol2Row3Col3
{
position:relative;float:left;width:10px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2EmailBlank
{
position:relative;float:left;width:152px;height:5px;background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row4
{
position:relative;float:left;width:152px;height:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row4 .contentAreaLeftEmailCol2Row4C1
{
position:relative;float:left;width:25px;height:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row4 .contentAreaLeftEmailCol2Row4C2
{
position:relative;float:left;width:104px;height:24px;background-image:url(../images/EmailBottomRpt.jpg);background-repeat:repeat-x;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmail .contentAreaLeftEmailCol2 .contentAreaLeftEmailCol2Row4 .contentAreaLeftEmailCol2Row4C3
{
position:relative;float:left;width:23px;height:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftBlank2
{
position:relative;width:176px;height:31px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftNews
{
position:relative;width:176px;height:90px;
}
.contentAreaLeftNewsInner
{
position:absolute;top:0px;left:33px;right:6px;width:137px;height:90px;border:0px solid green;
}




#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew
{
position:relative;width:176px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol1New
{
position:relative;float:left;width:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New
{
position:relative;float:left;width:152px;margin:0px;padding:0px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row1New
{
position:relative;width:152px;height:23px;margin:0px;padding:0px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row1New .contentAreaLeftEmailCol2Row1C1New
{
position:relative;float:left;width:23px;height:23px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row1New .contentAreaLeftEmailCol2Row1C2New
{
position:relative;float:left;width:104px;height:23px;background-image:url(../images/EmailTopRpt.jpg);background-repeat:repeat-x;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row1New .contentAreaLeftEmailCol2Row1C3New
{
position:relative;float:left;width:25px;height:23px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row2New
{
position:relative;width:152px;height:86px;/*background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;*/
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row3New
{
position:relative;width:152px;height:27px;/*background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;*/
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftNewArea
{
position:relative;width:152px;margin:0px;padding:0px;min-height:113px;height:expression(document.body.text < 113? "113px" : "auto" );/*background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;*/
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftNewArea .contentAreaLeftNewAreaInner
{
position:relative;width:136px;margin-left:8px;margin-right:8px;margin-top:0px;padding:0px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row3New .contentAreaLeftEmailCol2Row3Col1New
{
position:relative;float:left;width:11px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row3New .contentAreaLeftEmailCol2Row3Col2New
{
position:relative;float:left;width:133px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row3New .contentAreaLeftEmailCol2Row3Col3New
{
position:relative;float:left;width:12px;height:27px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2EmailBlankNew
{
position:relative;float:left;width:152px;height:5px;margin:0px;padding:0px; background-image:url(../images/EmailRpt.jpg);background-repeat:repeat-y;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row4New
{
position:relative;float:left;width:152px;height:24px;margin:0px;padding:0px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row4New .contentAreaLeftEmailCol2Row4C1New
{
position:relative;float:left;width:25px;height:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row4New .contentAreaLeftEmailCol2Row4C2New
{
position:relative;float:left;width:104px;height:24px;background-image:url(../images/EmailBottomRpt.jpg);background-repeat:repeat-x;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row4New .contentAreaLeftEmailCol2Row4C3New
{
position:relative;float:left;width:23px;height:24px;
}
#layout #layoutCenter #content .contentAreaLeft .contentAreaLeftEmailNew .contentAreaLeftEmailCol2New .contentAreaLeftEmailCol2Row4New  .contentAreaLeftEmailCol2Row4NewBlank2New
{
position:relative;width:152px;height:31px;border:1px solid red;
}







#layout #layoutCenter #content .contentAreaRight
{
position:relative;float:right;width:623px;border:0px solid green;
}
#layout #layoutCenter #content .contentAreaRight .contentAreaRightTop
{
position:relative;width:622px;height:23px;border:0px solid green;
}
#layout #layoutCenter #content .contentAreaRight .contentAreaRightCenter
{
position:relative;width:567px;border:0px solid green;margin-left:30px;margin-right:26px;margin-top:0px;margin-bottom:0px;padding:0px;
}
#layout #layoutCenter #content .contentAreaRight .contentAreaRightBottom
{
position:relative;width:622px;height:10px;border:0px solid green;
}
#line
{
position:relative;width:800px;height:1px;
}
#line .lineCol1
{
position:relative;width:24px;height:1px;background-color:#FFFFFF
}
#line .lineCol2
{
position:relative;width:748px;height:1px;background-color:#CCD7E0;
}
#line .lineCol3
{
position:relative;width:26px;height:1px;background-color:#FFFFFF;
}

#layout #layoutCenter #footerMenu
{
position:relative;width:800px;height:27px;
}
#layout #layoutCenter #footerMenu .footerMenuR1
{
position:relative;width:800px;height:7px;
}
#layout #layoutCenter #footerMenu .footerMenuR2
{
position:relative;width:800px;height:18px;
}
#layout #created
{
position:relative;width:800px;
}
#layout #created .createdR1
{
position:relative;width:800px;height:15px;
}
#layout #created .createdR2
{
position:relative;width:800px;
}
.EmailTextbox
{
color:#000000;background-color:#FFFFFF;font-family:Tahoma;font-size:10px;font-weight:bold;text-align:center;border:1px solid #CCD7E0;width:131px;height:24px;padding-top:4px;
}
.Emailtext
{
color:#FF0000;font-family:Verdana;font-size:10px;font-weight:normal;text-align:left;line-height:1.5em;
}
.moretext
{
color:#FF0000;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;
}
.moretext a
{
color:#FF0000;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;text-decoration:none;
}
.moretext a:hover
{
color:#FF0000;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;text-decoration:underline;
}
.newstext
{
color:#577993;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;
}
.newstext a
{
color:#577993;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;text-decoration:none;
}
.newstext a:hover
{
color:#577993;font-family:Verdana;font-size:10px;font-weight:bold;text-align:left;text-decoration:underline;
}
.maintext2
{
color:#577993;font-family:Verdana;font-size:11px;font-weight:normal;text-align:center;text-align:justify; 
}
.maintext
{
color:#577993;font-family:Verdana;font-size:11px;font-weight:normal;text-align:left;text-align:justify; 
}
.maintext a
{
color:#FF4444;font-family:Verdana;font-size:11px;font-weight:normal;text-align:left;text-align:justify;text-decoration:none;
}
.maintext a:hover
{
color:#577993;font-family:Verdana;font-size:11px;font-weight:normal;text-align:left;text-align:justify;text-decoration:none;
}
.maintext3
{
color:#577993;font-family:Verdana;font-size:12px;font-weight:normal;text-align:left;text-align:justify; 
}
.maintext3 a
{
color:#FF4444;font-family:Verdana;font-size:12px;font-weight:normal;text-align:left;text-align:justify;text-decoration:none;
}
.maintext3 a:hover
{
color:#577993;font-family:Verdana;font-size:12px;font-weight:normal;text-align:left;text-align:justify;text-decoration:none;
}
.mainheading1
{
color:#FF4444;font-family:Verdana;font-size:11px;font-weight:bold;text-align:left;text-align:justify; 
}
.mainheading
{
color:#FF4444;font-family:Verdana;font-size:14px;font-weight:bold;text-align:left;text-align:justify; 
}
.footerText
{
color:#3E647E;font-family:Verdana;font-size:10px;font-weight:normal;
}
.footerText a
{
color:#3E647E;font-family:Verdana;font-size:10px;font-weight:normal;text-decoration:none;
}
.footerText a:hover
{
color:#B2B2B2;font-family:Verdana;font-size:10px;font-weight:normal;text-decoration:none;
}
.color2
{
	COLOR: red;
}
.copy
{
	COLOR: #708BA9;
    FONT-FAMILY: verdana;
    FONT-SIZE: 7.5pt;
    TEXT-DECORATION: none
}
.copy A
{
	COLOR: #B2B2B2;
    FONT-FAMILY: verdana;
    FONT-SIZE: 7.5pt;
    TEXT-DECORATION: none
}
.copy A:hover
{
	COLOR: #708BA9;
    FONT-FAMILY: verdana;
    FONT-SIZE: 7.5pt;
    TEXT-DECORATION: none
}
.Search
{
position:absolute;
top:15px;
right:0px;
width:140px;
height:26px;
border:0px solid red;

}
.Search .SearchCol1
{
position:relative;
float:left;
width:5px;
height:26px;
}
.Search .SearchCol2
{
position:relative;
float:left;
width:50px;
height:26px;
border:0px solid red;
}
.Search .SearchCol2 .SearchCol2R1
{
position:relative;
width:50px;
height:5px;
}
.Search .SearchCol2 .SearchCol2R2
{
position:relative;
width:13px;
height:21px;
}
.SearchText
{
color:#F03F22;font-family:Verdana;font-size:12px;font-weight:bold;text-align:left;text-align:justify; 
}
.Search .SearchCol3
{
position:relative;
float:left;
width:6px;
height:26px;
}
.Search .SearchCol4
{
position:relative;
float:left;
width:116px;
height:26px;
}
.SearchTextBox
{
color:#000000;background-color:#FFFFFF;font-family:Tahoma;font-size:11px;font-weight:bold;border:1px solid #CCD7E0;width:114px;height:26px;padding-top:4px;text-align:center;
}
.Search .SearchCol5
{
position:relative;
float:left;
width:1px;
height:26px;
}
.Search .SearchCol6
{
position:relative;
float:left;
width:18px;
height:26px;
}
.cleardefault
{
	color:#000000;background-color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;border:1px solid #7A95AA;width:115px;height:20px;
}
.cleardefaultText
{
	color:#000000;background-color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;border:1px solid #7A95AA;
}
.dropdownlistAbout
{
	color:#000000;background-color:#FFFFFF;font-family:Verdana;font-size:11px;font-weight:normal;border:1px solid #7A95AA;width:160px;height:20px;
}
.leftSubMenu
{
	color:#7590A5;font-family:Verdana;font-size:11px;font-weight:bold;text-decoration:none;padding-top:4px;
}
.leftSubMenu a
{
		color:#7590A5;font-family:Verdana;font-size:11px;font-weight:bold;text-decoration:none;padding-top:4px;
}
.leftSubMenu a:active
{
		color:#F03F22;font-family:Verdana;font-size:11px;font-weight:bold;text-decoration:none;padding-top:4px;
}
.leftSubMenu a:hover
{
		color:#F03F22;font-family:Verdana;font-size:11px;font-weight:bold;text-decoration:none;padding-top:4px;
}
