body {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
}
#logo {
	position: absolute;
	top: 90px;
	left: 20px;
}
#logo_uimla {
	position: absolute;
	top: 90px;
	left: 160px;
}
#menu {
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper {
	position: absolute;
	top: 250px;
	left: 200px;
	width: 800px;
	padding: 20px;
	background-color: #ffffff;
}
#flag {
	position: absolute;
	top: 15px;
	left: 760px;
}
a {
	color: #22229c;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	text-decoration: none;
}
a:hover {
	color: #ff4400;
	text-decoration: underline;
}
a.menu {
	padding-left: 8px;
	color: #ffffff; 
	font-size: 14px;
	text-decoration: none;
}
a.menu:hover {
	padding-left: 8px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.submenu {
	padding-left: 8px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
}
a.submenu:hover {
	padding-left: 8px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}
h1 {
	padding-top: 8px;
	color: #0393d0;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
h2 {
	color: #0393d0;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
h3 {
	color: #0393d0;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.body-txt {
	font-size: 12px;
	text-align: justify;
}
.body-txt14 {
	font-size: 14px;
	text-align: justify;
}
.body-txt-bold {
	font-weight: bold;
	font-size: 12px;
}
.body-txt-bold-blue {
	font-weight: bold;
	font-size: 12px;
	color: #0393d0;
}
.footer {
	padding-top: 8px 
	margin: 0px;
	font-size: 10px;
	font-family: Tahoma, Verdana;
	text-align: center;
}

/*-------------------------*/

.txt {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
}
.txt-admin-top {
	color: #0393d0;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.txt-admin-panel {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.txt-admin-pagename {
	color: #0393d0;
	font-size: 13px;
	font-weight: bold;
}
.txt-admin {
	color: #22229c;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txt-input {
	padding: 2px;
	height: 22px;
	border: 1px solid #949494;
	font-size: 12px;
}
.txt-textarea {
	padding: 2px;
	height: 38px;
	border: 1px solid #949494;
	font-size: 12px;
}
input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#tbl-admin th {
	background: #4f94cd;
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
}
#tbl-admin tr td {
	padding: 2px;
	height: 22px;
	font-size: 10pt;
	text-align: left;
}
td.tbl-left {
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	font-size: 10pt;
	color: #000000;
}
td.tbl-right {
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
	font-size: 10pt;
	color: #000000;
}
.submit {
	background-color: #d3d3d3;
	cursor: pointer;
}

