s@charset "utf-8";
/* CSS Document */
/* CSS for Menu Bar */
.bluetabs{

}
.menu_font {
	font-family: "Nudi web 01 k";
	font-size: 16px;
	color: #000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}


.bluetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-top: 1px;
	font-family: "Nudi web 01 k";
}

.bluetabs li{
	display: inline;
	margin: 0;
	margin-left: 0px;
	margin-right: 0px;
}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px solid #778;
	color: #FFFFFF; /*THEME CHANGE HERE*/
	font-family: "Nudi web 01 k";
	background-color: #ED9545;
	font-size: 16px;
	font-weight: bold;
}

.bluetabs li a:visited{

}

.bluetabs li a:hover{
	text-decoration: none;
	color: #2d2b2b;
	font-family: "Nudi web 01 k";
	background-color: #FFCC99;
	font-size: 16px;
	font-weight: bold;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	font-family: "Nudi web 01 k";
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	font-family: "Nudi web 01 k";
}

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

.dropmenudiv_b{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	line-height:15px;
	z-index:100;
	background-color: #FFCC99;
	width: 200px;
	visibility: hidden;
	font-family: "Nudi web 01 k";
}


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


.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #ED9545;
}
.small_heading {
	font-family: "Nudi Akshara";
	font-size: 24px;
	font-weight: bold;
	color: #D90000;
}
.small_text_font {
	font-family: "Nudi web 01 k";
	font-size: 24px;
	font-weight: bold;
	color: #D90000;
}


.text {
	font-family: "Nudi Akshara";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0px;
}
.body_text_font {
	font-family: "Nudi web 01 k";
	font-size: 16px;
	font-weight: normal;
	color: #003333;
}
.project_font1 {
	font-family: "Nudi web 01 k";
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}


.eng_font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.font_bold {
	font-family: "Nudi Akshara";
	font-size: 18px;
	font-weight: normal;
	color: #0033FF;
}

.font {
	font-family: "Nudi Akshara";
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
.test_font {
	font-family: "Nudi web 01 k";
	font-size: 16px;
	color: #000066;
	font-weight: normal;
}
.just_testing__here {
	font-family: "Nudi web 01 k";
	font-size: 15px;
	color: #000000;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}


a:link {
	text-decoration: none;
}
.footerfont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
