@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.gujheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bolder;
	color: #F00;
	text-decoration: none;
}
.subtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.middletitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.boxbodytext {
	font-family: Shruti;
	font-size: 14px;
	text-decoration: none;
	color: #000;
  	/*border: #666 solid 1px;
	border-radius:10px; */
	margin: 15px;
	padding:10px;
	/*box-shadow: 0px 0px 0px 1px #fff inset; */
}

.Menutext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #333;
	background-image: url(images/menubg.png);
	text-decoration: none;
	text-align: center;
	border: 1px 1px 1px 1px #FFB7B7 inset;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 0px 1px #FFB7B7 inset;
	width: 100px;
}

.Menutext a:link {
	color:#FFF;
	text-decoration: none;
}

.Menutext a:hover {
	color: #FFF;
	width:100px;
	
}
.menutext a:visited {
	color:#FFF;
	text-decoration: none;
}
.menutext a:focus {
	color: #000;
	text-decoration: none;
}



.menubg {
	background-image:url(images/menubg.png);
	
}

.normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}
.normalCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

.normal  a:visited {
	color: #000;
	text-decoration: none;
}
.normal a:link {
	color:#000;
	text-decoration:underline;
}
.normal a:hover {
	color:#C00;
}

.submenu {
	font-family: Shruti;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #03C;
	text-decoration: underline;
}

.boxevent {
  	border: #CCC inset 1px;
	border-radius:10px;
	margin: 15px;
	padding:10px;
	box-shadow: 0px 0px 0px 1px #fff inset; 
}
