.bodytext {
/* This style is used for NORMAL content in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
TD {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}


.bodytextbold {
/* This style is used for all the content which is BOLD in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodytextbold1 {
/* This style is used for all the content which is BOLD in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.bodytextbold2 {
/* This style is used for all the content which is BOLD in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.bodytextbold3 {
/* This style is used for all the content which is BOLD in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.bodytextbold4 {
/* This style is used for all the content which is BOLD in the page. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

.bodybg {
/* This style is used to define the BACKGROUND property in the page. */
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#bodymargin {
/* This style is used in all the page with body tag as id and no more invidual defination for PAGE MARGINE is required. */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #999999;
	height: 18px;
	
}
.bgstyelbutten {
	background-attachment: fixed;
	background-image: url(../images/butten_bg.jpg);
	background-repeat: repeat-x;
}



/* The below style is used for all NORMAL links in the page. */
.link a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.link a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}

.link a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #AA0000;
	text-decoration:underline;
}

.link a:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration:underline;
}
/* The above style is used for all NORMAL links in the page. */



/* The below style is used for all BOLD links in the page. */
.linkbold a:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.linkbold a:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.linkbold a:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #AA0000;
	text-decoration:underline;
}

.linkbold a:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
.link1:link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}

.link1:visited { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}

.link1:hover { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #016383;
	text-decoration:none;
}

.link1:active { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
}
/* The above style is used for all BOLD links in the page. */



.bullet {
/* This style is used for all bulleted points with difining class for ul tag in the page. It allows us to control the top, bottom and left margin for bulleted items(not as individul bullets but as whole paragraph). */
    list-style-image:url(../images/bullet.jpg); 
	margin-left:10px;
	margin-top:8px;
	margin-bottom:10px;
	}
	
.lipadding {
/* This style is used for all bulleted points with difining class for i tag in the page. It gives vertical spacing between two bullet items by adding left right and top padding you can control the respective spacing for each individual bullet point. */
    padding-bottom:8px;
	}
	
.dropcap {
/* This style is used for the special effect to paragraph in which the paragraph starts with bigger alphabet than rest of the text in paragraph. */
	background: #ffffff; FLOAT: left; FONT: bold x-large Times,"Times New Roman", serif; width: 1em; color: #000000;
}

.formdisplay {
/* This style helps controling the size of form when you enter form tag in page. */
	display: inline;
}
.heading_bold {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #016383;
}
.right_categery {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.cetegery_text {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
.wht-nor-text {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
.wht-nor-text-bold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.section-text {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	text-align: justify;
}
.view-green {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #98c96D;
	text-decoration: none;
}
.view-gray {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.view-orange {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #f59c40;
	text-decoration: none;
}
.view-blue {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #0199c3;
	text-decoration: none;
}
.bot-right-text {
	font-family: Verdana;
	font-size: 10px;
	color: #0199CB;
	text-align: right;
}
.copyright {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	text-align: center;
}
.butten {
	background-color: #99E0F7;

	border color:  #65D5FA;
	bordersize:  1px;
	line-height: normal;
	border: 1px #0298CB;
	padding: 1px;
}
.headingbold1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.button_sub {
	background-color: #F3F3F3;

	border color:  #000000;
	bordersize:  1px;
	
	

}

