﻿ul.division
{
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:100px;
}
.division img{
	border:none;
}


/* for visa section */
.title
{
	color:#609215;
	font-size:16px;
	font-weight:bold;
}

table
{
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
}
tr{height:30px;}
tr th
{
	background-color:#609215;
	color:White;
	text-align:center;
	border-right:solid 1px white;
}
tr td
{
	border-left:solid 1px gray;
	padding:2px 3px;
	text-align: left;
}
em
{
	font-style:normal;
	font-size:smaller;
	display:block;
}
.even
{
	background-color: #bfd3a0;
}
.active_row
{
	background:#bedce0
}
.removeborder
{
	border-right:none;
}