tr {
	vertical-align: top
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

img {
	border: none
}

;
a:active {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000
}

a:link {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000
}

a:visited {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #000000
}

body {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	/* ak */
	background-color: #ffeec4;
	/* ak */
}

li {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	
	list-style-image: url(../images/template/tick.gif);
}

ol.decimal li {
	list-style-image: none;
	list-style-type: decimal;
}

ol {
	font-family: Tahoma, Verdana;
	font-size: 11px
}

table,input,select,textarea {
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

td {
	font-family: Tahoma, Verdana;
	font-size: 11px;
}

td.vtblbody {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	border: 0px solid #CCCCCC;
	padding: 2px;
}

td.vtblheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #4565b6;
	padding: 2px;
	font-weight: bold;
}

table.border {
	border-color: #3399CC;
	border-collapse: collapse;
}

p {
	text-align: justify;
}

/******** ak  *********/
h1 {
	font-size: 18px;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

.leftalign p {
	text-align: left;
}

.infoheader{
	font-size:15px;
	border-bottom:1px solid #4565b6;
}

.boldheader{
	font-size:11px;
}

.bold{
	font-weight:bold;
}

.heading{
font-weight:bold;
text-decoration:underline;
}

.wrappertable {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	background-image: url(../images/template/background.jpg);
	background-repeat: no-repeat;
	background-color: #ffeec4;
	border: 1px solid #d9caab;
}

/* search */
.searchresult {
	background-color: #fff4d4;
	border: 1px solid black;
}

/* left menu */
.leftmenu {
	background-color: #ffeec4;
	color: black;
}

.leftmenu a {
	text-decoration: none;
}

.leftmenu a:hover {
	text-decoration: underline;
}

td .leftmenu {
	border: 1px solid black;
}

/* main menu */
.main_menu {
	background-color: #618dff;
	height: 20px;
}

.main_menu_items {
	background-color: #618dff;
	padding-top: 7px;
	padding-bottom: 7px;
	color: white;
}

.main_menu_items a {
	color: white;
	text-decoration: none;
}

.main_menu_items a:hover {
	text-decoration: underline;
}

/* logon */
.logon {
	padding-right: 200px;
}

/* header */
.header {
	
}

/* footer */
.footer {
	width: 1000px;
	margin: 0 auto;
	background-color: #618dff;
	height: 20px;
	color: white;
	background-color: #618dff;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.center {
	margin: 0 auto;
	text-align: center;
}