@charset "utf-8";
body {
	font-family: 'Ek Mukta', sans-serif;
}
h1 {
	text-align: center;
	font-size: 1.8em;
	margin: 0px;
	padding: 0px;
}
h2 {
	text-align: center;

 font-size: 2 .em;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
}
h3 {
	text-align: center;
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}
img {
	border: medium solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
a {
	text-decoration: none;
	color: #1147ab;
}
p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
}
del {
	text-decoration: line-through;
}
.container {
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	text-align: center;
}
table {
	margin-right: auto;
	margin-left: auto;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
th  {
	background-color: #EDEBF5;
	padding: 5px;
}
#short {
	width: 30px;
	padding-right: 2px;
	padding-left: 2px;
}
#default {
	width: 100px;
	padding-right: 2px;
	padding-left: 2px;
}
#long  {
	width: 180px;
	padding-right: 2px;
	padding-left: 2px;
}


.upperleft {
	-webkit-border-radius: 15px 0px 0px 0px;
	-moz-border-radius: 15px 0px 0px 0px;
	border-radius: 15px 0px 0px 0px;	
}
.lowerleft {
	-webkit-border-radius: 0px 0px 0px 15px;
	-moz-border-radius: 0px 0px 0px 15px;
	border-radius: 0px 0px 0px 15px;	
}
.upperright {
	-webkit-border-radius: 0px 15px 0px 0px;
	-moz-border-radius: 0px 15px 0px 0px;
	border-radius: 0px 15px 0px 0px;	
}
.border td   {
	/* [disabled]border-top-width: thin; */
	border-bottom-width: thin;
	/* [disabled]border-top-style: solid; */
	border-bottom-style: solid;
	/* [disabled]border-top-color: #EAEAEA; */
	border-bottom-color: #EAEAEA;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.right {
	text-align: right;
}
form {
	display: inline;
}
.navigation {
	text-align: right;
	padding-top: 20px;
}

.italic {
	font-style: italic;
}

.bullet {
	font-size: smaller;
	vertical-align: middle;
}
input, #form1 p input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	cursor: pointer;
	color: #1147ab;
	padding-right: 0px;
	padding-left: 0px;
	font-family: 'Ek Mukta', sans-serif;
	font-size: 1em;
}
@-moz-document url-prefix() {
	input, #form1 p input, #form1 .right input, #form1 .center input {
	margin-right: -4px;
	margin-left: -4px;
}
}
.center {
	text-align: center;
}
input:hover, #form1 p input:hover {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
