.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #E9F7FF;
	border: 1px solid #737373;
}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}
.bodytextblue {

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#22465F;
	text-decoration:none;
}
.bodytextgray {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#949494;
	text-decoration:none;
}
.bodytextgray01 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#949494;
	text-decoration:none;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif, Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #21435C;
	text-decoration: none;
}
.bodytextwhite {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer01 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
}
.footer02 {
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#7F94A3;
	text-decoration:none;
}
.red {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #cc0e0e;
	text-decoration: none;
}
.boder {
	border: 1px solid #E9F3FE;
}


/*category hyperlink effect gets start*/
A.toplinkmenu {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover.toplinkmenu{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#244861;
	font-weight:bold;
	text-decoration:none;
}
/*category hyperlink effect gets start*/
A.footerlink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#7F94A3;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover.footerlink{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
/*category hyperlink effect gets start*/
A.toplink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#949494;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover.toplink{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#234761;
	font-weight:bold;
	text-decoration:none;
}
/*category hyperlink effect gets start*/
A.rightlink {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#22465F;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
a:hover.rightlink{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#24B1EE;
	font-weight:bold;
	text-decoration:none;
}


/**************
CSS FOR MENU IN HEADER 

STARTS FROM HERE
==============*/

/* ######### Style for Tab Interface itself ######### */

.shadetabs{
/*border-bottom: 1px solid #EFF0E8;
margin-bottom: 1em;*/
}

.shadetabs ul{
/*padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;*/
font: bold 11px Tahoma, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
/*margin: 0;*/
}

.shadetabs li a{
text-decoration: none;
/*padding: 3px 7px;
margin-right: 3px;
 border: 1px solid #778;*/
color: #FFFFFF;
background: url(templates/images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #244861;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(templates/images/imagesshadeactive.gif);*/ /*THEME CHANGE HERE*/
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
color: #22465F;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}

/**************
CSS FOR MENU IN HEADER 

ENDS HERE
==============*/
