body{
	background-color: #ffffff;
	margin: 0px;
	float:left;
}
/*-----------------------------------------------TABLE-----------------------------------------------------------*/

#tableb{
   width:900px;
   background-color: #ffffff;
   border-left:1px solid #E4E5E6;
   border-right:1px solid #E4E5E6;
}
table tr td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 17px;

}
#indexcell{
	background-color: Window;
	width:643px;
}
#subcell{
	background-color: Window;
	width:643px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	padding-left:15px;
	padding-right: 15px;
	line-height: 19px;
}
#subcell p{
	margin-top:7px;
	margin-bottom:7px;
}


#leftcell{
   width:257px;
background-color: #EBEBEB;
border-top:1px solid #B1B1B1;
border-right:1px solid #B1B1B1;
border-bottom:1px solid #B1B1B1;
border-left:1px solid #B1B1B1;
}


#rightcell{
   width:168px;
background-color: #EBEBEB;
border-top:1px solid #B1B1B1;
border-right:1px solid #B1B1B1;
border-bottom:1px solid #B1B1B1;
border-left:1px solid #B1B1B1;
}


#subcell{
   width:700px;
	background-image: url(images/subbg.jpg);
	background-repeat: repeat-x;
}

.box{
	background-repeat: no-repeat;
	margin-top: 5px;
}
/*-----------------------------------------------A LINK-----------------------------------------------------------*/
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FE4504;
	text-decoration: underline;
}
/*-----------------------------------------------BOTTOM LINK-----------------------------------------------------------*/

#bot p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left:5px;
		padding-right:5px;
	
}

#bot p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding-left:5px;
		padding-right:5px;
	
}


#bot p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: yellow;
	text-decoration: underline;
}

/*-----------------------------------------------HEADINGS-----------------------------------------------------------*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #454C59;
	padding-top: 10px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: normal;
	text-align: left;
	color: #021867;
	padding-top: 10px;
	margin-bottom:10px;
	padding-bottom:0px;
}

/* ------------DOTS----------------*/
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	color: #000000;
	text-decoration: none;
	align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	maring-left:0px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	margin-left:15px;
	margin-right: 15px;
	line-height: 19px;
	}
/*-----------------------------------------------TAMIL-----------------------------------------------------------*/

.tamilh
{
 font-size:13px;
 text-align:justify;
 padding-left:10px;
 padding-right:10px;
 font-family: Code2000;
 font-weight:bold;
 color:#fe4504;
}
.tamil
{
 font-size:11px;
 text-align:justify;
 padding-left:10px;
 padding-right:10px;
 font-family: Code2000;
}

.tamil b
{
 font-weight:bold;
 color:#008000;
}

/*-----------------------------------------------MENU-----------------------------------------------------------*/
#menu {

font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #454C59;	
}

#menu a {
font-family: verdana,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#454C59;	
}

#menu a:hover {
font-family: verdana,Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #CA5E07;
text-decoration: underline;	
}

/*-----------------------------------------------BULLETS-----------------------------------------------------------*/

ul{		
	padding-left:10px;
	margin-left:0px;
	}

 li {
	list-style-type: square outside;
	list-style-image: url(images/blt2.gif);
	list-style-position:outside;
	text-align: justify;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:0px;
	margin-left:0px;
	}
	
blockquote ul li {
	list-style: square outside;
	list-style-image: url(images/bullet.gif);
	list-style-position:outside;
	text-align: left;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:0px;
	margin-left:0px;
	font-size:10pt;
	font-weight:bold;
	color:#4b4b4b;
}