/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/droidsansthai.css);


.link1a:link {color: #FFFFFF;text-decoration: none;}
.link1a:visited {color: #FFFFFF;text-decoration: none;}
.link1a:hover {color: #FFFF66;text-decoration: none;}
.link1a:active {color: #FFFFFF;text-decoration: none;}

.boader {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 80px;
	width: 100px;
}
.boader2 {
	border:1px solid #CCCBC7;

	height:133px;
	width: 200px;
}



.marquee:link {color: #33FFFF;text-decoration: none;}
.marquee:visited {color: #33FFFF;text-decoration: none;}
.marquee:hover {color: #FFFFFF;text-decoration: none;}
.marquee:active {color: #33FFFF;text-decoration: none;}

.heading{
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#039;
	font-weight:bold;
	text-align:center;
}
.tamilfont{
	font-size:13px;
font-family: 'Droid Sans Thai', sans-serif;
}
.box_title{
	width: 97%;
	height:auto;
	border:1px dashed #666;
	background:#BFE4FF;
	color:#000;
	font-size:13px;
	padding:10px;
	text-align:center;
}
.tamilfont_heading{
	font-size:18px;
}
.tabl1 tr, .tabl1 td {
	border-collapse:collapse;
	border:1px solid #D6D4CF;
	padding:5px;
}
.text{
	color:#0000EE;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}
.text a{
	text-decoration:none !important;
	
}
.text a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	
}

.newupdates{
	width:220px;
	height: 155px;
	padding:10px;
	border:1px solid #EAEAEA;
	float:left;
	margin:10px 4px;
	background:#e4e8ec;
}
.newupdates img{
	width:220px;
	height:120px;
}
h4{
	color:#000;
	text-transform:uppercase;
	font-size:10px;
	margin:0px;
	padding-top:10px;
	text-align:center;
}
h4 a{
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	margin:0px;
	padding-top:10px;
	text-align:center;
}
.clearfix:after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.wrapper{
	width:1003px;
	height:auto;
	margin:0px  auto;
	padding:0px;
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
h5{
	color:#000;
	width:1000px;
	text-transform:uppercase;
	font-size:14px;
	margin:0px;
	padding-top:20px;
	/*padding-left:10px;*/
	
}
.white{
	border-left:solid 5px #FFF;
	
}
.boder{
	border:1px solid #ccc;
	border-collapse:collapse;
	
}