/* ######### for font style ######### */
@charset "utf-8";
.body_text_01 {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.body {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	color: #F8DA30;
	text-align: center;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00000000000000;
}
.body_text_blue {
	font-family: Tahoma;
	font-size: 16px;
	color: #0000FF;
		
}

.Head_index {
	font-size: 10px;
	color: #FFBF00;
	font-weight: bold;
}

.slogan {
	font-family: "Lucida Handwriting";
	font-size: 16px;
	font-style: normal;
	color: #0000FF;
	font-weight: normal;
	text-align: left;
}
.head_link {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
}
.Head_index {
	font-family: "Gill Sans MT";
	font-size: 18px;
	color: #000;
	text-align: center;
}
.index_body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	color: #000;
	text-align: left;
}
.yellow_text {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F8DA30;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.body_text_01 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: justify;
	
}
.body_text_yell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#00C;
	text-align: justify;	
}
.body_table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
/* ######### class for link ######### */
a:link {color:#000000}    /* unvisited link */
a:visited {color:#000000} /* visited link */
a:hover {color:#f9da32}   /* mouse over link */
a:active {
	color:#000000;
	font-family: Verdana, Geneva, sans-serif;
}  /* selected link */
a{text-decoration:none}
.head_txt_box_bl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #fff;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:none;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid  #FC0;
border-bottom-width: 0;
font: 14px Verdana;
font-weight:normal;
text-decoration:none
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid  #FC0;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: white;
color: #F8DA30;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid  #FC0;
padding: 50px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: black;
}

.anylinkmenucols li{
padding-bottom: 10px;

}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #ffffff;

}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
.small_index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
