@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/lohitdevanagari.css);
*{margin:0;
	padding:0;}
html, body {font-family:'Open Sans', Verdana, sans-serif,Geneva, sans-serif;
  				font-style: normal;
				font-weight:400;
				font-size:18px;
				line-height:170%;
				text-align:center;
				height:100%;
				padding:30px;	
				position:relative;
				color:#065167;
				background-color:#ffffff;}
				
a	{	text-decoration:none;
		color:#065167;}
img			{border:none;}

.redcolor{	font-weight:700;
			color:#C30;}
.bold_letter {font-weight:bold;
				color:#ff0000;}
				


.clearboth{	clear:both;}
	
.marathi{ font-family:'Open Sans','Lohit Devanagari',sans-serif, Verdana, Geneva, sans-serif;
			font-size:18px;			
			font-weight:700;
			text-indent:14px;
			text-align:center;
			word-spacing:1px;
			color:#065167;}
	
.marathi p		{ 	font-family:'Open Sans','Lohit Devanagari',sans-serif, Verdana, Geneva, sans-serif;
			font-size:18px;			
			font-weight:700;
			text-indent:14px;
			text-align:center;
			word-spacing:1px;
			margin-top:12px;
			color:#065167;}
.marathi p a{	font-family:'Open Sans','Lohit Devanagari',sans-serif, Verdana, Geneva, sans-serif;
color:#065167;}
.marathi p a:visited	{color:#065167;}
.marathi p a:hover	{color:#065167;}
.marathi p a:active {color:#065167;}

.img_banner{width:187px;
			height:187px;
			margin:auto;
			text-align:center;
			margin-top:10px;
			margin-bottom:5px;
			position:relative;}

.contact{line-height:100%;
			margin-bottom:15px;}

.contact table{	width:auto;
								min-width:600px;
								height:auto;
								margin:auto;
								position:relative;
								margin-bottom:5px;
								border-collapse:collapse;
								border:#ffffff 1px solid;}
			
.contact table  td{		line-height:18px;
						text-align:center;
								padding:3px;
								border:#ffffff 1px solid;}
								
.contact table td.bgcolor_white{background-color:#ffffff;}
.contact table td.txt_left{text-align:left;}
.contact table td.txt_right{text-align:right;}

.contact table td.space4{width:70px;}

.button a{	display:block;
						width:150px;
						height:40px;
						line-height:40px;
						margin:auto;
						position:relative;
						font-weight:600;
						font-size:20px;
						text-align:center;
						text-decoration:none;
						cursor:pointer;
						border-radius:8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px; 
						color:#ffffff;
						background-color:#ff0000;;}



