html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 125%;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	background: #006;
}

table {
	vertical-align: top;
	text-align: center;
	border: 0;
	width: 100%;
}

table td {
	vertical-align: top;
}

table.main {
	width: 95%;
}

table.content {
	margin-left: 0px;
	background: #fff;
}

td.content_top {
	height: 30px;
	background: #00b url(../images/content_top.jpg) repeat-x;
}

table.text {
	margin-left: 10px;
	padding-right: 10px;
	width: 100%;
}

a:link {
	color: #0000ff;
	text-decoration: none;
}

a:active {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	color: #0000ff;
	text-decoration: underline;
}

th {
	text-align: center;
	font-weight: bold;
	font-size: 16pt;
	color: #000099;
	border-bottom: #bbddff 5px ridge;
}

img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

table.contact {
	text-align: left;
	font-size: 12pt;
}

td.divider {
	background: transparent url(../images/divider.gif) repeat-x;
}

table.links {
	vertical-align: middle;
	text-align: left;
}


/*** above.php ***/
table.logo {
	width: 100%;
	height: 125px;
}


/*** column_left.php ***/
td.column_left {
	width: 175px;
	background: #00b url(../images/column_left.jpg) repeat-y;
	overflow: hidden;
}

table.menu_ends {
	width: 175px;
}

table.menu {
	margin-top: -2px;
	border: 0;
	width: 175px;
	background: #00b url(../images/menu_center.jpg) repeat-y;
}

table.menu td {
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
	height: 30px;
	background: #00b url(../images/menu_button.jpg) no-repeat;
}

table.menu a:link {
	color: #0000bb;
	text-decoration: none;
}

table.menu a:active {
	color: #3333ff;
	text-decoration: none;
}

table.menu td:active {
	background: #0000bb url(../images/menu_active.jpg) no-repeat;
}

table.menu a:visited {
	color: #000000;
	text-decoration: none;
}

table.menu td:visited {
	background: #0000bb url(../images/menu_visited.jpg) no-repeat;
}

table.menu a:hover {
	color: #3333ff;
	text-decoration: none;
}

table.menu td:hover {
	background: #0000bb url(../images/menu_hover.jpg) no-repeat;
}

table.registration {
	margin-top: -2px;
	border: 0;
	line-height: 110%;
	font-size: 10pt;
	width: 175px;
	background: #0000bb url(../images/menu_center.jpg) repeat-y;
}

td.registration {
	padding-top: 5px;
	padding-right: 15px;
}

table.registration a:link {
	color: #44ccff;
	text-decoration: none;
}

table.registration a:active {
	color: #44ccff;
	text-decoration: none;
}

table.registration a:visited {
	color: #44ccff;
	text-decoration: none;
}

table.registration a:hover {
	color: #99eeff;
	text-decoration: none;
}


/*** column_right.php ***/
td.column_right {
	width: 30px;
	background: #0000bb url(../images/column_right.jpg) repeat-y;
}

td.content_corner {
	position: relative;
	top: -30px;
	right: 0px;
	float: right;
	height: 30px;
	width: 30px;
	background: #0000bb url(../images/content_corner.jpg) no-repeat;
	overflow: hidden;
}


td.bank_image {
	text-align: justify;
}

/*** services.php ***/
/* services table */
table.services {
	text-align: left;
	font-size: 12pt;
}

/*** history.php ***/
td.history {
	text-align: justify;
}


/*** online.php ***/
table.login {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-top: 5px;
	width: 150px;
	font-size: 12pt;
	font-weight: bold;
	color: #000;
}

input.login {
	margin: 0px 15px;
	padding: 2px;
	width: 120px;
	font-size: 12pt;
	color: #000; 
	border: #88aacc 3px inset; 
	background-color: #99bbdd;
}

input.login_button {
	margin: 10px 40px;
	padding-top: 2px;
	width: 60px;
}


/*** bottom images ***/
td.icons_left {
	text-align: left;
}

td.icons_right {
	text-align: right;
}


/*** below.php ***/
table.below {
	text-align: center;
	line-height: 100%;
	font-size: 10pt;
	height: 50px;
	background: #00b url(../images/below_center.jpg) repeat-x;
}

td.below_left {
	position: relative;
	float: left;
	left: -25px;
	height: 50px;
	width: 50px;
}

td.below_right {
	position: relative;
	height: 50px;
	width: 50px;
}